Это видео недоступно.
Сожалеем об этом.

Arduino Project: Pro Mini Humidity Meter (Hygrometer)

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

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

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

    Nice to see that at 10:15 all the meters gave near enough the same readings, unlike near the start when you had that other board attached, was good to see you did away with it. Nice build.

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

    You can make Arduino MCU enter in Power Down and wake it up every 8 seconds using Watchdog Timer. Maybe a button to turn on the display for a couple of seconds or use a Nokia LCD if it needs to be on all the time. With this strategy, I bet you can run for more than a month. I have doing this way in my DIY smartwatch.

  • @chartle1
    @chartle1 7 лет назад +22

    This maybe the first project I've ever seen you finish. I think I started some time during the bike battery videos

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

      Yes, I'm a fully paid up member of the "start projects but never finish them" club :)

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

      teckmoan i would have thought :-)

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

      I should join, my entire garage is full of this and I can't even see my desk anymore.
      Speaking of projects, you should build a 3D printer. They are arduino based :)

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

      You say anymore but you mean you've never been able to see your desk.

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

      +Julian Ilett what is the cost of that membership ? I'd like to join :D

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

    When you get back to this project, try using an ATTINY85, or perhaps one of the mini ESP8266's for a processor, thus reducing your size even more.

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

    Great little project a another great step would be a wireless connection, then internet to make this available via mobile phone to monitor while away.
    Keep up the projects, they will finally hugely increase your views, Thanks.

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

    Hi Julian,
    Great little project, glad to see you doing an Arduino project.
    Regards,
    Stan

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

    I enjoy the little comedy bits. Please continue with those.

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

    can't wait to see what you are going to do with the barometer... might go well in my model aircraft...

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

    Julian "It's morning somewhere" Ilett :D
    Morning fella xD

  • @DanielLopez-kt1xt
    @DanielLopez-kt1xt 7 лет назад

    An interesting idea i just saw in other videos: try to modify a 9v battery to fit in a small lipo battery, a tp4056 and an adjustable step-up, something like the MT3608... that way, you will have a rechargable 9v battery, so you can just leave it plugged-in in any 5v usb port, or maby to your solar wiring, stepping down the voltage a bit... and then take it out to wherever you want!

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

    It's official. You must now end all segments with a small puppet show.

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

    Measure the current draw of the display when fully lit and completely dark. I think the MCU speed is the least of your worries with that display continuously on. Instead of slowing down the MCU implement some sleep mode. That's a way more efficient way to reduce power consumption. By slowing the clock you might run into difficulties with the sensor or display. Check what the minimum I2C clock speed is for them or if they have some other kind of time dependent behaviour.
    Check if the libraries you use need timer0 (that's the one that counts the "time"). If not disable it, because it wakes up the micro every millisecond if you try to send it to sleep.

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

    Nice project, love the pro mini's as well. Just a thought... ;o) Add a feature to your new hygrometer - calculate the dew point and display it. The calculation is not trivial, but doable. Now you know, how cold your walls can get before they potentially grow mold. Next step: add a second temperature sensor and a LED. Tape the temperature sensor to the coldest wall and let the LED illuminate in case the wall temperature is lower than the dew point. Now... the LED will show you when it's time to open the window to lower humidity. Next step: construct something with a motor to open and close the window... ;o))) You see, home automation could be a never ending hobby as well.

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

      Dunkelheit667 next step have an alarm for when the window opens without having the motor open it.
      Next step give the device a SIM card and allow it to call the police when needed

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

      Hehe, usefull as well! But don't mix up the routine which should call the police. It's 'window_opened_not_be_myself' and not 'open_window_dew_point_reached'. ;o)

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

    That mystery breadboard project was from your XOR Gate tutorial video.

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

    Swap out to a 3.3v pro-mini and you could easily fit a lithium battery in between the display and the board. Personally however I would have done away with the headers and used ribbon cable wire between the display and the pro-mini to get it even thinner.

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

    Nice little project Julian. Good job!
    Simple coding as well!!

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

    That's a nice project. But the values change so quickly. You can take ten measurements and then average them before displaying to stabilise it. You should also center the values on screen, it shouln't be hard as they are fixed width.

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

    I wish I had half your knowledge. Watch u all the time!

  • @ask-wj2pf
    @ask-wj2pf 6 лет назад +1

    Exactly the video which I was searching for hours thanks really... Keep in the good work...👍👍👍👍👍👍👍

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

    There are several videos explaining the power consumption and a lot can be done just with switching off analogue/digital conversion pins(if not needed). Another thing is brownout but that might be better kept on with a battery usage.

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

    great job julian, the possibilities are endless :-)

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

    good job, Julian. i like these MCU based videos.

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

    +Julian Ilett well done! But have u though of minimizing or shrinking it to attiny85? ;)

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

    I'm going to make one for my grow tent. Go along with grow lights I built.

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

    Julian, you are a true "wizard'! Maybe it's time you explore making your own pcb's if you haven't already?

  • @Garry.Anderson
    @Garry.Anderson 7 лет назад

    Here a project idea!?..a sorta combination of a few of your projects - obtain multiple sensors, couple them with RF transmitters and fit them in in/to USB mains mains adapters and plug them in about the house....have each of them transmitting back to a master Arduino which could then display temp and humidity of each room on an LCD.

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

    A little solar panel on top to boost the battery perhaps? Might give you an extra ten minutes run time.

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

    Hi Julian. thats a nice project. I have two ideas. Add an on/of switch somewhere and use an angled header in between the hygrometer board and Oled screen so it is bend backwards (facing upwards). Also maybe use a tiny lipo battery and a tiny boost board (but where to hide that huh).

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

    So for a complete newby... Where should I go for the basics of programming these little things. I'd love to do this little project but if I can't figure this part out - it'll never work. hahaha

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

    Based on the last video I was expecting you to piggyback the three sensors on the same I2C pins and display an average. Because what is better than 1 sensor ? Three of them obviously.

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

    you should try wemos D1 mini or NodeMCU, they are pretty cheap with a bigger memory and wifi connectivity

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

    Hi, Julian! May be you can build this thing with PIC (for your PIC tutorial series)? I assume tiny PIC use less energy than ATmega microcontroller?

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

    Julian, about the battery life problem. Kevin Darah did a great series on his channel about low-power Arduino projects, I highly suggest you to check it out. You could put the whole thing to sleep when it's not being used and wake up on a button press, this way the battery will last for a extremely long time.

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

    Nicely done. Congratulations.

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

    Julian where is the video that you reviewed humidity sensors for Arduino? Having problem finding it. Best regards !

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

    Surprised you didn't attach the arduino to the battery box, then stick the battery box to the back of the display, would be a bit more robust.
    If you still want to remove the display for testing, you could use velcro

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

    Hi Julian, have you considered designing and having your own PCB's fabricated with all the Arduino components on a single board in order to further miniaturise your (Arduino or other) based projects? A few tutorials would be great to see! Thanks for sharing and keep up the good work.

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

    Julian, what OS do you use to program the Arduino? I wish to use an older Windows XP machine.

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

    Hi Julian, great video. Take a look at the Talkie library by Peter Knight, and let your Arduino speak all the values.

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

    Hi Julian! You could try to do that project with the ESP8266 Microcontroller (maybe the esp-12) so that you can check various sensors via WiFi network.
    keep teaching us!

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

    what about using atryny85 for cpu it will be cheaper

  • @alexandrepro.d28
    @alexandrepro.d28 7 лет назад +3

    hi Julian, i love video and keep going like that !!

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

    Nicely done. Now how would I place ESP8266 CH340G WIFI and sensors (with or without oled) around my home and send to a central single screen or multiple oled's. AcuRite/ like?

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

    great work Julian

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

    could you go for low power mode and use a timer interrupt to save power?

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

    I'd be very interested to see how you minimise power from this great first optimisation in size. can you make use of hibernation functions?

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

    Very nice project. Where do you get the Robot kit

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

    have you checked out the OLEDuino boards on Hayri 's channel?

  • @NL-hc9wz
    @NL-hc9wz 6 лет назад

    Can you list all the part numbers and the item used to hold the 9v battery etc...
    My only wish is this had Wifi so I can connect to my wifi to submit data to a database.

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

    The new OLED might look blue if the screen protection film is tinted perhaps?
    edit: Ahh nvm I see you took it off towards the end, although it looks like there's still a blue filter adhered to the screen, so it might still be a white OLED beneath.

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

      The oled is definitely blue, and the eBay listing says white - naughty eBay seller (secret-garden2015)

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

      This is a single colour OLED, but you can get full colour OLEDs - ruclips.net/video/guNG9BhBmxM/видео.html

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

    The display will take a good chunk of battery. Is the white cover part of the sensor arrangement, or is it really just a transport protective cover?

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

      Got myselt the same module; it takes about 2 to 8 mA depending on the displayed content. The Arduino takes the most current if not programmed with any sleep modes. Also found out that the white cover is supposed to be a filter, so it should remain on there.

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

    What about sticking a lipo between the lcd and the arduino?

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

    I wouldn't mess with the fuses or CPU speed, too much bother in my experience. You can instead put the Arduino into one of its power down sleep states, and only have it wake up every second to make a reading and update the display. Since that update only takes a few milliseconds, I bet, it should make the display itself the largest energy consumer.

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

    Can the humidity sensor be remote mounted with unshielded ribbon cable? If so how far can one go before data is corrupted?

  • @223Nebraska
    @223Nebraska 7 лет назад

    If you could integrate a heating element and possibly cooling It would be great for my garage cigar humidor.:)

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

    Great video as always, really entertaining!

  • @dermeister314p
    @dermeister314p Год назад

    nice work - though the link to code does not work - "missing access token" ?

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

    Hi can you make a humidity and temperature sensor with a relay to switch on fan or heater (60W) light bulb?

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

    Running it off 9V means you're dissipating considerable power in the 3.3V regulator on the Nano board. This will result in artificially elevated temperatures.
    The battery power is mostly going to heat up the regulator. A 18650 would be far more efficient, have higher capacity, and run longer.

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

      True 9V isn't ideal - but this is a 5V Pro Mini, not 3.3V

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

      Maybe consider checking how hot the regulator gets and if that affects your temperature readings.

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

    hi I've looked at your sketch I'm new to this ,..how do you get the info on how to use the library that you include ? this is a general library question thanks

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

    How long will this system work with that battery? assuming continuous work. thanks.

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

    So the moral of the story is that the 2 dollar ebay units are the best solution. The fact that we built it ourselves is not really important especially when the project isn't really a challenge for us anyway.

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

    Use an LCD screen without backlight, desolder power indicator LED from Arduino Pro Mini and use low power modes of ATMEGA328. You can make it work for months on a lithium coin cell.

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

      Engin Yeğnidemir
      this is OLED screen

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

      Yeah, no reason to swap the OLED since it don't have any backlight. The light comes from each pixel directly, which pretty much gives this a much lower power consumption with regards to its visual quality. Sure a small 7-segment LCD with no backlight would possibly draw less, but that's not even in the same ballpark.

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

      But an OLED draws way much power than an LCD.

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

      Engin Yeğnidemir Well that depends highly on which models you're using, but in general no, a similar LCD won't be as efficient as an OLED, but as I said, if you sacrifice quality, like with an 7-segment LCD, then yes, you would lower the power consumption since you're getting rid of backlight and resolution.

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

      Find the OLED with lowest power consuption possible. You can find an LCD that uses at least 10 times lower than that.

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

    Enjoyed this one...

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

    An ATtiny13a on a lcd SPI display running on a button cell. Much more time running!!!

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

    Good job with the project, nice thinking with stacking the boards. How about using one of those usb rechargeable 9v PP9 batteries you can then just give it a boost from one of your many power packs.

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

      There's a 9V lithium PP3 with microUSB charging port heading my way from China - that should triple the run time.

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

      Always a step ahead :-)

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

    great video keep it coming.. very helpfull

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

    what kind of overall power use would this project pull?

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

    Any idea how long of a cable run you can use with i2C? I want to put a sensor in my attic, but the arduino and display would be several feet away in a living space.

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

      About a meter. Almost certainly not long enough.

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

    Time to design a PCB to combine the AVR and the display using an ATtiny85.

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

    Use Micro USB female ports. those gives 5v and easy to find and salvage.

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

    Hi Julian, Your probable aware of this but just in case, have you used any of the Low Power and Sleep Libraries?

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

      I'll have a look at those - they could be very handy :)

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

      Perhaps add a light sensor so it doesn't run at night? an e-ink display would be good for low power operation and only update the display when the humidity changes by +- 1%?

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

      Here is a great video about sleep and pre-scaler: watch?v=iMC6eG24S9g ;-)

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

      I'm keeping a close eye on e-ink displays - but there are very few available at the moment.

    • @John_Ridley
      @John_Ridley 7 лет назад +5

      The Sharp LCD are almost as low power. Not cheap. But you might also check on the popular Nokia LCD module.

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

    Very nice , Big J .

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

    Is it really 52% humidity there? Doesn't everything immediately turn to rust and get covered with mold?

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

      It's bloody England, where there are only two kinds of weather: rainy and foggy.

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

    What is the tolerance of that tinny humidity sensor? How accurate is it for measuring % RH?

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

      When he looked at the datasheet in the previous video, it was supposed to be 3%

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

    Isn't OLED a lot more power hungry than LCD. Slowing down MCU won't be enough. Of course you can also update once ever 2-3 seconds and sleep between updates, so the MCU clock will be less of a problem. Even though LCD would last longer, OLED is much cooler :).
    Also character LCD displays burn more power than 7 segment LCDs, but I haven't found 7 segment LCD display with a driver. driving it from a PIC is an option, but wiring would be nightmare.

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

      OLED are less power hungry because they can shut off individual pixels unlike LCD :)

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

      Maybe less than TFT. You still need to power at least 10-20% of the pixels. Character LCD draws 1-1.5 mA with no backlight. Nokia display - 0.4mA with no backlight. With 7 segment LCDs you can get lower than that. You won't power backlit devices from batteries anyway. Here is some article: www.bigmessowires.com/2011/06/07/low-power-lcd-smackdown/

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

    hmmm i also bread boarded one dht11 hygrometer, but i wanted to miniaturize it with 2x 7segments.

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

      I'd recommend the smaller OLED. If you search eBay for 0.91" oled you'll see what I mean ;)

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

      right !

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

    are those temp sensors even accurate down to 0.01 degrees?

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

      No, but he can't be bothered to use anything other than the basic print() command, which prints 2 decimal places.

  •  7 лет назад

    You probably lost some accuracy with that design: Those xyz21 humi-temp sensors are actually measuring the temperature of the PCB below them, so you want to keep it as small as possible, and you pretty much merged it with that display.

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

    Ahh man, the link to the Arduino code no longer valid.

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

    Julian, have you posted the code for this anywhere? and if not, could you?

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

      0yeme0 hastebin.com/emugomosev.cpp

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

      Moes
      thanks

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

      haha.. there isn't much to that code at all. I expected it to do more. The hardware does more than I thought. It's just a matter of taking readings every 50 ms and using a built-in print command with some built-in fonts and telling it which pixel on the display to start at for the print. Cool... this makes me want to play with arduinos and graphical LCD displays.

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

      Yeah! It's easy :)

  • @andybaker8472
    @andybaker8472 Год назад

    Hi Julian, can you please respond the code for this as its a dead link now

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

    I'm having an issue with my 140w solar and I wonder if someone here already have that
    My panel shows 20v open circuit but when goes to the grid tie it drops to 9volts
    I check the panel and looks all good, the bypass diodes are ok too.
    I really have no idea why it can't hold the voltage high under load

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

      TBH that sounds normal. What's the load, and how sunny is it?

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

      +David Buchanan it seems that doesn't matter is its full sun or overcast! I ran a test using a motorcycle lamp and from 20v it doped to 9volts at 4.5amp ! Should I try to buy new bypass diodes? I've been seeing 9volts for 2 weeks when plugged into the grid tie
      Maybe the diodes are holding voltage when under load

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

      What's the voltage across the diode?

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

      +David Buchanan they tell normal voltage I think they go 9>15>20 left to right ! I believe that's it if I remember right, I'll try to check again tomorrow and make a video

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

    That was fun, made one...

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

    I love hygroneters

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

    Yes !!! That is neat !!!

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

    id love to make this =D might actually finish this and make it actually work
    if its not cheap .. quick and simple to set up and make it Tweet .. then not many people are going to get right into it :(

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

    I like it .... bravo

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

    Shame the arduino code for this has gone now. Water to try it out.

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

    If you would like to make a video about digispark 85 that sends HUM and Temp with RF433, than i can send you a script about them. One digispark reads dht11 signal and sends it with rf433 and the other digispark receives the signal and displays it to oled display. Im using a digispark that has a usb connection on board so i can plug them in my powerbank. If everything is connected and soldered, it looks very small in size and looks good.
    Note: One digisparks needs smaller bootloader. It can be done with original bootloader, but then there would be only displayed values and no text.

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

    I notice now that this unit is much closer in reading to the 2 cheapo units, as I said on the previous video is this because you do not have the double level shifting and dual voltage regulators to the sensor.

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

      I'm sceptical. The double regulator may result in a low voltage, but the Si7021 works down to 1.9 volts. The level shifters aren't going to alter the data sent over I2C - corrupted data would result in errors, not readings that are either too low or too high.

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

    Anyone realized the length is 13:37?

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

    simple solution to the battery problem, wire it to a solar cell and a 80 mah battery.

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

    Remove the Arduino all together and just use an ESP module; cheap, low power, and can post to a website!

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

    You forgot again the "Response Time" for the sensor and it's 17s and not 1s

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

      I've checked the data sheet. It can take 18 seconds for the sensing element to respond to changes in air humidity. There's no limit on how often you can read the temperature and humidity registers.

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

    also it might run on a ATtiny85 board that are available on eBay for next to nothing.

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

      +Hrnek Bezucha I got mine for 99 dollar cents a piece. Have you seen them even cheaper ?

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

      Maico probably not the board but you can get a batch of the chips. The board is just a breakout with USB anyway. you can program the chip with i2c I believe.

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

      Hrnek Bezucha oops I missed that you were talking about a attiny85-on-a-BOARD. I was meaning the bare attiny85's price.I'll probably need to order a couple of 1000s to get a lower price and I only need a few. I already ordered 5 for 99 cents each and thats not a bad price I guess. I just thought maybe you knew an even cheaper deal :)

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

    github.com/rocketscream/Low-Power - use this for longer battery life. however, the display will still consume too much to run months from one battery. may be you need to switch the display off after some time (power it from one of digital pins controlled from code) and have a button to wake it up
    and of course you need to downclock the atmega and don't use onboard linear voltage regulator (I suggest to solder it off to avoid current leak) and power the whole device directly from 3V battery pack (2xAA or 2xAAA)

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

    Hi Julian. Thanks. You really should round up your displayed values. All those decimals are just wishful thinking.

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

    Very good

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

    Why are your puppets from up North?

    • @JN.0_o
      @JN.0_o 7 лет назад +3

      I think they've been watching too much TechMoan