-
Notifications
You must be signed in to change notification settings - Fork 4
Easy LoRaWAN Node
IoTThinks.com edited this page May 14, 2020
·
36 revisions
- Lib: https://github.com/mcci-catena/arduino-lmic
- Connect to TTN https://learn.adafruit.com/the-things-network-for-feather?view=all
- Receive: https://www.thethingsnetwork.org/docs/devices/arduino/usage.html
- Support for 433Mhz: http://wiki.dragino.com/index.php?title=Connect_to_TTN#How_To_add_other_frequency_band_such_as_EU433
- Add 433Mhz support to LMIC: https://github.com/mcci-catena/arduino-lmic/blob/master/HOWTO-ADD-REGION.md
- No DIO1,2 https://github.com/matthijskooijman/arduino-lmic/issues/7
- Payload decoder: https://learn.adafruit.com/the-things-network-for-feather/payload-decoding
Network selection
- https://github.com/mcci-catena/arduino-lorawan#network-selection
- ARDUINO_LMIC_CFG_NETWORK_TTN The Things Network EU868, US915 (subband 1), AU915 (subband 1), AS923, AS923 Japan, KR920, IN866
- ARDUINO_LMIC_CFG_NETWORK_CHIRPSTACK ChirpStack.io EU868, US915, AU915, AS923, AS923 Japan, KR920, IN866
Conversion
- 868 => 433
- 867 => 432
- 869 => 434
- 870 => 435
Easy LoRaWAN WiKi