Compare commits

..

11 Commits

Author SHA1 Message Date
ebdff6f0e7 Added the printPayloadBytes function used to print byte content of any received payload, this can help the debugging process when receiving malformatted payloads 2025-12-26 12:12:57 +01:00
fc5359ec03 Renamed the debugStruct function to printStruct as it is more explicit, added the raw mail_box event value to what is being printed 2025-12-26 12:11:22 +01:00
8dd4648a06 Printing mailbox and weather data structure sizes on firmware startup 2025-12-26 12:09:58 +01:00
674b400fbf Fixed some comments and updated the header comment 2025-12-26 12:08:09 +01:00
84929446cc To align structure size with the mailbox firmware, the mailbox event enum needs to be packed 2025-12-26 12:03:51 +01:00
0d84ac8729 Added the TEST value as a mailbox event to later implement a test feature to check for RF range for example 2025-11-09 19:23:01 +01:00
anschrammh
aebef34314 Updated the gateway's schematic to add the RFM95W LoRa transceiver module wiring 2025-11-05 23:59:50 +01:00
anschrammh
2f4de23d57 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:59:50 +01:00
95c1ebf1b1 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:59:50 +01:00
anschrammh
d3cabc4e73 Updated the LoRa library by implementing a read(uint8_t *, size_t) function to read multiple bytes at once 2025-11-05 23:59:50 +01:00
anschrammh
cae484fb53 Header reformatting mainly 2025-11-04 22:04:44 +01:00

Diff Content Not Available