Connect the Puck.js to The Things Network using a Pycom LoPy #2631
Replies: 3 comments
-
Posted at 2017-04-10 by OwenBrotherwood @PiAir Just for your info, I would dearly love to do the picture. Another alternative would be to remove the 3<->5 converter and drill holes. The LoPy is indeed very interesting ( I want one :) ), however, I have to stop buying gadgets and concentrate on one pusher for which Espruino is fine. (Gordon apears to know a lot about LoRa and TTN :) ) https://www.tindie.com/products/DrAzzy/rn2483-breakout-bare-board/Attachments: |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-04-18 by @gfwilliams @PiAir thanks for posting up! That's great! It's a really neat idea to use the LoPy as a BLE->LoRa bridge. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-09-08 by Jonathan_Mallinson Nice idea, I will try that when I get my Puck JS - Cheers Jonathan |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-04-09 by PiAir
I have been playing with the LoPy for the last couple of weeks. It also was a Kickstarter, like the Puck.js
I mainly use it to connect to The Things Network, a community provided IoT network based on LoRaWAN. It enables long range (miles/km's) transmission of small amounts of data.
Because the LoPy, like the Puck.js supports BLE, I wanted to try to connect the two.
I adapted the available example scripts so that when you press the Puck.js, it connects via BLE to the LoPy and sends it the current thermometer, light and battery level. The LoPy then posts that data to The Things Network.
Code etc. available online here.
Beta Was this translation helpful? Give feedback.
All reactions