Commit Graph

9 Commits

Author SHA1 Message Date
anschrammh
97bdcec0cf Updated the app source file to add support to the RFM95W LoRa module. The gateway is now able to handle packets received by LoRa sensors. LoRa settings are : SF 10, 868Mhz band, CRC enabled 2025-11-05 23:58:22 +01:00
19d71b8735 Modified the quick and dirty firmware to add the support for a LoRa module (RFM95W). This is a poof of concept and needs to be refined. 2025-11-05 23:58:21 +01:00
ad70fdccea Removed some code written to recover from a strange connection error because it didn't work as expected. The temporary fix I did is to make a preventive MCU reset every 5 hours or when the connection error appears, until I can find the cause of it. 2022-09-16 13:09:43 +02:00
9bcbf78d04 Added a new packet handling needed to get mailbox events and send a mail when one is triggered. Added experimental work around because of a connection error when posting the post data to the server through HTTP. This need to be investigated ! 2022-09-11 18:53:40 +02:00
fce92285e3 Corrected the order of serial setup and serial print 2022-08-16 21:30:23 +02:00
c2167f18c5 Updated the sendHttpQuery error handling due to changes made in the HttpClient library 2022-04-09 16:44:06 +02:00
0293fe3064 GPIO3 is now input pull up 2021-07-25 15:42:59 +02:00
3a5fa64663 Fixed a copy/paste mistake which made it impossible to know for which NRF the missed interrupt was... 2021-07-21 17:11:50 +02:00
00a5524c7b Added a quick and dirty code sample to get some data in the DB. The final app will do the same thing, but in a completely different way 2021-07-11 19:09:14 +02:00