RoelKroes / HorusBinary_Tracker

4FSK HorusBinary V1 and V2 compatible HAB tracker for SX127x and Arduino Pro mini
GNU Lesser General Public License v2.1
8 stars 1 forks source link

Compatibility with anything else than the Arduino #6

Closed Mika-1818 closed 4 weeks ago

Mika-1818 commented 4 weeks ago

As my Arduino Nanos memory is too small, I tried using an ESP32 which doesn't work. The library util/crc16.h isn't compatible with anything else than the Arduino. Maybe someone can find a workaround. 73

Mika, DL8MIK

RoelKroes commented 4 weeks ago

Hi Mika,

You should be able to get it to work, if you use older versions of the libraries. For example Radiolib v5.5.

But a better solution would be to use an esp32 with this repository: https://github.com/RoelKroes/TBTracker-ESP32 This repo supports Horus_Binary V1, V2, LoRa, RTTY, LoRa-APRS. So you can use even more protocols.

73,

Roel (PD7R).

Mika-1818 commented 4 weeks ago

Thanks for your quick answer! Will look into that.