Solar Weather Station [WiFi, MQTT, Smart Home, ESP8266]

Поделиться
HTML-код
  • Опубликовано: 1 дек 2024

Комментарии • 236

  • @christianmeinert8806
    @christianmeinert8806 7 лет назад +79

    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.

    • @bitluni
      @bitluni  7 лет назад +16

      Thanks for the hint.. ordered them and will try next time

    • @christianmeinert8806
      @christianmeinert8806 7 лет назад +15

      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.

    • @boonkerz
      @boonkerz 7 лет назад +2

      do you know for if an rain and wind sensor exists?

    • @saschatrumm2852
      @saschatrumm2852 7 лет назад +4

      The BME280 is great, I use the sensor also.

    • @MaxSMoke777
      @MaxSMoke777 7 лет назад +2

      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.

  • @orientowitz1
    @orientowitz1 7 лет назад +19

    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.

    • @bitluni
      @bitluni  7 лет назад +9

      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 ;)

    • @SteampunkSammy
      @SteampunkSammy 4 года назад

      @@bitluni How did it last?

    • @TheLtGo
      @TheLtGo 2 года назад

      @@bitluni Do you have an update on the durability of the setup?

  • @Dav4122
    @Dav4122 7 лет назад +1

    Being able to see your formula in that spreadsheet was great! Love this project

  • @StaxxxInMyJeans
    @StaxxxInMyJeans 5 лет назад +20

    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! :-)

  • @TheDefpom
    @TheDefpom 7 лет назад +12

    Nice project, you also edit your videos very well, I had a laugh when you dumped the brick on the table!

  • @H2Orst
    @H2Orst 5 лет назад

    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

  • @unbekannternutzer8506
    @unbekannternutzer8506 5 лет назад +5

    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
      @sojueray5929 5 лет назад +1

      You have to implement a current limiter, I would like to know how to do it.

    • @unbekannternutzer8506
      @unbekannternutzer8506 5 лет назад +1

      @@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

  • @paulorobalo7216
    @paulorobalo7216 6 лет назад

    Your video puts many TV shows to shame! Congratulations!

  • @igorybema
    @igorybema 5 лет назад +3

    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.

  • @zukjeff
    @zukjeff 7 лет назад +1

    another well described project. With PV panels of less than 5 watts i just shunt across the panels with a zenner.

  • @rsolovye
    @rsolovye 5 лет назад +2

    Really like your channel. Me and my dad were watching your videos and he betted a bottle of "Tokai" that you are from Hungry.

  • @wilfredswinkels
    @wilfredswinkels 7 лет назад

    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!

    • @bitluni
      @bitluni  7 лет назад

      good tip... can't wait to check how everything looks when it stopped working. It's still doing fine.

  • @mmajstruk398
    @mmajstruk398 6 лет назад +2

    Well done, very good video. I`ll research your project page as I`m sure I`ll get lots of ideas for myself.

  • @ParthBhat
    @ParthBhat 7 лет назад +3

    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

    • @antonmilosevic
      @antonmilosevic 7 лет назад +2

      agree.. it would be very nice to know the battery voltage and that solution sounds quite good :)

    • @ParthBhat
      @ParthBhat 7 лет назад

      Anton Milošević thank you

    • @antonmilosevic
      @antonmilosevic 7 лет назад

      It also could check the battery voltage once every few hours and if it reaches a critical level alert the user :)

    • @ParthBhat
      @ParthBhat 7 лет назад

      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.

    • @bitluni
      @bitluni  7 лет назад +2

      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.

  • @istvanzilizi6194
    @istvanzilizi6194 7 лет назад +3

    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....

    • @bitluni
      @bitluni  7 лет назад

      +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

    • @istvanzilizi6194
      @istvanzilizi6194 7 лет назад

      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.

  • @zaidhussain5206
    @zaidhussain5206 6 лет назад +2

    Thank you for sharing this project

  • @chrisw1462
    @chrisw1462 5 лет назад

    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.

  • @AlphaRobloxer
    @AlphaRobloxer 5 лет назад

    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!

  • @MrBobWareham
    @MrBobWareham 5 лет назад +2

    Silicone conformal coating on the boards would work well and you can work on the board again loved the project

  • @ohh9979
    @ohh9979 6 лет назад +51

    from where can i get the *brick* ?

    • @iceberg789
      @iceberg789 5 лет назад +6

      order online from middle east.

    • @lucasimark7992
      @lucasimark7992 5 лет назад +1

      Supreme brick...

    • @bollie9752
      @bollie9752 5 лет назад +3

      Best order some clay, build an oven and bake your own brick.

    • @iceberg789
      @iceberg789 5 лет назад +3

      @@bollie9752 will microwave oven do ?

    • @MrBobWareham
      @MrBobWareham 5 лет назад +1

      @@iceberg789 Would that be a red one or a white one I threw the last one I had at the PM

  • @mohanndalahmadi
    @mohanndalahmadi 7 лет назад +4

    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.

    • @bitluni
      @bitluni  7 лет назад +3

      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... 😍

    • @Ed19601
      @Ed19601 7 лет назад

      The TP4056 module will easily survive the winter :-)
      But yes... That battery may have problems

    • @LTF-uj1yc
      @LTF-uj1yc 4 года назад

      Could you connect a 5v solar cell to the tp4056 to charge the battery and simultaneously use the battery?

    • @LTF-uj1yc
      @LTF-uj1yc 4 года назад

      I am asking because the tp4056 wants 4.8-5v which may not always be given when the sun is not shining

  • @cipiripper
    @cipiripper 6 лет назад +12

    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.

  • @jcresgate
    @jcresgate 4 года назад

    Nice project man! I like your channel

  • @fouzaialaa7962
    @fouzaialaa7962 4 месяца назад

    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

  • @3dmixer552
    @3dmixer552 5 лет назад +15

    I have just started this project. I already have the brick. LOL

  • @rgmtb
    @rgmtb 5 лет назад

    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 👍

  • @FennecTECH
    @FennecTECH 5 лет назад

    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.

    • @ubersham
      @ubersham 4 года назад

      That would happen when it’s dark out, I would think.

  • @graysonsmith7031
    @graysonsmith7031 4 года назад

    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.

  • @Ed19601
    @Ed19601 7 лет назад +1

    Be careful with skottky diodes. They can have a relatively large reverse current, which kinda defeats their use in Backvoltage protection

  • @antonis476
    @antonis476 7 лет назад

    an excellent channel! keep up the good work!

  • @viniciusnoyoutube
    @viniciusnoyoutube 6 лет назад

    Another excellent video!
    Thanks!

  • @aliavestan
    @aliavestan 7 лет назад

    Very useful and nice work 🤗 ... waiting for your new video

  • @Dgtdggff
    @Dgtdggff 4 года назад

    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

  • @SimpleElectronics
    @SimpleElectronics 3 года назад +2

    Do you have an affiliate link for the brick? It's the last part I need for this project :)

  • @mibrahim4245
    @mibrahim4245 5 лет назад +1

    Great job bro !!

  • @hanssprungfeld4110
    @hanssprungfeld4110 5 лет назад

    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.

  • @RistoNovik
    @RistoNovik 5 лет назад +5

    Hello is the project still running would be great to hear how it has survived over two years :). Any damages to sensors?

  • @o0julek0o
    @o0julek0o 6 лет назад +6

    I always have a brick laying around, I can finally use it!

  • @СергейС-н2ю
    @СергейС-н2ю 7 лет назад

    а мужик молодец, завидую я ему, что у него есть свободное время, на эти увлечения

  • @StefanoZamprogno
    @StefanoZamprogno 3 года назад +2

    so how is going this project? The battery still alive? thanks !

  • @olegmda5623
    @olegmda5623 5 лет назад +6

    Hey. interesting project. I'm interested in. How did you make phone applications to see these sensors?

  • @jotaefearango
    @jotaefearango 4 года назад

    Excelent. Good job. Thanks

  • @Dele0615
    @Dele0615 5 лет назад

    Greetings from Darmstadt ;)

  • @ashajjar
    @ashajjar 6 лет назад +2

    How is this project going? is it still deployed outside? and how is the solar panels doing? is it enough to charge ?

  • @vivekchauhan7468
    @vivekchauhan7468 4 года назад +2

    How this project works now?

  • @ANANTHASANKAR_UA
    @ANANTHASANKAR_UA 4 года назад

    Great sir ....I'm also planning for that which is inspired from u😀 by using node mcu, what is the function of shotokey diode ?

  • @WalidIssa
    @WalidIssa 7 лет назад +1

    Brilliant ... Keep it up for this great work ... Could you please tell me what Camera you use ?

    • @bitluni
      @bitluni  7 лет назад +1

      GH5
      stunning specs and features but worst autofocus for video.

  •  5 лет назад +2

    Use BMP280, humidity, temperature and pressure all in 1.

  • @nickpelov
    @nickpelov 4 года назад

    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

  • @putinvladimirovic5588
    @putinvladimirovic5588 5 лет назад +1

    Nice project, i am trying to make one mysefl, this will be great guide video. But add battery level in measurements.

  • @linagee
    @linagee 5 лет назад

    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.)

  • @miteshdhanani
    @miteshdhanani 4 года назад

    As u have done this it’s nice but my friend the solar panel which u have used can it be higher

  • @lightdark00
    @lightdark00 7 лет назад

    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!

  • @ukassio85
    @ukassio85 3 года назад

    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?

  • @sojueray5929
    @sojueray5929 5 лет назад +1

    How to control the battery charger so as not to ruin the battery?

  • @Nobbi_TheRock
    @Nobbi_TheRock 7 лет назад

    This is a very good and awesome Video i Like it verry much .. Thanks

  • @hubertmargreiter3508
    @hubertmargreiter3508 6 лет назад +1

    An interesting contribution, thanks for your effort to publish. Which 3-D-printer do you use?

  • @f1rhk
    @f1rhk 6 лет назад

    BME280 for sure ... and sigfox to remove wifi consuming and be able to put it nearly where you want

  • @Trailtraveller
    @Trailtraveller 5 лет назад +2

    bmp180 can also measure temperature

  • @JackZimmermann
    @JackZimmermann 7 лет назад

    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.

    • @bitluni
      @bitluni  7 лет назад

      This sounds like a good idea. Did you measure the difference before and after?

    • @JackZimmermann
      @JackZimmermann 7 лет назад

      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.

    • @JackZimmermann
      @JackZimmermann 7 лет назад

      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.

  • @toyodathon08
    @toyodathon08 7 лет назад

    So cool!

  • @agustinarturoreynososantos1514
    @agustinarturoreynososantos1514 5 лет назад +2

    Thanks for sharing!
    What software do you use for your 3D designs? Regards!

    • @hallolo2
      @hallolo2 5 лет назад +1

      A bit unconventional, but it is Blender

  • @josedejesusescalantechavez7188
    @josedejesusescalantechavez7188 6 лет назад

    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 ....

  • @wooferhound7571
    @wooferhound7571 3 года назад

    Measuring solar panel voltage while it is connected to the battery will only give you the Battery Voltage

  • @buckwheatclark
    @buckwheatclark 7 лет назад

    Nice video.

  • @irishwristwatch7544
    @irishwristwatch7544 6 лет назад +3

    Hey, ich habe deinen Kanal grad gefunden, sehr schöner Kanal :). Was hältst du davon einen CubeSat/ArduSat zu bauen?
    Vg

  • @raymondpenn1304
    @raymondpenn1304 11 месяцев назад

    Why not use the solar panel as a light sensor as it provides power.

  • @devluz
    @devluz 5 лет назад

    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 :/

  • @rabinshaltiel8950
    @rabinshaltiel8950 6 лет назад +1

    Great work
    Is this station connected to the internet by wifi to a router?
    Thank you

  • @klofisch
    @klofisch 6 лет назад

    This looks all a little complicated. I have used a WEMOS, a TP4056 Carging Controller, BME280, a 18650 Battery, a Solarpanel

  • @didiersee
    @didiersee 6 лет назад

    Congratulations very good, how to do the same thing but only for the wind speed?

  • @ThatsAllStuff
    @ThatsAllStuff 7 лет назад

    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.

  • @SzDavidHUN
    @SzDavidHUN 6 лет назад

    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.

  • @ronobrien5967
    @ronobrien5967 6 лет назад

    Great solution for a WiFi access product. What and how wold you suggest using cell phone in the unit to upload the data?

  • @DaDrummerthe1st
    @DaDrummerthe1st 7 лет назад

    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?

  • @jantrisko
    @jantrisko 5 лет назад

    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.

  • @SteveGameDE
    @SteveGameDE 7 лет назад

    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...

    • @bitluni
      @bitluni  7 лет назад

      nice IC.. just ordered it and will try it in an upcoming project

  • @RobiBue
    @RobiBue 4 года назад

    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 ;-) )

  • @robertas220
    @robertas220 6 лет назад

    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. :)

  • @Igor-pw7nd
    @Igor-pw7nd 3 года назад

    would it be possible to buy a cloud ray sensor in this system ??

  • @daijoubu4529
    @daijoubu4529 4 года назад

    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

  • @Unfinished_Projects
    @Unfinished_Projects 7 лет назад +1

    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 ;)

    • @bitluni
      @bitluni  7 лет назад +1

      ok, let's see how long it will last

    • @MrJanulis
      @MrJanulis 7 лет назад +1

      It's LiFePo4, not a regular Li Ion - it's a BIG difference

  • @richardlighthouse5328
    @richardlighthouse5328 4 года назад

    7:15 the number 4 is subscript not superscript.

  • @ChrisChromeYT
    @ChrisChromeYT 5 лет назад +1

    Why doesnt the part list have a link for the brick XD

  • @johnfrancis9668
    @johnfrancis9668 5 лет назад

    Fun project thx

  • @Talaxianer
    @Talaxianer 3 года назад

    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

  • @dleivam
    @dleivam 5 лет назад

    Brilliant

  • @pietgdgc
    @pietgdgc 7 лет назад

    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.

    • @bitluni
      @bitluni  7 лет назад +1

      it provides temperature with 0.1°C precision. check it out

    • @pietgdgc
      @pietgdgc 7 лет назад

      bitluni's lab thanks. I will take that in mind. I am currently working on the mqtt ;)

  • @Ziplock9000
    @Ziplock9000 6 лет назад

    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?

  • @user21XXL
    @user21XXL 7 лет назад

    could you skip the photoresistor and read the voltage from solar cells to get a light measurement?

    • @bitluni
      @bitluni  7 лет назад

      +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.

    • @user21XXL
      @user21XXL 7 лет назад +1

      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

  • @695renzo
    @695renzo 7 лет назад

    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

    • @bitluni
      @bitluni  7 лет назад

      do you have an esp8266 board selected in the menu?

    • @695renzo
      @695renzo 7 лет назад

      Yes, I have

  • @Rothammel1
    @Rothammel1 7 лет назад +1

    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

    • @bitluni
      @bitluni  7 лет назад +2

      +Stan Linke true but I will be happy if the cable ties are the first thing to fail :)

    • @Hasitier
      @Hasitier 7 лет назад

      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

    • @Rothammel1
      @Rothammel1 7 лет назад

      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 😊

  • @stevem3163
    @stevem3163 7 лет назад

    What's the difference between the Wemos 8525 and esp8266?

  • @joshwyse1761
    @joshwyse1761 7 лет назад

    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.

    • @bitluni
      @bitluni  7 лет назад

      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.

  • @akash12aug
    @akash12aug 6 лет назад +2

    The charging module you made, was it able to charge 18650 li ion battery....?

  • @Ed19601
    @Ed19601 4 года назад

    Dht11 takes 3-5 volt. Dht22 takes 3.3-6 volt

  • @enkyCSGOMore
    @enkyCSGOMore 5 лет назад +1

    will the code work with the d1 mini pro ?

  • @fazuelle
    @fazuelle 7 лет назад

    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

    • @bitluni
      @bitluni  7 лет назад +1

      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

    • @MrJanulis
      @MrJanulis 7 лет назад

      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! :)

  • @silverbullPSE
    @silverbullPSE 5 лет назад

    what are tehe specs of the schottky diode you use?