Difference between revisions of "Wearable LoRaWAN Muscle SpikerShield"

From Hackteria Wiki
Jump to: navigation, search
(Conflicting Pins)
(Resources)
Line 23: Line 23:
 
* TheThingsNetwork open source LoRaWAN project https://www.thethingsnetwork.org/
 
* TheThingsNetwork open source LoRaWAN project https://www.thethingsnetwork.org/
 
* Map of TheThingsNetwork coverage around [https://www.hslu.ch/ HSLU] https://www.thethingsnetwork.org/community/Zentralschweiz/
 
* 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
 
 
* Arduino Masskrug Adapter [https://www.thingiverse.com/thing:157538 https://www.thingiverse.com/thing:157538] which works fine as an upper arm adapter.
 
* Arduino Masskrug Adapter [https://www.thingiverse.com/thing:157538 https://www.thingiverse.com/thing:157538] which works fine as an upper arm adapter.
 
* Beta version of https://www.hackteria.org/wiki/Backyard_Brains_Fablab_Luzern_KresseShield was used to cover the top.
 
* Beta version of https://www.hackteria.org/wiki/Backyard_Brains_Fablab_Luzern_KresseShield was used to cover the top.
 
[[ Category:MedTech-DIY ]]
 
[[ Category:MedTech-DIY ]]

Revision as of 14:29, 16 February 2018

Made by @tamberg during Medizintechnik DIY, 02.2018

Idea

Use the Muscle SpikerShield together with a Dragino LoRaWAN shield to transmit, e.g., step count derived from muscle activity via TheThingsNetwork.

25426705257 93f687ff93 z.jpg 25426703157 6c479ebbc8 z.jpg

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.

Here's one way to debug (unplug pins one by one) and fix this (bend conflicting pins):

39586367354 d506194eda z.jpg 38488278110 4d73e24f73 z.jpg

Code

https://bitbucket.org/tamberg/iotworkshop/src/tip/Arduino/DraginoTtnAbpTxInt/DraginoTtnAbpTxInt.ino

Resources