Difference between revisions of "Wearable LoRaWAN Muscle SpikerShield"
From Hackteria Wiki
(→Resources) |
(→Resources) |
||
Line 19: | Line 19: | ||
* What is LoRaWAN? https://www.lora-alliance.org/technology | * What is LoRaWAN? https://www.lora-alliance.org/technology | ||
* TheThingsNetwork open source LoRaWAN project https://www.thethingsnetwork.org/ | * TheThingsNetwork open source LoRaWAN project https://www.thethingsnetwork.org/ | ||
− | * Map of TheThingsNetwork | + | * Map of TheThingsNetwork coverage around [https://www.hslu.ch/ HSLU] https://www.thethingsnetwork.org/community/Zentralschweiz/ |
* Sending numbers with Arduino Uno and the Dragino LoRa shield [http://www.tamberg.org/chopen/2017/LoRaWANIoTWorkshop.pdf http://www.tamberg.org/chopen/2017/LoRaWANIoTWorkshop.pdf] p.55 | * Sending numbers with Arduino Uno and the Dragino LoRa shield [http://www.tamberg.org/chopen/2017/LoRaWANIoTWorkshop.pdf http://www.tamberg.org/chopen/2017/LoRaWANIoTWorkshop.pdf] p.55 |
Revision as of 14:20, 16 February 2018
Idea
Use the Muscle SpikerShield together with a Dragino LoRaWAN shield to transmit, e.g., step count derived from muscle activity via TheThingsNetwork.
Conflicting Pins
It's not entirely clear from the data sheets, but pin 9 and 12 of the Muscle SpikerShield interfere with the Dragino LoRa Shield.
- https://backyardbrains.com/products/files/Muscle%20SpikerShield.SMD.V2.6.pdf
- http://wiki.dragino.com/index.php?title=Lora_Shield#Pin_Mapping_and_Unused_Pins
Here's one way to debug (unplug pins one by one) and fix this (bend unused pins):
Resources
- Arduino Masskrug Adapter https://www.thingiverse.com/thing:157538 which works fine as an upper arm adapter.
- What is LoRaWAN? https://www.lora-alliance.org/technology
- TheThingsNetwork open source LoRaWAN project https://www.thethingsnetwork.org/
- Map of TheThingsNetwork coverage around HSLU https://www.thethingsnetwork.org/community/Zentralschweiz/
- Sending numbers with Arduino Uno and the Dragino LoRa shield http://www.tamberg.org/chopen/2017/LoRaWANIoTWorkshop.pdf p.55