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

Fly with the flock
By Rumrobot
#56756
Hi, I'm pretty new at this, but I have a bird zero (I'm not sure about the model, but I think it was an electisan es-100 or what they are called)
I wondered if someone has a generator or a list of hex codes for the hack?

Fx. i have this one now: 0xA6 0x12 0x02 0x15 0x14 0x30

I did find this one too if it helps

0xA6 0x00 0x00 0xF5 0xFF 0xFC
Turbo on, 2nd bit on, Fast acceleration on, KPH, 5th bit off, Light on, blink off, esc on


The code:
Code: Select all
void setup() {

  pinMode(5, OUTPUT);
  digitalWrite(5, HIGH);
  
  // initialize Serial1:
  Serial1.begin(9600);
  Serial1.write(0xA6);
  Serial1.write(0x12);
  Serial1.write(0x02);
  Serial1.write(0x10);
  Serial1.write(0x14);
  Serial1.write(0xCF);
  delay(500);
  Serial1.write(0xA6);
  Serial1.write(0x12);
  Serial1.write(0x02);
  Serial1.write(0x11);
  Serial1.write(0x14);
  Serial1.write(0x0B);
}

void loop() {
  delay(500);
  Serial1.write(0xA6);
  Serial1.write(0x12);
  Serial1.write(0x02);
  Serial1.write(0x15);
  Serial1.write(0x14);
  Serial1.write(0x30);
}
By k3yzortv
#57075
hello I tested your code on arduino nano I get an error
arduino nano


C:\Users\kyzor\AppData\Local\Temp\.arduinoIDE-unsaved2022618-760-1kffyz0.fkqk\sketch_jul18a\sketch_jul18a.ino: In function 'void setup()':
C:\Users\kyzor\AppData\Local\Temp\.arduinoIDE-unsaved2022618-760-1kffyz0.fkqk\sketch_jul18a\sketch_jul18a.ino:7:3: error: 'Serial1' was not declared in this scope
Serial1.begin(9600);
^~~~~~~
C:\Users\kyzor\AppData\Local\Temp\.arduinoIDE-unsaved2022618-760-1kffyz0.fkqk\sketch_jul18a\sketch_jul18a.ino:7:3: note: suggested alternative: 'Serial'
Serial1.begin(9600);
^~~~~~~
Serial
C:\Users\kyzor\AppData\Local\Temp\.arduinoIDE-unsaved2022618-760-1kffyz0.fkqk\sketch_jul18a\sketch_jul18a.ino: In function 'void loop()':
C:\Users\kyzor\AppData\Local\Temp\.arduinoIDE-unsaved2022618-760-1kffyz0.fkqk\sketch_jul18a\sketch_jul18a.ino:25:3: error: 'Serial1' was not declared in this scope
Serial1.write(0xA6);
^~~~~~~
C:\Users\kyzor\AppData\Local\Temp\.arduinoIDE-unsaved2022618-760-1kffyz0.fkqk\sketch_jul18a\sketch_jul18a.ino:25:3: note: suggested alternative: 'Serial'
Serial1.write(0xA6);
^~~~~~~
Serial

exit status 1

Compilation error: 'Serial1' was not declared in this scope
By Neojunky
#57081
k3yzortv wrote:
Mon Jul 18, 2022 3:36 am
hello I tested your code on arduino nano I get an error
arduino nano


C:\Users\kyzor\AppData\Local\Temp\.arduinoIDE-unsaved2022618-760-1kffyz0.fkqk\sketch_jul18a\sketch_jul18a.ino: In function 'void setup()':
C:\Users\kyzor\AppData\Local\Temp\.arduinoIDE-unsaved2022618-760-1kffyz0.fkqk\sketch_jul18a\sketch_jul18a.ino:7:3: error: 'Serial1' was not declared in this scope
Serial1.begin(9600);
^~~~~~~
C:\Users\kyzor\AppData\Local\Temp\.arduinoIDE-unsaved2022618-760-1kffyz0.fkqk\sketch_jul18a\sketch_jul18a.ino:7:3: note: suggested alternative: 'Serial'
Serial1.begin(9600);
^~~~~~~
Serial
C:\Users\kyzor\AppData\Local\Temp\.arduinoIDE-unsaved2022618-760-1kffyz0.fkqk\sketch_jul18a\sketch_jul18a.ino: In function 'void loop()':
C:\Users\kyzor\AppData\Local\Temp\.arduinoIDE-unsaved2022618-760-1kffyz0.fkqk\sketch_jul18a\sketch_jul18a.ino:25:3: error: 'Serial1' was not declared in this scope
Serial1.write(0xA6);
^~~~~~~
C:\Users\kyzor\AppData\Local\Temp\.arduinoIDE-unsaved2022618-760-1kffyz0.fkqk\sketch_jul18a\sketch_jul18a.ino:25:3: note: suggested alternative: 'Serial'
Serial1.write(0xA6);
^~~~~~~
Serial

exit status 1

Compilation error: 'Serial1' was not declared in this scope
Just use Serial instead of Serial1
By Drale82
#57796
Greeting,
Can anyone help me with the problem of shutting down after 2 minute on the ES100? Bird ZeroImage
Image

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[…]