TBTracker-RX
TBTracker-RX copied to clipboard
A cheap, mobile LoRa High Altitude Balloon receiver for Arduino based on esp32 and sx1278 with support for GPS, SSDV, a web interface and an OLED display.
Issue: when you have an environment with Wifo Mesh network, the device will lock on the wifi network, but it seems it uses somewhere the mac adress of the access...
Hi Roel, thanks for that great Software!!! I've just running 2 TBeams here 24/7. As the Frequencies are not standarized, the idea, is to implement a scanner function. Means for...
Hi Roel Just a thought, how about seperating out flashPin to FlashPinOn and flashPinOff and then call flashPin() here: https://github.com/RoelKroes/TBTracker-RX/blob/3eb512ee653bbf4a04b8aa345d0750b91f586985/radio.ino#L328 if (validPacket) { flashPinOn() packetCounter++; getMetafromRaw((char *) buf); parseRawData((char *)...
Hi Roel, ESPAsyncWebServer and AsyncTCP are now both avaliable in the Arduino library manager - updates proposed inline with that if you think that is helpful?
Great work, Roel! For me, it would be nice to set different LoRa parameters via HTTP-interface. E.g. spreading factor, bandwidth and so on. Could this be a feature for a...
Hai I am getting these errors : WebAuthentication.cpp:74:3: error: 'mbedtls_md5_starts_ret' was not declared in this scope; did you mean 'mbedtls_md5_starts'? 74 | mbedtls_md5_starts_ret(&_ctx); | ^~~~~~~~~~~~~~~~~~~~~~ | mbedtls_md5_starts WebAuthentication.cpp:75:3: error: 'mbedtls_md5_update_ret'...
just had to do a full new install of arduino ide due to pc death It would not compile this and getting wifi errors but to cure it IDE boards...