Still using a dht ... perhaps take a look on the bme280! Temperature, humidity and pressure - from Bosch. Best environment sensor i know for 3€ on an breakout board.
And for light measurements I have good experience with an BH1750 connected to the i2c bus. With low power consumption and excellent precision on human eye wavelengths. So you can free the analog pin for battery measurement. It is available for less than 1€ or 3€ with a nice white plastic dome.
Yah, why wouldn't they use the superior BME280? Less parts, less power, and MORE accuracy. It's not made for a shield, but you can use a Proto shield, or just string it in on wires. I would actually suggest stringing it in, as you can get it away from the warmth of the ESP.
I recommend protecting the PCBs from water damage (there will be condensation inside the open tube) with either conformal coating or something like CorrosionX which I used successfully in the past to protect boards exposed to elements. One thing to keep in mind though is the barometric sensor, you will damage it if something gets inside metal housing. Otherwise you will inevitably have burnt boards when condensation inside the tube causes a short circuit.
agree, that's why I suggested giving it a hot glue cover. actually, condensation should only happen when it's foggy since there is no temperature difference inside.... I'm really curious how long it will last. I sacrifice it for the team ;)
If you want to slightly reduce connection time of esp to wifi and save some energy you can use a static ip instead of dynamic. BTW, a project is awesome! :-)
Hallo Maker, toll gemacht, sehr gut erklärt und umgesetzt. Es hat richtig Spaß gemacht dieses Video anzuschauen. Ich wollte mir schon lange eine Wetterstation bauen, bin aber trotz gleiche Komponenten nicht sehr weit gekommen. Jetzt wo Du eine gute Vorlage geboten hast werde ich Dein Projekt nachbauen. Der einzige das mir fehlt, ist die Wind Messung mit Amplitude und Richtung. Vielen Dank das Du dieses Projekt mit uns teilst. Danke
The battery lifetime will be reduced when keeping the cell voltage at maximum all the time. Recommendations for lithium manganese cells (max 4.2V) is to charge them to only 4.1V to increase lifetime. The capacity however might only be at around 80% then. You can lower the floating voltage of your lifepo4 too.
@@sojueray5929 if you use a small solar cell like this a current limiter is not required. if the solar cell maximum current is lower than the maximum charge current there is no problem. If however the current can be higher you can use 2 LM 317. One for current limiting and one for voltage limiting. Both in series
I am testing the solar + lifepo4 + solar of this setup on low battery levels. I discovered that, when on low battery, the wemos wouldn't start up properly resulting in constant high current draw (no deep sleep) which in turn results in emptying the battery even faster. Adding a 1000uF capacitor resolves this issue extending the setup to run on battery longer. That could just save that one day extra without solar power. I also added a connection to the analog input of the wemos (not using the analog light sensor) from the battery positive terminal (with a 100k ohm resistor as voltage divider) to measure the battery voltage. This could be used to lower the update frequency when the voltage is dropping.
If you snip off some hot melt glue and put it in the shrinksleeve before shrinking, you make a water tight sleeve. now water is getting in trough capillary action. ... just a hint. Nice work!
You can use a small sugarcube relay, to switch between ldr and battery voltage.. Just keep a default mode like ldr needs to be monitored always.. And whenever you need battery, just power up the relay and your done.. Take a reading and power off!. That's just a suggestion And as always superb videos.. Thumbs up. Thanks for sharing
Anton Milošević I didn't suggest that as every time it would have to trigger the relay which may pull a lot of power.. So we can keep a threshold of like 40% , so when the battery is low at 40% it won't trigger the relay for the next wakeup cycle.. And just report the user , after like 2 or 3 wakeup cycle it will trigger the relay so we can check if it's working or not.
Hello, this is a good video. I suggest to use a TP-5000 Module, which is capable to charge LiFePO4 cells as well. No needs to be build an additional circuit. Nice job. Oh I just forget to mention you can lowered the power if you use an ATTiny13A. I had a project where the sensor wakes up 4min and 56 secs for 8 secs. the deep sleep period it takes 5.4 [uA]. I use P-Channel and N-Channel MOSFETs to cut of differetn parts....
+Istvan Zilizi thanks for the suggestions. How good does the tp-5000 handle currents about 1mA ? I had to switch from these small buck converters during production when realized I tested it with like 100mA but the solar didn't work. Keeping the circuit simple is a decision to make this video accessible to beginners in electronics. Shaving off the last 280uA is worth diving in an another project. I think it shold be even possible using just some passive components
Undertand your point, the backward current 2-6 [uA], I used my own TP5000 to charge LiPo batteries around 3000 mAh capacity with two 6V cells. I have to start an investigation, unfortunatelly LiPo do not like the low temperature.
I know that insert keeps the inside a little isolated, but any sun on that PVC pipe will heat the whole thing up. The open bottom helps, but without any wind there would be a lot of heat build up, and even a decent breeze wouldn't remove all of it. Any extra heat is going to throw all the sensors off. Better to have holes in the top, shielded by an overhang to let air flow through. A 2" or 3" (50 or 75 mm) PVC pipe cap could provide the overhang - just glue it to the cap you have, then drill a bunch of holes in the pipe where the PVC cap will hang past them. You'd probably want to attach a piece of window screen on both ends to keep out dirt and bugs.
great video. I would like to suggest using TP4056 Module to charge a li-ion battery. You can plug it into the 5v input without any problems, then you can connect the + side to A0 using 100k resistor. I tried this and its still working for the last 4 months.
Sure, it would be an option. But I'm not sure if it can handle the winter here. I liked to try the LiFePo battery. Also, it's a nice way to introduce a classical lm317 circuit... 😍
to get even less power consumption from the esp D1 mini ,desolder the Ch340 driver after your finished programming it , you can just de-solder the vcc pin for the ch340 and save around 15 ma some people prefer to cut the track to the ch340 and leave the copper on the track exposed ,that way if you need to re-program the device you just have to put a blob of solder on the track and you can program it again
as long as you arent continualy trickling it full. i recomend letting it use a small percentage between charging. That will lengthen the charge the most.
You could also put in some code so that when the battery is near fill and has been receiving good sunlight for the last 2 days or is charging faster than it's losing power than it will update faster.
i can also recomment such solar lipo charger boards as a powersource for example the "DFRobot Solar Lipo Charger". I connected it directly to the wemos d1 mini 5v and ground pins and it works just fine
Du kannst nochmal mehr strom sparen wenn du ein ESP 12 oder 7 Modul benutzt ohne CH340 und die kontroll leds noch weg lässt. Was nochmal strom spart ist einer größere Antenne wenn man keinen so guten empfang hat wird das durch die antenne kompensiert ohne das der Chip die treiberstufe zu sehr hoch fährt.
Technically topping off the battery all the time would be bad. I'm not sure how lifepo4 will handle it. However you are solar charging which means that most of the 24 hours you will be drawing current instead of charging. Then you will be charging and you might get 4-5 hours of topping off, but it won't be every day - especially in the cold seasons. The worst that could happen is that you'll reduce the life of the battery by a bit. But it's not that big deal if you replace it every 3 instead of every 5 years. My biggest concern is if it survived the winters without the voltage dropping too low. Is there a follow up video? I'm curious to see what happened
Don't forget, if you live in a climate that gets to freezing temperatures, you can't charge lithium ion batteries at freezing temperatures. (The only battery that can be charged is a lead acid battery.)
Hi thanks for this video. I'm wondering how to ensure the wifi range, when my weather station will be setup ca. 50m away from the house. As I'm a rookie in the arduino and esp, I would only ask if there is any possibility to develop some kind of wifi repeater with esp/nodemcu/wemos parts?
If you remove the serial to USB chip and voltage regulator, you should have a current draw of about 60-70 µA. I have a BME280 and it runs for a month and a half connecting every 5 minutes to my MQTT server with one 18650 battery.
Yes, but it was a while ago. But the AMS1117 has a quiescent current draw between 5-10 milliamp. I think the serial converter draws a couple of hundred µA.
And I just have a regular 400x rectifier diode to lower the voltage by 0.6 volts of the 4.2 volts (when fully charged). The esp8266 is quite happy running a bit over 3.3 volts.
I built a similar version. It worked just fine over the summer but ran out of battery later. After the battery is empty it is unable to recover. If the solar cell gets light it will push the voltage up for the ESP8266 to boot but it won't be able to permanently deliver enough current. This causes the ESP to crash before it can enter deep sleep. In this state it will draw 100mAh+ until the battery dies again. This repeats forever. So far no solution in sight :/
Very nice, as always :) Often in your videos I see a nice crimping tool for crimping dupont connectors. Can you write what type it is. They seem to work perfectly. Thanks.
How about using a 4 Channel Analog I2C IC like the ads1115? You could get a higher precision on reading the light level and you could add a batterievoltage reading. Also a Rain/Water-Sensor and a moisturesensor for your Garden would be interesting...
It’s not zee burds i em vurreed about, it’s zee bugz ;) It is also a great Idea to have two jobs: roofer and landscaper (wenn Du vom Dach runterfällst, kannste unten gleich weitermachen ;-) )
Hi guys, and sensei bitluni. I have one issue with this project. Scetch works like a charm, I get readings from DHT22 sensor to serial monitor, but readings are not sent to my server... Inside server runs NodeRed, and I have other ESP8266 with different sketch in it and it forks just fine. Any suggestions for this trouble? Thanks in advance. :)
I just wonder if the weather station still works 4 years later?
Год назад
How about making a code directly for esphome ? esphome api is a bit more stable then mqtt ( in my Home Assistant installation 😅 ) Great tutorial ! Thanks
Nice.. like the topic :D. still on my wishlist to make. one question though,. you say you are using a BMP180 for air pressure and precize tempreature. what do you mean by that as all the explenations i found for the BMP180 are about barometric pressure and no reference to temprature.
+user21XXL would be a bit more complicated. Since we would need to measure voltage and current. When the battery is low there is a higher load on the solar so the voltage drops.
you could try to measure cell voltage when charging circuit is disconected. Relay or mosfet could disconect sollar panel from rest of the device, and you could check open cell voltage
spitze, ich muss mir auch paar wemos bestellen, die scheinen mir echt Klasse zu sein. aber für die Zukunft nutze doch schwarze Kabelbinder für den Außenbereich, die weißen sind nicht UV Stabil
Das ist ein gutes Argument. Halte uns doch bitte auf dem laufenden sofern es erste Ausfallerscheinungen bei der Wetterstation gibt. Aktuell baue ich auch an einem Projekt für den Aussenbereich und bin mir noch nicht sicher ob ich es einfach regengeschützt aufhänge oder wasserdicht verpacke
bitluni's lab also bei Husqvarna Rasenroboter werden die Platinen mit Schutzlack behandelt. Obwohl der Roboter an sich dicht ist. Aber bei der Ladestation sind auch gerne die Ameisen drinne. Oft oxidieren dann die Kabel aber der Platine tuts nichts mehr 😊
I'm interested to know why you chose Arduino IDE instead of Mongoose OS for this project? I've been trying out Mongoose OS since finding your videos, and love/hate it so far.
That's actually an unfortunate story. I tried to do it using Mongoose BUT there was no image that supported I²C and DHT at once. Only the IoT image hast DHT support but no I2C library... I asked for help but it takes some time and I didn't want to delay the video even longer. I always try to use JS and the default images since it's easier to set up. You could compile your own image using their cloud service. V2 of the weather station will not use DHT sensors anymore... I hate them from project to project more and people suggested good alternatives in the comments here.
Hello, have you used another language to program esp8266 such as lua or native espressif rtos SDK? I'm wondering which one is the best for doing this stuff, what do you think? Arduino seems so newbie rs and sometimes buggy
I am currently starting with esp32 idf. have the only experience with arduino and mongoose os. I only take arduino if mongoose does not have the functionality easily accessible that I need for the projects. I hate Arduino. Intendation using spaces.. srsly?! ...but it comes with the comfort of the libraries. A am still looking for the best IDE... I hope Mongoose will get more libraries and simpler way to compile c++ projects. I'll also try to contribute
Still using a dht ... perhaps take a look on the bme280! Temperature, humidity and pressure - from Bosch. Best environment sensor i know for 3€ on an breakout board.
Thanks for the hint.. ordered them and will try next time
And for light measurements I have good experience with an BH1750 connected to the i2c bus. With low power consumption and excellent precision on human eye wavelengths. So you can free the analog pin for battery measurement. It is available for less than 1€ or 3€ with a nice white plastic dome.
do you know for if an rain and wind sensor exists?
The BME280 is great, I use the sensor also.
Yah, why wouldn't they use the superior BME280? Less parts, less power, and MORE accuracy. It's not made for a shield, but you can use a Proto shield, or just string it in on wires. I would actually suggest stringing it in, as you can get it away from the warmth of the ESP.
I recommend protecting the PCBs from water damage (there will be condensation inside the open tube) with either conformal coating or something like CorrosionX which I used successfully in the past to protect boards exposed to elements. One thing to keep in mind though is the barometric sensor, you will damage it if something gets inside metal housing. Otherwise you will inevitably have burnt boards when condensation inside the tube causes a short circuit.
agree, that's why I suggested giving it a hot glue cover. actually, condensation should only happen when it's foggy since there is no temperature difference inside.... I'm really curious how long it will last. I sacrifice it for the team ;)
@@bitluni How did it last?
@@bitluni Do you have an update on the durability of the setup?
Being able to see your formula in that spreadsheet was great! Love this project
If you want to slightly reduce connection time of esp to wifi and save some energy you can use a static ip instead of dynamic.
BTW, a project is awesome! :-)
Nice project, you also edit your videos very well, I had a laugh when you dumped the brick on the table!
Hallo Maker, toll gemacht, sehr gut erklärt und umgesetzt. Es hat richtig Spaß gemacht dieses Video anzuschauen. Ich wollte mir schon lange eine Wetterstation bauen, bin aber trotz gleiche Komponenten nicht sehr weit gekommen. Jetzt wo Du eine gute Vorlage geboten hast werde ich Dein Projekt nachbauen. Der einzige das mir fehlt, ist die Wind Messung mit Amplitude und Richtung. Vielen Dank das Du dieses Projekt mit uns teilst. Danke
The battery lifetime will be reduced when keeping the cell voltage at maximum all the time.
Recommendations for lithium manganese cells (max 4.2V) is to charge them to only 4.1V to increase lifetime.
The capacity however might only be at around 80% then.
You can lower the floating voltage of your lifepo4 too.
You have to implement a current limiter, I would like to know how to do it.
@@sojueray5929 if you use a small solar cell like this a current limiter is not required. if the solar cell maximum current is lower than the maximum charge current there is no problem.
If however the current can be higher you can use 2 LM 317. One for current limiting and one for voltage limiting. Both in series
Your video puts many TV shows to shame! Congratulations!
I am testing the solar + lifepo4 + solar of this setup on low battery levels. I discovered that, when on low battery, the wemos wouldn't start up properly resulting in constant high current draw (no deep sleep) which in turn results in emptying the battery even faster. Adding a 1000uF capacitor resolves this issue extending the setup to run on battery longer. That could just save that one day extra without solar power. I also added a connection to the analog input of the wemos (not using the analog light sensor) from the battery positive terminal (with a 100k ohm resistor as voltage divider) to measure the battery voltage. This could be used to lower the update frequency when the voltage is dropping.
another well described project. With PV panels of less than 5 watts i just shunt across the panels with a zenner.
Really like your channel. Me and my dad were watching your videos and he betted a bottle of "Tokai" that you are from Hungry.
If you snip off some hot melt glue and put it in the shrinksleeve before shrinking, you make a water tight sleeve. now water is getting in trough capillary action. ... just a hint. Nice work!
good tip... can't wait to check how everything looks when it stopped working. It's still doing fine.
Well done, very good video. I`ll research your project page as I`m sure I`ll get lots of ideas for myself.
You can use a small sugarcube relay, to switch between ldr and battery voltage.. Just keep a default mode like ldr needs to be monitored always.. And whenever you need battery, just power up the relay and your done.. Take a reading and power off!.
That's just a suggestion
And as always superb videos.. Thumbs up. Thanks for sharing
agree.. it would be very nice to know the battery voltage and that solution sounds quite good :)
Anton Milošević thank you
It also could check the battery voltage once every few hours and if it reaches a critical level alert the user :)
Anton Milošević I didn't suggest that as every time it would have to trigger the relay which may pull a lot of power.. So we can keep a threshold of like 40% , so when the battery is low at 40% it won't trigger the relay for the next wakeup cycle.. And just report the user , after like 2 or 3 wakeup cycle it will trigger the relay so we can check if it's working or not.
the internal voltage measurement of the esp is currently a compile time feature in the arduino library. don't know if there is a way to change this.
Hello, this is a good video. I suggest to use a TP-5000 Module, which is capable to charge LiFePO4 cells as well. No needs to be build an additional circuit. Nice job. Oh I just forget to mention you can lowered the power if you use an ATTiny13A. I had a project where the sensor wakes up 4min and 56 secs for 8 secs. the deep sleep period it takes 5.4 [uA]. I use P-Channel and N-Channel MOSFETs to cut of differetn parts....
+Istvan Zilizi thanks for the suggestions. How good does the tp-5000 handle currents about 1mA ? I had to switch from these small buck converters during production when realized I tested it with like 100mA but the solar didn't work. Keeping the circuit simple is a decision to make this video accessible to beginners in electronics. Shaving off the last 280uA is worth diving in an another project. I think it shold be even possible using just some passive components
Undertand your point, the backward current 2-6 [uA], I used my own TP5000 to charge LiPo batteries around 3000 mAh capacity with two 6V cells. I have to start an investigation, unfortunatelly LiPo do not like the low temperature.
Thank you for sharing this project
I know that insert keeps the inside a little isolated, but any sun on that PVC pipe will heat the whole thing up. The open bottom helps, but without any wind there would be a lot of heat build up, and even a decent breeze wouldn't remove all of it. Any extra heat is going to throw all the sensors off.
Better to have holes in the top, shielded by an overhang to let air flow through. A 2" or 3" (50 or 75 mm) PVC pipe cap could provide the overhang - just glue it to the cap you have, then drill a bunch of holes in the pipe where the PVC cap will hang past them. You'd probably want to attach a piece of window screen on both ends to keep out dirt and bugs.
I think its best tutorial i found, but actually i am looking with a BH1750 module for LUX readings for the light sensor. all the best!
Silicone conformal coating on the boards would work well and you can work on the board again loved the project
from where can i get the *brick* ?
order online from middle east.
Supreme brick...
Best order some clay, build an oven and bake your own brick.
@@bollie9752 will microwave oven do ?
@@iceberg789 Would that be a red one or a white one I threw the last one I had at the PM
great video. I would like to suggest using TP4056 Module to charge a li-ion battery. You can plug it into the 5v input without any problems, then you can connect the + side to A0 using 100k resistor. I tried this and its still working for the last 4 months.
Sure, it would be an option. But I'm not sure if it can handle the winter here. I liked to try the LiFePo battery. Also, it's a nice way to introduce a classical lm317 circuit... 😍
The TP4056 module will easily survive the winter :-)
But yes... That battery may have problems
Could you connect a 5v solar cell to the tp4056 to charge the battery and simultaneously use the battery?
I am asking because the tp4056 wants 4.8-5v which may not always be given when the sun is not shining
What's the part number of that brick? Can I use any 100MHz brick? This is the best tutorial by the way... I watched them all.
Nice project man! I like your channel
to get even less power consumption from the esp D1 mini ,desolder the Ch340 driver after your finished programming it , you can just de-solder the vcc pin for the ch340 and save around 15 ma
some people prefer to cut the track to the ch340 and leave the copper on the track exposed ,that way if you need to re-program the device you just have to put a blob of solder on the track and you can program it again
I have just started this project. I already have the brick. LOL
Thank you for this! I've been trying to make my weather logger and failed. I'll take a look at yours closely for advice! Great help my friend 👍
as long as you arent continualy trickling it full. i recomend letting it use a small percentage between charging. That will lengthen the charge the most.
That would happen when it’s dark out, I would think.
You could also put in some code so that when the battery is near fill and has been receiving good sunlight for the last 2 days or is charging faster than it's losing power than it will update faster.
Be careful with skottky diodes. They can have a relatively large reverse current, which kinda defeats their use in Backvoltage protection
an excellent channel! keep up the good work!
Another excellent video!
Thanks!
Very useful and nice work 🤗 ... waiting for your new video
i can also recomment such solar lipo charger boards as a powersource for example the "DFRobot Solar Lipo Charger". I connected it directly to the wemos d1 mini 5v and ground pins and it works just fine
Do you have an affiliate link for the brick? It's the last part I need for this project :)
Great job bro !!
Du kannst nochmal mehr strom sparen wenn du ein ESP 12 oder 7 Modul benutzt ohne CH340 und die kontroll leds noch weg lässt.
Was nochmal strom spart ist einer größere Antenne wenn man keinen so guten empfang hat wird das durch die antenne kompensiert ohne das der Chip die treiberstufe zu sehr hoch fährt.
Hello is the project still running would be great to hear how it has survived over two years :). Any damages to sensors?
I always have a brick laying around, I can finally use it!
а мужик молодец, завидую я ему, что у него есть свободное время, на эти увлечения
so how is going this project? The battery still alive? thanks !
Hey. interesting project. I'm interested in. How did you make phone applications to see these sensors?
Excelent. Good job. Thanks
Greetings from Darmstadt ;)
How is this project going? is it still deployed outside? and how is the solar panels doing? is it enough to charge ?
How this project works now?
Great sir ....I'm also planning for that which is inspired from u😀 by using node mcu, what is the function of shotokey diode ?
Brilliant ... Keep it up for this great work ... Could you please tell me what Camera you use ?
GH5
stunning specs and features but worst autofocus for video.
Use BMP280, humidity, temperature and pressure all in 1.
Technically topping off the battery all the time would be bad. I'm not sure how lifepo4 will handle it. However you are solar charging which means that most of the 24 hours you will be drawing current instead of charging. Then you will be charging and you might get 4-5 hours of topping off, but it won't be every day - especially in the cold seasons. The worst that could happen is that you'll reduce the life of the battery by a bit. But it's not that big deal if you replace it every 3 instead of every 5 years. My biggest concern is if it survived the winters without the voltage dropping too low. Is there a follow up video? I'm curious to see what happened
Nice project, i am trying to make one mysefl, this will be great guide video. But add battery level in measurements.
Don't forget, if you live in a climate that gets to freezing temperatures, you can't charge lithium ion batteries at freezing temperatures. (The only battery that can be charged is a lead acid battery.)
As u have done this it’s nice but my friend the solar panel which u have used can it be higher
But there's no rain gauge 😮
How can we know how much it rained?
Hope you keep thinking about the power via solar panels! Loved this one. Thank you!
Hi thanks for this video. I'm wondering how to ensure the wifi range, when my weather station will be setup ca. 50m away from the house. As I'm a rookie in the arduino and esp, I would only ask if there is any possibility to develop some kind of wifi repeater with esp/nodemcu/wemos parts?
How to control the battery charger so as not to ruin the battery?
This is a very good and awesome Video i Like it verry much .. Thanks
An interesting contribution, thanks for your effort to publish. Which 3-D-printer do you use?
BME280 for sure ... and sigfox to remove wifi consuming and be able to put it nearly where you want
bmp180 can also measure temperature
If you remove the serial to USB chip and voltage regulator, you should have a current draw of about 60-70 µA. I have a BME280 and it runs for a month and a half connecting every 5 minutes to my MQTT server with one 18650 battery.
This sounds like a good idea. Did you measure the difference before and after?
Yes, but it was a while ago. But the AMS1117 has a quiescent current draw between 5-10 milliamp. I think the serial converter draws a couple of hundred µA.
And I just have a regular 400x rectifier diode to lower the voltage by 0.6 volts of the 4.2 volts (when fully charged). The esp8266 is quite happy running a bit over 3.3 volts.
So cool!
Thanks for sharing!
What software do you use for your 3D designs? Regards!
A bit unconventional, but it is Blender
Hello , awesome videos I’m wondering if is possible to get a notification if some values exceed a value settled ? Thank you for you help ....
Measuring solar panel voltage while it is connected to the battery will only give you the Battery Voltage
Nice video.
Hey, ich habe deinen Kanal grad gefunden, sehr schöner Kanal :). Was hältst du davon einen CubeSat/ArduSat zu bauen?
Vg
Why not use the solar panel as a light sensor as it provides power.
I built a similar version. It worked just fine over the summer but ran out of battery later. After the battery is empty it is unable to recover. If the solar cell gets light it will push the voltage up for the ESP8266 to boot but it won't be able to permanently deliver enough current. This causes the ESP to crash before it can enter deep sleep. In this state it will draw 100mAh+ until the battery dies again. This repeats forever. So far no solution in sight :/
Great work
Is this station connected to the internet by wifi to a router?
Thank you
This looks all a little complicated. I have used a WEMOS, a TP4056 Carging Controller, BME280, a 18650 Battery, a Solarpanel
Congratulations very good, how to do the same thing but only for the wind speed?
But the Batterie and the esp zögertet with the Temperatur Sensor is a good idea? Doesn‘t it make to much Temperatur so the accurancy suffers from it.
Could we use mosfet for diode purposes? It would have less voltage drop, but I'm not sure about the power consumption of the neccesary circuit.
Great solution for a WiFi access product. What and how wold you suggest using cell phone in the unit to upload the data?
As a newbie I woud like to know if theres anything to take in consideration when buying the zenerdiodes as you havent presented a link to aliexpress?
Very nice, as always :) Often in your videos I see a nice crimping tool for crimping dupont connectors. Can you write what type it is. They seem to work perfectly. Thanks.
How about using a 4 Channel Analog I2C IC like the ads1115?
You could get a higher precision on reading the light level and you could add a batterievoltage reading.
Also a Rain/Water-Sensor and a moisturesensor for your Garden would be interesting...
nice IC.. just ordered it and will try it in an upcoming project
It’s not zee burds i em vurreed about, it’s zee bugz ;)
It is also a great Idea to have two jobs: roofer and landscaper (wenn Du vom Dach runterfällst, kannste unten gleich weitermachen ;-) )
Hi guys, and sensei bitluni. I have one issue with this project. Scetch works like a charm, I get readings from DHT22 sensor to serial monitor, but readings are not sent to my server... Inside server runs NodeRed, and I have other ESP8266 with different sketch in it and it forks just fine. Any suggestions for this trouble? Thanks in advance. :)
would it be possible to buy a cloud ray sensor in this system ??
Instead of 3D printing en enclosure, one can just buy a same sized garden light and gut it out, or even keep the charging circuitry
AFAIK at least Li Ion batteries don't like to get trickle charged all the time. Nimh cells would be a better choice here...
Nice video nonetheless ;)
ok, let's see how long it will last
It's LiFePo4, not a regular Li Ion - it's a BIG difference
7:15 the number 4 is subscript not superscript.
Why doesnt the part list have a link for the brick XD
Fun project thx
I just wonder if the weather station still works 4 years later?
How about making a code directly for esphome ?
esphome api is a bit more stable then mqtt ( in my Home Assistant installation 😅 )
Great tutorial !
Thanks
Brilliant
Nice.. like the topic :D. still on my wishlist to make. one question though,. you say you are using a BMP180 for air pressure and precize tempreature. what do you mean by that as all the explenations i found for the BMP180 are about barometric pressure and no reference to temprature.
it provides temperature with 0.1°C precision. check it out
bitluni's lab thanks. I will take that in mind. I am currently working on the mqtt ;)
Does the sensor data get published to a cloud service or are you running a web server on the board and just connecting to that with your phone?
could you skip the photoresistor and read the voltage from solar cells to get a light measurement?
+user21XXL would be a bit more complicated. Since we would need to measure voltage and current. When the battery is low there is a higher load on the solar so the voltage drops.
you could try to measure cell voltage when charging circuit is disconected.
Relay or mosfet could disconect sollar panel from rest of the device, and you could check open cell voltage
I try to compile the sketch Solar weather station but i get this error: deepSleep' was not declared in this scope in line 84. What to do? Thanks
do you have an esp8266 board selected in the menu?
Yes, I have
spitze, ich muss mir auch paar wemos bestellen, die scheinen mir echt Klasse zu sein. aber für die Zukunft nutze doch schwarze Kabelbinder für den Außenbereich, die weißen sind nicht UV Stabil
+Stan Linke true but I will be happy if the cable ties are the first thing to fail :)
Das ist ein gutes Argument. Halte uns doch bitte auf dem laufenden sofern es erste Ausfallerscheinungen bei der Wetterstation gibt. Aktuell baue ich auch an einem Projekt für den Aussenbereich und bin mir noch nicht sicher ob ich es einfach regengeschützt aufhänge oder wasserdicht verpacke
bitluni's lab also bei Husqvarna Rasenroboter werden die Platinen mit Schutzlack behandelt. Obwohl der Roboter an sich dicht ist. Aber bei der Ladestation sind auch gerne die Ameisen drinne. Oft oxidieren dann die Kabel aber der Platine tuts nichts mehr 😊
What's the difference between the Wemos 8525 and esp8266?
I'm interested to know why you chose Arduino IDE instead of Mongoose OS for this project?
I've been trying out Mongoose OS since finding your videos, and love/hate it so far.
That's actually an unfortunate story. I tried to do it using Mongoose BUT there was no image that supported I²C and DHT at once. Only the IoT image hast DHT support but no I2C library... I asked for help but it takes some time and I didn't want to delay the video even longer. I always try to use JS and the default images since it's easier to set up. You could compile your own image using their cloud service.
V2 of the weather station will not use DHT sensors anymore... I hate them from project to project more and people suggested good alternatives in the comments here.
The charging module you made, was it able to charge 18650 li ion battery....?
Dht11 takes 3-5 volt. Dht22 takes 3.3-6 volt
will the code work with the d1 mini pro ?
Hello, have you used another language to program esp8266 such as lua or native espressif rtos SDK? I'm wondering which one is the best for doing this stuff, what do you think? Arduino seems so newbie rs and sometimes buggy
I am currently starting with esp32 idf. have the only experience with arduino and mongoose os. I only take arduino if mongoose does not have the functionality easily accessible that I need for the projects. I hate Arduino. Intendation using spaces.. srsly?! ...but it comes with the comfort of the libraries.
A am still looking for the best IDE... I hope Mongoose will get more libraries and simpler way to compile c++ projects. I'll also try to contribute
Try lua! But be informed - it's assinhronous and event based - that means different aproach programming. But it's a lot of fun learning it! :)
what are tehe specs of the schottky diode you use?