An Electric Scooter Community on a Mission to Stamp out Transportation Mediocrity.

Discuss the Segway Ninebot ES and Ninebot Max Kick Scooter in this Forum. Topics include the Segway-Ninebot app, hardware, street riding, etc.
By Marius Petz
#17423
Hey guys

do someone know how to dismantle the scooter? I tried to dismantle the handlebar but I can't remove the screws. They seem to be glued or something. Someone know how to loose the screws?
By Danyparis
#17425
Marius Petz wrote:
Sat Nov 16, 2019 1:05 pm
Hey guys

do someone know how to dismantle the scooter? I tried to dismantle the handlebar but I can't remove the screws. They seem to be glued or something. Someone know how to loose the screws?
Yes my friend
The screws are glued
You need to turn hard the screws
By Marius Petz
#17426
Danyparis wrote:
Sat Nov 16, 2019 1:55 pm
Marius Petz wrote:
Sat Nov 16, 2019 1:05 pm
Hey guys

do someone know how to dismantle the scooter? I tried to dismantle the handlebar but I can't remove the screws. They seem to be glued or something. Someone know how to loose the screws?
Yes my friend
The screws are glued
You need to turn hard the screws
Wich tools you used to loose the screws?
By mscr1
#17599
Has any ES4 or ES2 formerly from VOI ever been sucessfully converted? I have seen the case of an auctioned one, where even flashing didn't make it fully functional.
By Marius Petz
#17953
Hey guys,

there is a solution for the VOI ES-100D Scooter. The Source Code is written by MrSpriggs1.
I want to give you an instruction.

What you need
  • Arduino Nano
Thats it!

Upload following Code to the Arduino Board:
Code: Select all
#include <Arduino.h>

int powerPin = 5;
byte messageA[] = {0xA6, 0x12, 0x02, 0x10, 0x14, 0xCF};
byte messageB[] = {0xA6, 0x12, 0x02, 0x11, 0x14, 0x0B};
byte messageC[] = {0xA6, 0x12, 0x02, 0x15, 0x14, 0x30};

void setup() {
  // initialize Serial:
  Serial.begin(9600);

  pinMode(powerPin, OUTPUT);
  digitalWrite(powerPin, HIGH);

}

void loop() {
  delay(500);
  Serial.write(messageC, sizeof(messageC));
}
!!!Written by MrSpriggs1!!!

Now connect the yellow wire to the RX, the green wire to the TX and the blue wire to the 3V3 Pin.

Don't connect the red wire to the arduino or you will blew up the board of the arduino.

Now power up the arduino and wait some seconds. After a small delay your scooter should turn on.

You don't have to buy new controllers or something.
  • 1
  • 36
  • 37
  • 38
  • 39
  • 40
  • 44

As this was a rental version whos overstock was […]

Any one got any info on beryl bikes I seen a few[…]

LH/ TF-100 Style Display.

Hi I recently converted a Bird Zero to a personal […]

How do you operate dash without button? I have[…]