Think about this, you can get 24kwh for $3k
Scooter Packs - https://jag35.com/collections/new-arrivals
Arduino Nano - https://amzn.to/2IabJfs
120A DC Powerstrip - https://j35.us/120A-dcPowerstrip
BattGo Meter - https://amzn.to/39I7kf6
500v 500A meter - https://jag35.com/products/dc-500v-500a-wireless-voltage-power-capacity-meter
1000w Inverter - https://amzn.to/2JNRUeB
1000w Variable Power Supply - https://s.click.aliexpress.com/e/_AqKHpP
Sketch by Brad Cagle:
void setup() {
Serial.begin(9600);
}
void loop() {
// 0x3A, 0x13, 0x01, 0x16, 0x79
Serial.write(0x3A);
Serial.write(0x13);
Serial.write(0x01);
Serial.write(0x16);
Serial.write(0x79);
delay(5000);
}
FAQ:
1) Where can learn more about batteries? http://j35.us/DIYlithiumBatteryBook
2) Where can I buy Lithium Batterieshttps://jag35.com/collections/lithium-batteries?
4) Where Can I buy Solar Panels? Flexible - http://j35.us/136wFlexSolarPanl
Glass - http://j35.us/100w-100-solar
5) Where can I buy a Battery Management System? https://kit.co/jehu/battery-management-system
6) What parts do you use on your Samba? https://kit.co/jehu/the-electric-samba-project-components
7) Why not use Supercapacitors?
A. Batteries work better at this time, caps are rare and expensive devices that are very good at doing things not needed for storage systems typically.
Disclosure: When you click on links to various merchants on this Videos and make a purchase, this can result in the earning of a commission. Affiliate programs and affiliations include, eBay Partner Network, and Amazon..
Advertise on my channel - http://archimedes.agency/ #influencers
My video gear - https://kit.co/jehu/vlogging-essentials
My T-shirts - https://kit.co/jehu/jehu-s-merchandizing
Follow me on Instagram http://j35.us/insta-jag35
Follow me on Twitter http://j35.us/twitter-jag35
Join our Facebook Group https://www.facebook.com/groups/jehusDiYPowerwalls/
If you would like support my Projects you can:
Buy a Tesla using my referral code https://ts.la/christal20797
donate: http://j35.us/helpwithcash
Donate BitCoin - 1PjhLF2vPueywwaoUMetZCLbC6rQiniyj7
or you can become our patron https://www.patreon.com/jehu
Scooter Packs - https://jag35.com/collections/new-arrivals
Arduino Nano - https://amzn.to/2IabJfs
120A DC Powerstrip - https://j35.us/120A-dcPowerstrip
BattGo Meter - https://amzn.to/39I7kf6
500v 500A meter - https://jag35.com/products/dc-500v-500a-wireless-voltage-power-capacity-meter
1000w Inverter - https://amzn.to/2JNRUeB
1000w Variable Power Supply - https://s.click.aliexpress.com/e/_AqKHpP
Sketch by Brad Cagle:
void setup() {
Serial.begin(9600);
}
void loop() {
// 0x3A, 0x13, 0x01, 0x16, 0x79
Serial.write(0x3A);
Serial.write(0x13);
Serial.write(0x01);
Serial.write(0x16);
Serial.write(0x79);
delay(5000);
}
FAQ:
1) Where can learn more about batteries? http://j35.us/DIYlithiumBatteryBook
2) Where can I buy Lithium Batterieshttps://jag35.com/collections/lithium-batteries?
4) Where Can I buy Solar Panels? Flexible - http://j35.us/136wFlexSolarPanl
Glass - http://j35.us/100w-100-solar
5) Where can I buy a Battery Management System? https://kit.co/jehu/battery-management-system
6) What parts do you use on your Samba? https://kit.co/jehu/the-electric-samba-project-components
7) Why not use Supercapacitors?
A. Batteries work better at this time, caps are rare and expensive devices that are very good at doing things not needed for storage systems typically.
Disclosure: When you click on links to various merchants on this Videos and make a purchase, this can result in the earning of a commission. Affiliate programs and affiliations include, eBay Partner Network, and Amazon..
Advertise on my channel - http://archimedes.agency/ #influencers
My video gear - https://kit.co/jehu/vlogging-essentials
My T-shirts - https://kit.co/jehu/jehu-s-merchandizing
Follow me on Instagram http://j35.us/insta-jag35
Follow me on Twitter http://j35.us/twitter-jag35
Join our Facebook Group https://www.facebook.com/groups/jehusDiYPowerwalls/
If you would like support my Projects you can:
Buy a Tesla using my referral code https://ts.la/christal20797
donate: http://j35.us/helpwithcash
Donate BitCoin - 1PjhLF2vPueywwaoUMetZCLbC6rQiniyj7
or you can become our patron https://www.patreon.com/jehu
I wonder if you could make a 555 timer circuit do the job.
Definitely something curious that makes sense. I love the idea and need to build one
Hi guys, check out a guy called Damien Maguire in Ireland 🇮🇪 he is on ytube and also EVBMW he does great work with EV batteries
Jehu you are a legend
kWh (not Kwh)
The Amazon link for the inverter is no longer working. Can you recommend a cheap inverter that can be grid tied? And how could I change how much power is being supplied by the system to the grid?
Is it too much to ask to provide a text based version of what you're doing here? A link to your own site even, with instructions. I absolutely hate sitting here watching someone explain crap. I could have read the overview and been started on my project. Instead I have to try to watch and re-watch stuff like this. Smh. The internet is going to hell haha
Thanks for the info, much appreciated . Have a great weekend. M
siiiick
Putting electronics on the carpet is not good for a bare board. ESD could zap the board or cause a failure later on.
I know you did this video a long time ago, but some of my tips will still apply to future endeavors.
It is almost always a good idea to put a series resistor in a micro controllers serial line. I use a 1000 ohm resistor most of the time, unless you use a very high baud rate (115200 baud or more), then a lower value resistor is called for.
Now, you can get a high voltage of the old reliable LM317 regulator, I think it is an LM317V. I use them to power micro controllers inside my solid state power amplifiers that use 48VDC. The regulator has a 60VDS limit. An LM317V and a couple components and you can make yourself a 3.3V (or higher) regulator.
Awesome. Good job.