-
Notifications
You must be signed in to change notification settings - Fork 424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem reading tags with RDM6300 #587
Comments
hey @teodino93 can you share the sketch that works? Maybe we can start from there :) Unfortunately I don't have a RDM6300 to test, so I need to rely on you helping me out, OK? If there's anyone else that can help it would be really helpful, by the way. |
@teodino93 have a look at this: #558 might give you a hint? |
Hi! |
hey @teodino93 I saw the example, and it's using a different library and different approach. Probably would be better to switch to that library, or at least change approach in the serial usage, as they are doing in the example. More information on the two serials here: https://arduino-esp8266.readthedocs.io/en/3.1.2/reference.html#serial if someone can help it would be nice! :) I'll give it a try at some point, but any help is appreciated. |
Perfect! I think I can test something on saturday, I'll be in touch if i achieve something! |
I've created the PR #591 to fix the problem, no need for the library i linked, we can use a SoftwareSerial just for the RDM6300 |
How can i test? Im also using UART to send a number over serial. However my use case is from an rf receiver. I cant see any data being received on the esprfid when connected to GPIO4 or RX |
Hey @timknowlden are you using the code in the PR #591? I've had successfully tested that PR. It needed a bit more polish, but it was working. Are you sending data at the right baud rate? You need to send data at 9600. If you want to help on the PR I'm happy to guide you, it needs to add a bit of configuration and a bit of cleaning :) |
Fixed here: #655 |
Hi,
I'm using the dev branch and flashed the project on a D1 Mini, the RDM6300 TX is connected to the RX of the board and VCC and GND is shared between the two boards.
I can read the tags with an example sketch, but with esp-rfid nothing comes on the serial.
I tried to print the serial output from the genericRead function in rfid.esp and it's always 0, if I change the baud rate of the serial port to 9600 something is coming out but still isn't reading them as tags.
If you need more information feel free to ask.
Thank you
The text was updated successfully, but these errors were encountered: