Skip to product information
1 of 9

Jag35

Pre-Programed Arduino to wake Okai ES200G scooter Batteries

Pre-Programed Arduino to wake Okai ES200G scooter Batteries

Regular price $15.00 USD
Regular price Sale price $15.00 USD
Sale Sold out
Shipping calculated at checkout.

Please read the description carefully.

Shipping to Lower 48 USA states only via UPS Ground. No international shipping including HI, GU, PR. Non-USA customers click here.

 

This MicroController is used in conjunction with the Okai ES200G scooter Battery Packs. These battery packs require a status/unlock signal to their BLUE (Tx) wire with 9600 Baud serial: 0x3A, 0x13, 0x01, 0x16, 0x79.
Then the battery replies with an extensive status report on the GREEN (Rx) wire.

We are currently designing a device to display the status report from the battery, but for now we can turn them on and use them to power many 36v devices.

The Arduino is pre-programmed with the following code:

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);
}

 

To power your Arduino you have to use a DC-DC that makes the battery packs 42v down to at least 3.6v.  We recommend this DC-DC.


Here is how the Arduino is programmed:

 


 

These items are sold for DIY and Second Life purposes. Listings that are “untested” as sold as-is and cannot be returned, exchanged or refunded. Even when sold as “new”, “NOS”, or “like-new”, they may be in less than perfect condition.

If you buy a product from us and then realize you don't have, or don't want to acquire, the tool(s) or information needed to make our product(s) work for your specific build, this does not constitute valid grounds for replacements, exchanges or refunds. You are responsible for doing your due diligence before making any purchases.

    View full details