B4R Question Need Help For Wemos D1 R1 + RDM6300 - janderkan (first post)    Mar 12, 2021 Have you tried to use the forum search: https://www.b4x./?query=rdm6300
Or google: https://mschoeffler.com/2018/01/05/arduino-tutorial-how-to-use-the-rdm630-rdm6300-rfid-reader/ B4R Question RDM6300 RFID Card Reader - Mostez    Jul 19, 2016 Hi,
I'm making an RFID reader using RDM6300 UART RFID reader. This module has no real trigger out signal, it has LED output signal following card number stream. I had to use this signal to trigger Arduino to read serial stream. the time between LED signal and next serial stream is 50ms. so I had to B4R Question XOR array elements - Mostez    Jan 25, 2024 I receive hex string from RFID module RDM6300 representing card data, I want to calculate the checksum as shown in attached file and compare it with the checksum sent from the card,
this event is raised when hex string is received, the Buffer array holds 14 bytes:
private Sub ReadRFID(Buffer() As By B4R Question ESP32S, ArrayCopy error - Mostez    Jan 30, 2021 the sub below reads RFID card number from RDM6300 module, and displays the number on OLED display, I used this code with arduino and leonardo with no errors, i made some modifications to run it on ESP32S, when I use ArrayCopy or ArrayCopy2 I get the error below I used this simple loop to copy the ar B4R Question 'NumberFormat' rounding problem - Mostez    Aug 16, 2018 Hello; I read RFID tags by RDM6300 module, everything went fine years ago, but recently I've got strange error. I send tag number to serial port. I use NumberFormat to format tag number in 10 digits. the problem: this tag number '0009040399' rounded to '0009040400'. listed some read tags with no pro B4R Question how better to prepare database table for MCU ? - peacemaker (first post)    Jan 30, 2024   (2 reactions) MCP9600 Temperature Sensor (0x60 - 0x67); Si5351A Clock Generator (0x60 or 0x61); SCD30 Humidity/Temperature/CO2 Sensor (0x61); "
db(98) = "0x62: MCP4725A1 12-Bit DAC (0x62 or 0x63); MCP9600 Temperature Sensor (0x60 - 0x67); "
db(99) = "0x63: MCP4725A1 12-Bit DAC (0x62 or 0x63); MCP9600 Temperature B4A Question B4A and Smart Card reader - zmrcic (first post)    Apr 14, 2021   (1 reaction) hi... i'm a little late, i hope not too late :) only started with CCID, but I think I can put you in the right direction. So, I have managed to read data from the smart card using Omnikey 3x21 reader(+otg cable). Communication is based on APDU commands, posting them here can not help you since ever B4J Question B4J Packager problem - MAGAREY (first post)    Mar 15, 2018 reading address 0x000000005a53e3fc Registers: RAX=0x000000005a53e3fc, RBX=0x0000000a268fce00, RCX=0x00007ffbee300064, RDX=0x0000000000000000 RSP=0x0000000a268fcd90, RBP=0x0000000a268fcf10, RSI=0x0000012c557281f8, RDI=0x00000000000007f4 R8 =0x0000000a268fcc88, R9 =0x0000000a268fcd80, R10=0x000000000 B4R Question Seedstudio Arduino + BLE - FormCommander (first post)    Jul 01, 2018 Hello, I found a little board and a good description, seems not to be very complicated :
http://www.martyncurrey.com/hm-10-bluetooth-4ble-modules/
https://www.amazon.de/DSD-TECH-Bluetooth-iBeacon-Arduino/dp/B06WGZB2N4/ref=pd_sim_147_2?_encoding=UTF8&pd_rd_i=B06WGZB2N4&pd_rd_r=1dd6fcd2-7d04-11e8-800d B4R Code Snippet STM32 - With int/ext RTC and LCD - derez    Oct 12, 2017   (3 reactions) The attached two applications display real time on LCD 1602 (or similar - just find the address). stm_clock_lcd uses the internal clock of the stm32 and with the addition of an Encoder it can modify the time and set it while running. The encoder is used by clicking the switch to select which paramet Page: 1   2   3   4   5   6   7   Powered by ColBERT |