WIRELESS CAR BATTERY MONITORING SYSTEM USING ESP32 AS WIRELESS BLUETOOTH VOLTMETER

  Рет қаралды 15,260

Circuit Desolator

Circuit Desolator

4 жыл бұрын

This an IoT wireless car battery monitoring system using esp32 as wireless voltmeter in Bluetooth mode.
Source code: github.com/circuitdesolator/c...
Link where to buy parts:
ESP32 - amzn.to/2Cbq209
Buck Conveter - amzn.to/2O3geb0
Enclosure - amzn.to/2ZLtp5M

Пікірлер: 38
@circuitdesolator
@circuitdesolator 4 жыл бұрын
Sign up on Circuit Desolator's FREE ARDUINO C PROGRAMMING ONLINE COURSE Click on the link below: forms.gle/epFgbmviGm3zz6zd8
@muhammadadib6632
@muhammadadib6632 Жыл бұрын
sir can i know the product buck converter ?
@joels7605
@joels7605 4 жыл бұрын
Excellent project. Well done. You should add a zener diode to that divider circuit. Car voltage is really, really nasty. Technically it's never supposed to go past ~14v, but even on a properly working car you can get brief transients of >50v and even sometimes it'll go negative. You can clamp that with something like a zener.
@circuitdesolator
@circuitdesolator 4 жыл бұрын
I definitely agree on that. I have no extra zener that time though :)
@aofddofa6661
@aofddofa6661 2 жыл бұрын
you did great ... i did the same 1 year ago the hard way , wish saw yours before ! , well done
@davebeckham5429
@davebeckham5429 4 жыл бұрын
Nice project. Thanks for sharing.
@circuitdesolator
@circuitdesolator 4 жыл бұрын
Thanks for the comment dave. If you have any project ideas that i can work on just post here a comment 🙂
@ManousosGrillakis
@ManousosGrillakis Жыл бұрын
the buck converter is not needed, esp32 can be powered from Vin up to 15 volts as it is converted to 3.3v by ams1117.
@eudyptes7431
@eudyptes7431 5 ай бұрын
The buck converter is definitely needed, otherwise the power dissipation with 15V would be way too much for the little ams1117 linear voltage regulator without a real heatsink and it will shut off the voltage constantly, causing every time a signal loss. Ever heard of unreliable ESB8266 or ESP32 modules? Now you know the main reason🙂
@fire17102
@fire17102 4 ай бұрын
​​​@@eudyptes7431what if the board has better power optimization, not running continuesly but only waking every few seconds to see if it is called for realtime monitor, or if the voltage changed with a big enough delta, which it will send an update. Do you think this will mitigate the overheating issue? If it goes to over heating, does the esp have access to it's own temp sensor? Could you without extra parts detect over temp and lower the operation cycles to produce less heat. Does this make sense or will the board heat up from the 15v source no matter if it is on or off? Also you could add a heatsink, If one or all of these are applicable that would save on the buck, what do you think? Genuinely curious Thanks and all the best!
@TechnoEveryday
@TechnoEveryday 4 жыл бұрын
Great project
@circuitdesolator
@circuitdesolator 4 жыл бұрын
thank you :)
@RND-USA
@RND-USA 4 ай бұрын
This is great! 👏 I have a couple of questions because I really want to make one now. Can you put the esp in deep sleep so so it takes periodic readings and or when woken up? Have you gotten the data to work in Home Assistant or Homebridge yet? Also what exact spec resistors did you use, like what wattage are they? I might have the parts here now to try it out! 😂
@sebastianhecht5850
@sebastianhecht5850 3 жыл бұрын
Hi, do you know the power consumption of the setup when connected via BT and not connected?
@rohithp8868
@rohithp8868 3 жыл бұрын
Can you make a bms with one esp32 a 4s cell bms. To on off relay when fully charged if any cell overcharge cut off the relay.
@synergytech474
@synergytech474 4 жыл бұрын
Nice project! Is it possible to view the voltage history in a graph? It would be useful to spot a faulty battery or to monitor a secondary car’s battery
@circuitdesolator
@circuitdesolator 4 жыл бұрын
Thanks for the feedback synergy tech. Graph is possible but i wasnt able to show it on my video. Thats a greay idea btw 🙂
@AutoTechEngineeringDHAKarachi
@AutoTechEngineeringDHAKarachi 2 жыл бұрын
can we plot the graph on android of the voltage reading
@garethsmith7628
@garethsmith7628 4 жыл бұрын
So the voltage divider alone uses 2.5 mA continuously, why not use some larger resistances?
@circuitdesolator
@circuitdesolator 4 жыл бұрын
I definitely agree. I have no spare at that time though.
@PrivatePersona-ou1sy
@PrivatePersona-ou1sy Жыл бұрын
What is the electrical consumption of the Buck Converter and the Voltage Divider Circuit ? Looks like it can deplete the car battery if its parked for a long time
@boblewis5558
@boblewis5558 Жыл бұрын
Even an LED will drain the battery if left long enough BUT on modern cars the CANbus is always powered as are several of the CUs and THEY take WAY more than a BT ESP8266 or an ESP32. We are talking mA not amps. Don't forget, whatever current is consumed by the ESP it's at 3v3 so 1/4 or thereabouts of the 12 v battery voltage and likewise if the ESP takes even as much as 120mA that is only about 30-35 mA ... The buck converter will typically be 85% efficient so you can easily work out the predicted power consumption.
@troopyoverland
@troopyoverland 10 ай бұрын
Do you have a wifi model??
@lolsypussy
@lolsypussy 4 жыл бұрын
SoC and temp monitoring of lead acid batt in the next vid please 🙂
@circuitdesolator
@circuitdesolator 4 жыл бұрын
let's work on that :)
@patjohn775
@patjohn775 3 жыл бұрын
You should have connected it to fuse box on a 12v circuit that’s not on when the cars off
@circuitdesolator
@circuitdesolator 3 жыл бұрын
Thanks for the suggestion. I know the fuse box but it is easier for me this way. On next project ;)
@jonathanencabo1015
@jonathanencabo1015 4 жыл бұрын
Have you tested it while the car is running? How's the result? I would like to know if the buck converter is enough for the voltage spikes.
@circuitdesolator
@circuitdesolator 4 жыл бұрын
Yes i did. It worked fine. It was there for 2 mpnths . But there are days that I have to reset the power because i cant connect via bluetooth. Havent had the time to work on it though.
@jonathanencabo1015
@jonathanencabo1015 4 жыл бұрын
@@circuitdesolator I see. 2 months would be great considering that it has no power surge protector feature. Hoping you could post more videos about integrating ESP's and arduino's into cars 😊
@bikeuser1736
@bikeuser1736 3 жыл бұрын
What about a WiFi version that would connect to home WiFi so you could check from anywhere, ie when on holiday, or even get Alexa or goggle home reports
@420ZEO
@420ZEO Жыл бұрын
Can you plz tell what change are required to measure for a 48v battery ?
@kyubum
@kyubum Жыл бұрын
Esp reads 3.3v. first register, it sould drive (48-3.3)v = 44.7v and the other register should drive 3.3v. Now, easy math. 44.7 : 3.3 = first : the other. You can use 5k ohm on first, and the other = 3.3 * 5k / 44.7
@dredd3220
@dredd3220 Жыл бұрын
So what all resistor do i need to use
@Visalvyasan
@Visalvyasan 2 жыл бұрын
Why a buck converter, how about a 7805 IC
How Many Balloons Does It Take To Fly?
00:18
MrBeast
Рет қаралды 135 МЛН
A clash of kindness and indifference #shorts
00:17
Fabiosa Best Lifehacks
Рет қаралды 73 МЛН
Я нашел кто меня пранкует!
00:51
Аришнев
Рет қаралды 4,7 МЛН
How to use a multimeter like a pro, the ultimate guide
12:55
James Gatlin
Рет қаралды 1,7 МЛН
DIY MPPT Solar Charge Controller(ESP32).
14:01
Electro Retro
Рет қаралды 10 М.
Power Your Projects With Batteries! (LiPo/Li-ion)
9:27
Sine Lab
Рет қаралды 34 М.
UNI-T UT210E 10000 counts Clampmeter UPGRADE for BEGINNERS, Part 1
20:36
DIY Car Battery monitor
7:25
Espruino
Рет қаралды 6 М.
Телефон-електрошокер
0:43
RICARDO 2.0
Рет қаралды 79 М.
Samsung Galaxy Unpacked July 2024: Official Replay
1:8:53
Samsung
Рет қаралды 23 МЛН
Зачем ЭТО электрику? #секрет #прибор #энерголикбез
0:56
Александр Мальков
Рет қаралды 391 М.
Klavye İle Trafik Işığını Yönetmek #shorts
0:18
Osman Kabadayı
Рет қаралды 3,7 МЛН