The Best Data Logger?

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

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

  • @paulprice
    @paulprice  Год назад +4

    So some fun developments. i was playing around with downclocking the bee data logger to 40mhz and doing some code optimizations (removing a dumb 5 second delay i had in there for some reason) the bee data logger can wake up, write the RTC time to the SD card and go back to sleep in under half a second. so...that means waking up once an hour and going back to sleep this thing could last almost 2 years on a 400 mah battery. :O

  • @claytonbennett7797
    @claytonbennett7797 3 дня назад +1

    Bro this thing is sick. Good job.

  • @bertbrecht7540
    @bertbrecht7540 Год назад +3

    Congrats on inventing and bringing to market such a cool product.

  • @jon7187
    @jon7187 9 месяцев назад +1

    Very excited to give this a try. Grabbed two of them and plan on pair it with a low power vibration or PMR sensor (for wakeup), gps and epaper.

    • @paulprice
      @paulprice  9 месяцев назад +1

      Awesome. I got your order this morning! I hope you get some good use out of them. If you need anything once they arrive don't hesitate to reach out. Cheers

  • @chrisrudy1969
    @chrisrudy1969 7 месяцев назад +2

    These are really cool! Thanks for the videos :)

  • @Raul_Herrera
    @Raul_Herrera 2 месяца назад

    ¡Qué buena idea y construcción de una placa todo en uno!!!. Hice un datalogger todo por separado y ahora estoy viendo como junto todo para reducir su tamaño. Esta placa se ve fenomenal. Felicitaciones!!!

  • @desmond-hawkins
    @desmond-hawkins Год назад +1

    Congrats on the launch! The power usage numbers look great and show the attention you've put into it. 400mAh is smaller than the smallest battery I own and 11+ months of runtime on such a small battery is amazing. I'm curious, what do you use to measure those? I have the Power Profiler Kit II and love how precise it is, but I'm always interested to hear about other tools people might prefer over it.

    • @paulprice
      @paulprice  Год назад +1

      Thanks! I also use the power profiler to measure power consumption. It's a handy tool for sure.
      I'm certainly pleased with the power consumption results in deepsleep. It's taken some design considerations to get it that low. Battery life is also dependent on how often the end user turns it on to take readings, but I do not know of any other esp32 boards that have this many features and can also get ~20uA in deepsleep, so I'm pretty happy with it.

  • @yusufmaulana960
    @yusufmaulana960 9 месяцев назад +1

    awesome projects :3

  • @ThylineTheGay
    @ThylineTheGay Год назад +1

    7:45 at this point i feel like the natural battery discharge might consume more power than the board

  • @dphair3805
    @dphair3805 Месяц назад

    Looks like the board is out of stock? Great concept.

    • @paulprice
      @paulprice  Месяц назад

      I'm making more this week. :)

  • @randallyoung6715
    @randallyoung6715 Год назад +1

    Very cool !!!

  • @GadgetGamesAU
    @GadgetGamesAU Год назад +1

    Super cool

  • @LindaHookey
    @LindaHookey 3 месяца назад

    Good morning Paul, an excellent package on your datalogger and well done.Can you tell me; does your logger "automatically scans, detects, configers and log various Qwiic sensors" such as TMP117 temperature sensor and the Adafruit SHT45 humidity/temperature sensor, Sparkfun DEV-16832 OpenLog Artemis is OK with the TMP117 but is not happy with the Adafruit SHT45.
    Kind regards
    Tony H.

    • @paulprice
      @paulprice  3 месяца назад

      Hi, it does not automatically setup senors like the sparkfun data logger does. This data logger needs to be programmed for whatever sensors you wish to use in either circuit python or Arduino both of which are supported programming languages for the bee data logger.

    • @LindaHookey
      @LindaHookey 3 месяца назад +1

      Thank you for that Paul, l am most interested in getting a couple, but will have to mull it over for a couple of days to see if it's fit for purpose.
      Cheers, until a l think up another question.

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

    This is a nice board! Especially for the low power attention you gave it, which gets forgotten all to often.
    Would it support ESPHome ?

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

      Thanks! I haven't tried esphome with it yet, I have used esphome for other boards but I'd have to see if there is already some support in esphome for the components I've used.

  • @jon6123
    @jon6123 10 месяцев назад +2

    hello, what is the max sample rate of the ADC's and what resolution are they? apologies if that information is available somewhere but I am struggling to find it, nice project though!

  • @cedricbron7472
    @cedricbron7472 7 месяцев назад

    Nice video :-) Just a question...I would like to use this datalogger with 3 pressure sensors (4-20mA and a resistor transform to 0-3-3V) on ADC1-3. What could be the maximum frequency acquisition I can achieve?

    • @paulprice
      @paulprice  7 месяцев назад

      I can't speak to that exact scenario you described, but the max sample rate of the esp32-s3 ADC is 200 ksps. Your results may vary depending on your exact usecase

  • @dusanpecek
    @dusanpecek Месяц назад

    The best data logger should behave as usb key when attached to usb computer port 😂.

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

    what did you have to do to make the board more efficient in deep sleep?

    • @paulprice
      @paulprice  11 месяцев назад +1

      Using high quality LDOs as well as 2 of them. One is used to power the chip in deepsleep and the other powers everything else. The trick being that you can turn on/off the 2nd LDO when the board is in deepsleep. so for instance the RGB can't drain current when the board is asleep and it's not being used. All that adds up to having a low powered deepsleep

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

      ​@@paulprice oh i get it now, im still very new to this stuff but that seems like a smart way of doing it, like a master switch for turning everything off but still allowing RTC and other deep sleep stuff to work.
      Also, not sure if its your cup of tea but id love a video from you about all the requirements for making your own devboard from scratch, most people dont explain the need for most components they use

  • @1grizzlyrizzo
    @1grizzlyrizzo Год назад

    Hi there I've got one of your boards and am have some teething problems, I've tried out your RTC to SD Arduino example script and am not getting any data. I've tried several SD cards, power only USB for logging, it uploads the script fine, and I only get "ESP-ROM:esp32s3-20210327" back in serial monitor. What am I doing wrong.

    • @paulprice
      @paulprice  Год назад +1

      are you hitting reset on the board after you upload the sketch? when its still in download mode it will display that ESP-ROM:esp32s3 message you described.
      once you've uploaded your sketch, hit reset, the com port will disappear so you'll need to select the new com port again in Arduino. from there try and open the serial monitor again. (may have to close/open it more than once to get it to initialize)
      that RTC-SD sketch will only work if the serial monitor is open. if you want it to run and write to the SD card without having to open the serial monitor. then remove this bit of code in the setup() section.
      while(!Serial){
      delay(100);
      }
      let me know if you have any other issues.

    • @1grizzlyrizzo
      @1grizzlyrizzo Год назад

      @@paulprice Thanks that's working now with and without serial monitor, seems to have sprung to life after it knew what time it was initially. BTW do you have any tips for using an ultrasonic distance sensor with the logger?

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

      i haven't used a distance sensor with it, so I wouldn't have any specific advice, but it should be something you can do. you'll just have to play around with it. :)

    • @1grizzlyrizzo
      @1grizzlyrizzo Год назад

      @@paulprice It's to monitor the water levels of a brick built spring fed water tank that we think is over a hundred and fifty years old, it used to supply a castle in Scotland which is long gone and will hopefully work well for the walled garden. Thanks again for the speedy help.

    • @paulprice
      @paulprice  Год назад +1

      @@1grizzlyrizzo oh wow that's really cool! I always love hearing what people intend to use the data loggers for, lots of cool projects! If you run into issues down the road don't hesitate to reach out.

  • @lorenzocalderone1392
    @lorenzocalderone1392 6 месяцев назад

    I add Lan. It possible

  • @lorenzocalderone1392
    @lorenzocalderone1392 6 месяцев назад

    I wish bay the logger