Search found 4 matches

by miacompoot
Wed Oct 28, 2020 1:09 am
Forum: ESP-IDF
Topic: Mercury API
Replies: 7
Views: 4260

Re: Mercury API

Could you explain what you mean by an ESP-IDF component.
My understanding is that you think I should have the CMake compile the src files?
If this is correct, do you have any suggestions on how to go about this (any links would be helpful if possible!)

Thanks so much
by miacompoot
Mon Oct 26, 2020 8:40 pm
Forum: ESP-IDF
Topic: Mercury API
Replies: 7
Views: 4260

Re: Mercury API

Its a library that comes from creating an archive from the .o files of the api source files. The command run to create it is the one below. We have access to the source files. "ar -rc libmercuryapi.a serial_transport_posix.o serial_transport_tcp_posix.o tmr_strerror.o tmr_param.o hex_bytes.o tm_read...
by miacompoot
Sun Oct 25, 2020 7:30 pm
Forum: ESP-IDF
Topic: Mercury API
Replies: 7
Views: 4260

Re: Mercury API

I understand that maybe that is confusing. The error is as follows: [Executing action: all (aliases: build) Running ninja in directory c:\users\hassa\desktop\most\mercuryapi-1.35.0.82\c\src\api\build Executing "ninja all"... [31/891] cmd.exe /C "cd /D C:\Users\hassa\Desktop\MOST\mer...**************...
by miacompoot
Sun Oct 25, 2020 2:24 am
Forum: ESP-IDF
Topic: Mercury API
Replies: 7
Views: 4260

Mercury API

Is it possible to implement/run/flash/ use (or any other possible wording) the thingMagic Mercury Api for RFID readers with the ESP32 microcontroller. if so, how does one go about setting up and testing this process. I ask this cause I have come a long way with trying to do just this. I learned how ...