-
Improvments
11/04/2019 at 19:06 • 0 comments -
Adding sensor enclosure
05/30/2019 at 22:39 • 1 commentI added enclosure for temperature and humidity sensor. It is important to protect it from direct sunlight and rain.
I took this 3D model from Thingverse and resize it a bit. Here is link and thanks author for great work!
https://www.thingiverse.com/thing:1718334
-
Code for sensing (BME280) and sending (LoRa) data
05/01/2019 at 13:37 • 0 commentsHere is link on basic code for sending messages to The Things Network gateway. Data which you are sending are measured with BME280 sensor (temp/hum/pressure).
Code is based on LMIC library (LoRa MAC in C) and on LowPower library.Code is made by Lex Bolkesteijn (github account: ph2lb).
https://github.com/ph2lb/LoRaWAN_TTN_Env_Node -
Schematics
04/29/2019 at 11:14 • 0 comments -
This is how looked like version 1
04/27/2019 at 21:02 • 0 commentsOn this picture you can see how looked like our version 1 device. It was consisted of modules which were connected together with one PCB. On that way we were able to test modules really fast. But to spare size of box, and make it more robust, we transfered everything on board.
Also, now we added waterproof connectors so our new device is able to take all atmospheric conditions.