Compare commits

..

11 Commits

Author SHA1 Message Date
32174fadb2 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:13:39 +01:00
609dcdd6ba 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:13:39 +01:00
f8e76536c2 Printing mailbox and weather data structure sizes on firmware startup 2025-12-26 12:13:38 +01:00
0ac5bf1e72 Fixed some comments and updated the header comment 2025-12-26 12:13:38 +01:00
9b03c9de9d To align structure size with the mailbox firmware, the mailbox event enum needs to be packed 2025-12-26 12:13:38 +01:00
8615d2db41 Added the TEST value as a mailbox event to later implement a test feature to check for RF range for example 2025-12-26 12:13:38 +01:00
anschrammh
6d332e02de Updated the gateway's schematic to add the RFM95W LoRa transceiver module wiring 2025-12-26 12:13:38 +01:00
anschrammh
e2af62c3f7 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-12-26 12:13:38 +01:00
anschrammh
1043bcc640 Updated the LoRa library by implementing a read(uint8_t *, size_t) function to read multiple bytes at once 2025-12-26 12:13:38 +01:00
anschrammh
f1aa4f3b9b Header reformatting mainly 2025-12-26 12:13:38 +01:00
efd381561a 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-10-28 19:33:51 +01:00

Diff Content Not Available