I just bought a product recently. I am trying to connect with ESP32, but not having any success (using software serial, I2C). I also have a hard time finding ways to communicate through I2C and SPI.
On the other side, I have a Raspberry Pi board and I am trying to install the ThigMagic Mercury API-python wrapper, not have enough material to make it a success.
Thank you for your answer. so why does that board have I2C and SPI pins ?
Right now, I am trying Raspberry Pi 3b+ with SparkFun Simultaneous RFID Reader - M6E Nano. I tried different resources to install several libraries, and packages in Python. But when I import mercury and use it’s function, python is not able to find any.
Please provide a pathway to install and run this board with raspberry pi.
Those are just silkscreen labels for the Arduino pins under the shield, the shield and M6E doesn’t actually use them. Check the schematic diagram for the shield and that will show you which pins are actually in use.
To get started on Raspberry PI look at https://github.com/paulvha/ThingMagic/t … rted…I am taking look at this, should I download entire repository or just getting started folder for my raspberry pi?
Also, I had installed python-mercuryapi, I am getting error here see the attached screen shot
How do you connect to the Raspberry Pi? - I have connected M6E-NANO board using serial (Rx1, Tx0)…to Raspberry pi 3b+ 5V, GND, GPIO 14 (TXD0), GPIO15(RxD0) Is there a device /dev/ttyUSB0? - Yes it’s connected to it. Do you have the right permissions ? - Yes I check the configuration of Raspberry pi, it’s ON. (UART is NO)
You have not connected to USB0 but to the serial connection. If you connect the nano with a serial/USB board, it will become a USB device.
On a Pi3 the UART0 is used for Bluetooth (which you will have to disable). Next to that the console output is also standard redirected to serial which you will have to disable with raspi-config. See https://pinout.xyz/pinout/pin8_gpio14/#
Put my card/tag right next to the Reader and try to read…
Not sure what does it mean to use c-samples ? I can see all ".c and .h " files in …/c/scr/samples. Do you mean import as a package in my program, Like including the library in the Arduino program…
I am trying to install MercuryAPI on my Raspberry Pi3, and while installing I am facing some errors. Please help me to figure it out.
Please see the attached Screenshot.
I am just following the steps “ThingMagic-MercuryAPI-Quick-Start-Guide.pdf”, the command works for me this command( . /readasync tmr:///dev/ttyUSB0 –ant 1 ) is not working and showing me “Error connecting reader: No such file or directory”.