The Best Data Logger?

  Рет қаралды 10,233

Paul's Projects

Paul's Projects

Күн бұрын

Пікірлер: 46
@paulprice
@paulprice Жыл бұрын
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
@jon7187
@jon7187 10 ай бұрын
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 10 ай бұрын
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
@bertbrecht7540
@bertbrecht7540 Жыл бұрын
Congrats on inventing and bringing to market such a cool product.
@paulprice
@paulprice Жыл бұрын
thanks!
@Raul_Herrera
@Raul_Herrera 3 ай бұрын
¡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!!!
@claytonbennett7797
@claytonbennett7797 Ай бұрын
Bro this thing is sick. Good job.
@chrisrudy1969
@chrisrudy1969 9 ай бұрын
These are really cool! Thanks for the videos :)
@cookedaudio
@cookedaudio 21 күн бұрын
That looks pretty neat. Two questions: 1 - do you need to pull the SD card to read what it has logged or is there a web interface via the ESP32 that lets you do that? 2 - RTC is nice, but can the ESP32 check/sync the time using NTP? Thinking about using this for testing out battery performance on a CR2032 in different situations. I suppose you could simply use the ADC and read the voltage at different intervals?
@paulprice
@paulprice 21 күн бұрын
1. It is possible to have a web page to view the SD card data but you'd need to write that code yourself (tho I may look into making an example sketch for this on the Github repo). 2. Yes you can update the time via NTP and there is an example sketch for updating the RTC via NTP on the GitHub repo. The main reason for an onboard RTC is that a lot of data logging projects do not have access to WiFi and or also connecting to WiFi regularly will affect battery life if you're running on battery for long periods of time. Cheers Paul
@cookedaudio
@cookedaudio 21 күн бұрын
@@paulprice Thanks for your answers. Looks like a cool device, I'll have to think about getting one when they are back in stock on Tindie!
@ThylineTheGay
@ThylineTheGay Жыл бұрын
7:45 at this point i feel like the natural battery discharge might consume more power than the board
@jamesmackay-m1q
@jamesmackay-m1q 26 күн бұрын
That's a wonderful projet i wish i could have one already to try it out!! Maybe built an enclosure for it and use it in the field. I would be interested into taking the data to the next level and over internet. do you think it's possible with your device ? or do i need a specific device that connects over LAND.
@paulprice
@paulprice 26 күн бұрын
It has wifi and Bluetooth capabilities. Sending data over MQTT is pretty easy too.
@desmond-hawkins
@desmond-hawkins Жыл бұрын
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 Жыл бұрын
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.
@LindaHookey
@LindaHookey 5 ай бұрын
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 5 ай бұрын
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 5 ай бұрын
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.
@yusufmaulana960
@yusufmaulana960 11 ай бұрын
awesome projects :3
@jon6123
@jon6123 Жыл бұрын
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!
@paulprice
@paulprice 9 ай бұрын
12 bit ADC
@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.
@dphair3805
@dphair3805 3 ай бұрын
Looks like the board is out of stock? Great concept.
@paulprice
@paulprice 3 ай бұрын
I'm making more this week. :)
@ofiraltstein2791
@ofiraltstein2791 19 күн бұрын
Hi. We like to use several loggers for measuring barometric pressure in the field in a seed dispersal by dust devils research. From where can we order it? it seems to be out of stoke tindie and lectronz...
@paulprice
@paulprice 18 күн бұрын
hi! thanks for your interest. I've got more in the making and should be back in a stock in a week or so. cheers.
@ofiraltstein2791
@ofiraltstein2791 16 күн бұрын
@@paulprice thanks!
@GadgetGamesAU
@GadgetGamesAU Жыл бұрын
Super cool
@randallyoung6715
@randallyoung6715 Жыл бұрын
Very cool !!!
@cedricbron7472
@cedricbron7472 9 ай бұрын
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 9 ай бұрын
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
@justinc2633
@justinc2633 Жыл бұрын
what did you have to do to make the board more efficient in deep sleep?
@paulprice
@paulprice Жыл бұрын
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 Жыл бұрын
​@@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 Жыл бұрын
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 Жыл бұрын
@@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 7 ай бұрын
I add Lan. It possible
@dusanpecek
@dusanpecek 2 ай бұрын
The best data logger should behave as usb key when attached to usb computer port 😂.
@lorenzocalderone1392
@lorenzocalderone1392 7 ай бұрын
I wish bay the logger
My Kickstarter failed, so I open sourced it
12:20
StuckAtPrototype
Рет қаралды 659 М.
Noodles Eating Challenge, So Magical! So Much Fun#Funnyfamily #Partygames #Funny
00:33
The IMPOSSIBLE Puzzle..
00:55
Stokes Twins
Рет қаралды 162 МЛН
Full video - Data recovery from a dead MicroSD card
16:01
DevelopAKR
Рет қаралды 413 М.
Why Unreal Engine 5.5 is a BIG Deal
12:11
Unreal Sensei
Рет қаралды 1 МЛН
Pushing a Raspberry Pi 5 to the LIMIT....
25:33
Zac Builds
Рет қаралды 369 М.
I Made A Tiny ESP32
5:40
Paul's Projects
Рет қаралды 114 М.
Build Your Own Drone Tracking Radar:  Part 1
20:08
Jon Kraft
Рет қаралды 577 М.
12 Mind-Blowing ESP32 Projects to try in 2024!
8:50
ToP Projects Compilation
Рет қаралды 189 М.
Using SD Cards with Arduino - Record Servo Motor Movements
31:53
DroneBot Workshop
Рет қаралды 202 М.
Try these 16 Brilliant ESP32 projects!!!
11:18
ToP Projects Compilation
Рет қаралды 605 М.
Noodles Eating Challenge, So Magical! So Much Fun#Funnyfamily #Partygames #Funny
00:33