I am using the same program you are using but I have a problem with the program, it said "class rdm6300" has no member named ".update"; did uou mean '_update'? i already add rdm6300 and esp8266 library but i dont know what the problem is, please help me with that problem thank you
I have some questions for you. 1. Is your WiFi module connecting to WiFi using my code? 2. Is your WiFi module connecting to WiFi with any other code? 3. Did you install all the libraries properly? 4. Is your RFID reader reading the RFID tag using any other code? Some Recommendations: Make sure you checked WeMos D1 Retired Board and also the right port in the tools option. Your Upload speed in the tools option and the baud rate in the serial monitor should be the same as the baud rate that I provided in my code, which is 115200bits/seconds.
@@barunbhattacharjee947 Hi mate, I just made it work! I had to jump D4 with TX (hardware uart)...and D7 receives from TX from RDM6300.. github.com/arduino12/rdm6300/blob/master/examples/esp8266_hardware_uart/esp8266_hardware_uart.ino
Gracias.
Thanks man, this really helped.
I am using the same program you are using but I have a problem with the program, it said
"class rdm6300" has no member named ".update"; did uou mean '_update'?
i already add rdm6300 and esp8266 library but i dont know what the problem is, please help me with that problem thank you
could you solve this problem?
@@sebastianpachionc-v8774 USE THIS int tag = rdm6300.get_tag_id();
Very informative video. Thank you!
Your Welcome ♥
Very good mate, go ahead🤗
Thank you very much ♥
I am using wemos d1 and it doesn't read anything. I use the same pins as your project
I have some questions for you.
1. Is your WiFi module connecting to WiFi using my code?
2. Is your WiFi module connecting to WiFi with any other code?
3. Did you install all the libraries properly?
4. Is your RFID reader reading the RFID tag using any other code?
Some Recommendations:
Make sure you checked WeMos D1 Retired Board and also the right port in the tools option.
Your Upload speed in the tools option and the baud rate in the serial monitor should be the same as the baud rate that I provided in my code, which is 115200bits/seconds.
@@barunbhattacharjee947 Hi mate, I just made it work! I had to jump D4 with TX (hardware uart)...and D7 receives from TX from RDM6300..
github.com/arduino12/rdm6300/blob/master/examples/esp8266_hardware_uart/esp8266_hardware_uart.ino
Oh well, that's good :)
Great man keep it up
@omar sakif Thank you
Hello Mr. Barun, is it possible to use this solution for MFRC522 reader? Please .
Well done. Go ahead. ❤❤
Thanks a lot♥
Can you help me?