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 Z3eraser
#19559
mayaku wrote:
Thu Feb 06, 2020 6:34 am
No, the Arduino needs to be connected all the time because it has to resend the command about every second.
And this tiny thing beside the Arduino is the power supply. A DC-DC buck converter to lover the voltage from the batteries' 42V to 5V ;)
Z3eraser wrote:
Wed Feb 05, 2020 10:16 am
mayaku wrote:
Thu Jan 02, 2020 4:04 am
You are just F**** AWESOME!!!!!
Image

Image

Thanks a lot! :D :D :D :D
After I connected the Arduino with the Cables at the front for the gps can I cut the connection after the scooter works?
And how did you get power to the Arduino?
And what is the part left to the Arduino?

Thanks
Thank you really much. But why 42 Volts I thought the SXT Max/Voiager 2 has 36 Volts.
Image
By doubleganger15
#19605
Z3eraser wrote:
Thu Feb 06, 2020 8:46 am
mayaku wrote:
Thu Feb 06, 2020 6:34 am
No, the Arduino needs to be connected all the time because it has to resend the command about every second.
And this tiny thing beside the Arduino is the power supply. A DC-DC buck converter to lover the voltage from the batteries' 42V to 5V ;)
Z3eraser wrote:
Wed Feb 05, 2020 10:16 am

After I connected the Arduino with the Cables at the front for the gps can I cut the connection after the scooter works?
And how did you get power to the Arduino?
And what is the part left to the Arduino?

Thanks
Thank you really much. But why 42 Volts I thought the SXT Max/Voiager 2 has 36 Volts.
Image
The Voiager 2 is NOT the SXT Max!!
Its the Okai Electisan ES-100D !
By Nissan
#19619
madvillain wrote:
Sun Feb 09, 2020 3:07 pm
Hi guys,
We found this kind of model in France.
Image

Is there a way to fold the type of Segway ? By replacing something or not ?

Thanks for yours feedbacks
Sorry but we can't see your picture....
By madvillain
#19622
Nissan wrote:
Mon Feb 10, 2020 2:08 am
madvillain wrote:
Sun Feb 09, 2020 3:07 pm
Hi guys,
We found this kind of model in France.
Image

Is there a way to fold the type of Segway ? By replacing something or not ?

Thanks for yours feedbacks
Sorry but we can't see your picture....
I just edit the link, sry
By juandaniel1013
#19701
amellado wrote:
Wed Feb 13, 2019 4:13 am
Turn VOI upsidedown, remove rubber cap, rip out the GPS.

I'm sorry to say but if you need a better guide for this, hacking the scooter will be kind of impossible.
hank you very much, I will do it and upload photos to help someone else, greetings and thanks
[/quote]
Creo que ese modelo no tiene gps el gps funciona por medio de la app y el celular de el usuario
By krisli1
#20635
Baydndnd wrote:
Sat Dec 14, 2019 5:19 pm
Marius Petz wrote:
Sat Dec 07, 2019 1:33 pm
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.
Do you have a link to buy the arduino nano and where do we put it. Do you have some photo of the process ?

Thank you very much.
Hey. What is the difference between Voi scooter for Germany and Sweden? This code doesn't work for Sweden Voi scooter
By Jonny ponny
#20951
Hej,

Jag har fått hem en Voiager 1 scooter som jag tänkte bygga om till min egna.

Den saknar den boxen fram på styret som jag antar innehåller GPS och mer (läste tråden)

Ifall någon bara skulle kunna sammanfatta vad som krävs göra så jag slipper läsa igenom alla 40 sidor med inlägg.

Är inte super teknisk av mig men kan en del. Har en idé ifall det skulle vara smart att programmera den med min paspberry Pi eller något liknande?

Tack för alla svar.
  • 1
  • 39
  • 40
  • 41
  • 42
  • 43
  • 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[…]