LoRA BME280 Environmental Node (with webbased backend)

Hi Stefan,

i use this nodes for about three months now without any drop in voltage. So i think they will work a little bit longer :wink: I also removed the power LED and the voltage regulator.

1 Like

Hi BjoernA,

could you please state which battery you are using and what is your time interval (T) for data transmission?

Regards

Hi,

iā€™am using these cheap 3.6V lithium batterys.
My transmission interval is 10 minutes.

1 Like

Itā€™s been a while that I posted something of a status update in this topic, but here it comes.

Last week I followed a Angular 5 course for my work and one thing we had to do was to work out and implement a case. Well what better way to do that then to rebuild my webbased backed :slight_smile:

There are still some small things to do (CSS just isnā€™t my thing) but the base is there and itā€™s LIVE :

https://ssl.bolkesteijn.nl:8943/env/angular/

After some code cleanup I will post the sources on my github page.

Note : the old backend is still live at https://ssl.bolkesteijn.nl:8943/env/

3 Likes

first google to the rescue ANGULAR :wink:

Whatā€™s these CH2i BME 280 sensors :joy::joy:

I wouldnā€™t know :wink:

1 Like

Finally all parts had arrived, i have build a test setup on a breadboard and measured the power consumption. It uses round about 50mA while sending and 27,3Ī¼A in deep sleep. A battery calculator says that the battery (ER14505) should run 5 years :sunglasses:.
Next step design and print a case and than installing it.

By the way, i use Cayenne LPP to visualize the data, if you wish i can make a pull request to add my changes to your code. It is implemented via #ifdef statements so it can be easily changed between Cayenne and your data format by setting a #define.

1 Like

Give it a pull :slight_smile:

This thread has made me very happy :slight_smile:

Iā€™ve been working with Pro Mini, RFM95 and BME280 to build a low-power monitoring node. I can get it all working OK< but Iā€™m struggling with the LP side of it. This looks exactly like what Iā€™m after - and I also use Cayenne at the back end, so Iā€™ll be keeping a close eye on you as well @biermi !

Iā€™m literally in the middle of adding a lux and UV sensor - the codeā€™s easy enough, designing a case which is small and contains all the electronics is a little trickier, but Iā€™m getting there.

Best
Mark

1 Like

the original BME280 library has changed, so be careful loading the whole content from lex_ph2lb

1 Like

which one is that ? :wink:

Are the SMD resistors needed if I do not want the Button and LED? All I am trying to do is have the ProMini, RFM95W and the BME.

If you look at the schematic
image

  • No button and led - can remove all red parts
  • No Microchip DEVEUI chip, then you can remove blue parts
  • Depending on your BME280 sensor breakout board, may be you donā€™t need black parts. these are I2C pullup and some breakout board already have them, just check if BME280 is seen without them with an I2C scan sketch, if not place them/
1 Like

I have made and printed a small case for indoor usage.

IMG_20180827_201140

2 Likes

@Charles @lex_ph2lb

You need to do conformal coating on PCBs which are exposed to high humidity / low temp.
Please see this link

Electrolube HPA200H High Performance Acrylic Conformal Coating

4 Likes

Bookmarked. Thanks for the tip.

Do you have any photos of your boards exposed to water / humidity outside after a year or so?
Just curious.
I have left several boards without a coat outside. Within three weeks there was a corrosion on pins and a lot of oxidation

Not at the moment. But I can do that and will take a few this evening.

The worst one was one which I hung above a galvanized plate. Those connectors where with 2 months corroded. Replaced them with first quality material (the orignal was china export) and didnā€™t have any problems after that.

1 Like