OtagoPolytechnic / Cloudy-with-a-Chance-of-LoRa

2024 S2 Studio 5/6 Weather Station Team
0 stars 0 forks source link

Test temperature sensors #9

Closed SamanthaCra closed 1 month ago

SamanthaCra commented 1 month ago

Adafruit 32u4 boards with basic temperature sensors. Testing them for a reading and connecting to The Things Network.

kierenblack commented 1 month ago

There is some startup code at 3bc8c4a1a3944b14ba820b6ea63a7c25c0000499

in the arduino library ubder MCCI_LoRaWAN_LMIC_library/project_config/lmic_project_config.h comment out #define CFG_us915 1 and uncomment #define CFG_au915 1

the library is at https://github.com/mcci-catena/arduino-lmic

SamanthaCra commented 1 month ago

Some of the temperature sensors are working image

SamanthaCra commented 1 month ago

We have working code that verifies if a sensor works or not.