Replies: 1 comment 2 replies
-
I made a small change to the code a few days ago that was suggested by the issue you pointed out. Pick up the Master branch and see if that fixes the issue. The "read me" file will give you the basic instructions to clone the project onto your local computer. If that doesn't work, then I will provide a simple sketch you can run to help us diagnose the modified data stream from the different tags. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I came across your library for the WL-134 RFID tag reader while trying to build an automated cat feeder for our four cats, each of whom have specific dietary needs. I bought a bunch of stuff to try to develop a system that'll do what I want but I'm running into problems with getting it to spit out anything but an error code in the serial monitor.
I have one of these: Amazon.com: LICHIFIT 134.2K AGV RFID Module FDXB Animal Ear Tag Reader TTL FDX-B ISO11784/85 Long Distance Card Reader Module : Electronics. It is being powered by a 12v DC adapter going thru an LM2596 dropping the voltage to 9v (8.89v on the display). I have the antenna and power soldered onto the board and the TX from the module going into port 0 on the Arduino board (Arduino Uno R4 Minima) as that's supposedly the serial port input (I think).
All I ever get out of the serial monitor is "Com Error 130". It repeats over and over and over every couple of seconds.
I was able to find this note in Github on your page: Enhance to support HDX tag data format · Issue #10 · Makuna/Rfid134 · GitHub where someone from the UK was having the same error code and you made a change to handle tags from other countries but I have no idea how to see if that's the error I have.
I don't even know if the tags I bought are compatible. Amazon.com: Manruta RFID Microchip Replacement Collar Tag 2 Pack for Cats and Dogs Use for Smart Auto Pet Door and Feeder 1.1 Inch Dia Waterproof (Blue) : Pet Supplies But I've tried reading other RFID stuff that works on the standard RFID reader that came with another Arduino kit I have (the sample tags as well as various things from old jobs and door reader cards, etc) but all I get is this Com Error 130 over and over and over.
I don't know what to do next.
This is the sample code from the sketch (it's the default code included as a sample with the library)
Beta Was this translation helpful? Give feedback.
All reactions