Difference between revisions of "WdKA RIoT Arduino Shield"

From Interaction Station Wiki
Jump to navigation Jump to search
m
m
Line 2: Line 2:
 
[[File:Wdka riot shield 10042017.jpg|300px|WdKA RIoT Arduino Shield]]
 
[[File:Wdka riot shield 10042017.jpg|300px|WdKA RIoT Arduino Shield]]
  
 +
The WDKA Riot Shield is a simple Arduino shield with a Microchip RN2483 LoRa transceiver module. The shield has inputs for 2 analog resistance based sensors like an RTDs (PTC/NTC) or LDRs  sensors and the output of a LittleBit module(s). In order to activate one or more sensor readings switch the appropriate switch to the ON status.
 +
 +
 
  python2 init_riot_shield.py /dev/ttyUSB0 DevAddr NwkSKey AppsKey
 
  python2 init_riot_shield.py /dev/ttyUSB0 DevAddr NwkSKey AppsKey
 
  python2 init_riot_shield.py /dev/ttyUSB0 0177C80C 5B462C58B7A7DF9942D6B709858CA4C8 46F1EC6FE128EB2E62EB0A38B4E9A3A6
 
  python2 init_riot_shield.py /dev/ttyUSB0 0177C80C 5B462C58B7A7DF9942D6B709858CA4C8 46F1EC6FE128EB2E62EB0A38B4E9A3A6

Revision as of 16:48, 12 April 2017

WdKA RIoT Arduino Shield

WdKA RIoT Arduino Shield

The WDKA Riot Shield is a simple Arduino shield with a Microchip RN2483 LoRa transceiver module. The shield has inputs for 2 analog resistance based sensors like an RTDs (PTC/NTC) or LDRs sensors and the output of a LittleBit module(s). In order to activate one or more sensor readings switch the appropriate switch to the ON status.


python2 init_riot_shield.py /dev/ttyUSB0 DevAddr NwkSKey AppsKey
python2 init_riot_shield.py /dev/ttyUSB0 0177C80C 5B462C58B7A7DF9942D6B709858CA4C8 46F1EC6FE128EB2E62EB0A38B4E9A3A6

Resources

Notes & References