paulvha / ThingMagic

Encoding and Decoding of many different types of EPC according to the EPC tag data standard 1.9 for RFID tags, written in C
GNU General Public License v3.0
24 stars 7 forks source link

ThingMagic/use_serialport/ #1

Closed romainrobotics closed 3 years ago

romainrobotics commented 5 years ago

There doesn't seem to be a file here. Are you able to use MercuryApi connecting the reader to the UART of the Raspberry Pi?

I've tried using logic level shifters to protect the GPIO pins from the 5V of the Sparkfun simultaneous RFID tag reader, but I always get connection time-outs.

paulvha commented 5 years ago

I am out on vacation on the moment. Will respond next week..

Outlook voor Android downloadenhttps://aka.ms/ghei36


From: romainrobotics notifications@github.com Sent: Tuesday, March 26, 2019 5:07:58 PM To: paulvha/ThingMagic Cc: Subscribed Subject: [paulvha/ThingMagic] ThingMagic/use_serialport/ (#1)

There doesn't seem to be a file here. Are you able to use MercuryApi connecting the reader to the UART of the Raspberry Pi

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fpaulvha%2FThingMagic%2Fissues%2F1&data=02%7C01%7C%7C02e6989a62684e8844e308d6b20d9ba0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636892168839104807&sdata=Jrs9t4QRrjV6f%2B7AiCrc7WtxuvmZvjh%2FvQKrqgWTdlo%3D&reserved=0, or mute the threadhttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAPRgvJuSUQI0QMua297RKYoNl2_l5Jyyks5valPugaJpZM4cL_Fw&data=02%7C01%7C%7C02e6989a62684e8844e308d6b20d9ba0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636892168839114807&sdata=xbpelsOBkBbH285Z5Z4%2BaVa71MTrpXRkoOeYThKc55U%3D&reserved=0.

paulvha commented 5 years ago

Just reading in more detail. The standard mercuri api works on a raspberry pi. Found some later version caused a compiler error and needed to make a number of changes in the source code. Regards Paul

Outlook voor Android downloadenhttps://aka.ms/ghei36


From: romainrobotics notifications@github.com Sent: Tuesday, March 26, 2019 5:07:58 PM To: paulvha/ThingMagic Cc: Subscribed Subject: [paulvha/ThingMagic] ThingMagic/use_serialport/ (#1)

There doesn't seem to be a file here. Are you able to use MercuryApi connecting the reader to the UART of the Raspberry Pi

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fpaulvha%2FThingMagic%2Fissues%2F1&data=02%7C01%7C%7C02e6989a62684e8844e308d6b20d9ba0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636892168839104807&sdata=Jrs9t4QRrjV6f%2B7AiCrc7WtxuvmZvjh%2FvQKrqgWTdlo%3D&reserved=0, or mute the threadhttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAPRgvJuSUQI0QMua297RKYoNl2_l5Jyyks5valPugaJpZM4cL_Fw&data=02%7C01%7C%7C02e6989a62684e8844e308d6b20d9ba0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636892168839114807&sdata=xbpelsOBkBbH285Z5Z4%2BaVa71MTrpXRkoOeYThKc55U%3D&reserved=0.

romainrobotics commented 5 years ago

Thanks for looking into it. For now, I'm just having the Pi communicate with an Arduino via UART, then the Arduino controls the Sparkfun SRTR separately.