Page 9 of 80

Re: [TUT] How to unlock your Electisan Tier or Dott scooter *Alpha*

Posted: Sun Dec 08, 2019 2:49 am
by bigredrobot
Aww jeeze sorry to be such a like Morty about this but awww jeeze, I can’t figure this one out guys.

I finally received the supplies I needed to solder and strip the wires. I cut the GPS side pf the cable and used it to extend wires to pin headers.

I extended each cable with a lead of the same color. Working of diagrams here and in the Hackaday project, I came up with what seems right but it cant be cause nothing happens.

Later I realized the battery was dead and tried again with a few guesses. Any help would be really appreciated. Aw jeeze.

Image
Image
Image

Re: [TUT] How to unlock your Electisan Tier or Dott scooter *Alpha*

Posted: Sun Dec 08, 2019 8:18 am
by ndufala20
Hello I have the bergerie flash every time upload I get this error please anything to help i Would really appreciate it

Arduino: 1.8.10 (Windows 10), Board: "Arduino Nano, ATmega328P"

C:\Users\ndufa\Downloads\Scooter_Starter\Scooter_Starter.ino: In function 'void setup()':

Scooter_Starter:7:3: error: 'Serial1' was not declared in this scope

Serial1.begin(9600);

^~~~~~~

C:\Users\ndufa\Downloads\Scooter_Starter\Scooter_Starter.ino:7:3: note: suggested alternative: 'Serial'

Serial1.begin(9600);

^~~~~~~

Serial

C:\Users\ndufa\Downloads\Scooter_Starter\Scooter_Starter.ino: In function 'void loop()':

Scooter_Starter:25:3: error: 'Serial1' was not declared in this scope

Serial1.write(0xA6);

^~~~~~~

C:\Users\ndufa\Downloads\Scooter_Starter\Scooter_Starter.ino:25:3: note: suggested alternative: 'Serial'

Serial1.write(0xA6);

^~~~~~~

Serial

exit status 1
'Serial1' was not declared in this scope

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

Re: [TUT] How to unlock your Electisan Tier or Dott scooter *Alpha*

Posted: Sun Dec 08, 2019 8:22 am
by MrSpriggs1
Ok I think your pinout is incorrect
Red Vin
Blue Enable(BTM) pin 5
Green TX
Yellow RX
Black GND

Good Luck.
electricool wrote:
Sat Dec 07, 2019 7:23 pm
MrSpriggs1 wrote:
Fri Dec 06, 2019 10:37 pm
Well, I see my mistake Im working with an Adafruit feather M0 not a Nano. You might want to remove the one from Serial1. Here is a correction below. Im not going to make any promises but hopefully it might help. You might have to get a logic analyzer and hook up to the GPS
electricool wrote:
Fri Dec 06, 2019 7:34 pm


hello and thank you for sharing the result of your work, I wanted to know on which ESC you used this code, I have a ESC100 of the company bird but it does not work on

thank you and good luck
Hello and thank you for having your solution
I encounter a problem, I wanted to test your code on an arduino uno on which I solder the wire: blue 3v3 the black GND and green on the pin D5, I have a bird zero ESC100
I transfer your code on the arduino I can see the LED flashed TX but the bird remains dormant, you could look if I made no mistake on the wiring please
I thank you very much
Image

Re: [TUT] How to unlock your Electisan Tier or Dott scooter *Alpha*

Posted: Sun Dec 08, 2019 8:27 am
by MrSpriggs1
Take the one out of the Serial1 (i.e. Serial) It was my mistake Im using a Adafruit feather not a nano and the RX/TX pins are different .
ndufala20 wrote:
Sun Dec 08, 2019 8:18 am
Hello I have the bergerie flash every time upload I get this error please anything to help i Would really appreciate it

Arduino: 1.8.10 (Windows 10), Board: "Arduino Nano, ATmega328P"

C:\Users\ndufa\Downloads\Scooter_Starter\Scooter_Starter.ino: In function 'void setup()':

Scooter_Starter:7:3: error: 'Serial1' was not declared in this scope

Serial1.begin(9600);

^~~~~~~

C:\Users\ndufa\Downloads\Scooter_Starter\Scooter_Starter.ino:7:3: note: suggested alternative: 'Serial'

Serial1.begin(9600);

^~~~~~~

Serial

C:\Users\ndufa\Downloads\Scooter_Starter\Scooter_Starter.ino: In function 'void loop()':

Scooter_Starter:25:3: error: 'Serial1' was not declared in this scope

Serial1.write(0xA6);

^~~~~~~

C:\Users\ndufa\Downloads\Scooter_Starter\Scooter_Starter.ino:25:3: note: suggested alternative: 'Serial'

Serial1.write(0xA6);

^~~~~~~

Serial

exit status 1
'Serial1' was not declared in this scope

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

Re: [TUT] How to unlock your Electisan Tier or Dott scooter *Alpha*

Posted: Sun Dec 08, 2019 8:46 am
by ndufala20
Would someone be willing to make a video about the whole process from beginning to end the connections and especially the entire flash process because i am extremely confused this time around

Re: [TUT] How to unlock your Electisan Tier or Dott scooter *Alpha*

Posted: Sun Dec 08, 2019 11:44 am
by thisisstan85
I used the gps board to convert the power to 5v for the Arduino and left the speaker and power switch connected through the gps board.

Image

Re: [TUT] How to unlock your Electisan Tier or Dott scooter *Alpha*

Posted: Sun Dec 08, 2019 5:53 pm
by magik
Seank214 wrote:
Fri Dec 06, 2019 10:52 pm
Confirmed working on ES100- BIRD zero and on ES200B (JUMP). Thanks to the OP for the knowledge! Both are fully functional.
Image
Image
Hi, pleasse u can hel me for use original controller ? thanks very much

Re: [TUT] How to unlock your Electisan Tier or Dott scooter *Alpha*

Posted: Sun Dec 08, 2019 5:55 pm
by magik
MrSpriggs1 wrote:
Sun Dec 08, 2019 8:27 am
Take the one out of the Serial1 (i.e. Serial) It was my mistake Im using a Adafruit feather not a nano and the RX/TX pins are different .
ndufala20 wrote:
Sun Dec 08, 2019 8:18 am
Hello I have the bergerie flash every time upload I get this error please anything to help i Would really appreciate it

Arduino: 1.8.10 (Windows 10), Board: "Arduino Nano, ATmega328P"

C:\Users\ndufa\Downloads\Scooter_Starter\Scooter_Starter.ino: In function 'void setup()':

Scooter_Starter:7:3: error: 'Serial1' was not declared in this scope

Serial1.begin(9600);

^~~~~~~

C:\Users\ndufa\Downloads\Scooter_Starter\Scooter_Starter.ino:7:3: note: suggested alternative: 'Serial'

Serial1.begin(9600);

^~~~~~~

Serial

C:\Users\ndufa\Downloads\Scooter_Starter\Scooter_Starter.ino: In function 'void loop()':

Scooter_Starter:25:3: error: 'Serial1' was not declared in this scope

Serial1.write(0xA6);

^~~~~~~

C:\Users\ndufa\Downloads\Scooter_Starter\Scooter_Starter.ino:25:3: note: suggested alternative: 'Serial'

Serial1.write(0xA6);

^~~~~~~

Serial

exit status 1
'Serial1' was not declared in this scope

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Hi u know where i can see all information for use the original controller pleasse ??

Re: [TUT] How to unlock your Electisan Tier or Dott scooter *Alpha*

Posted: Sun Dec 08, 2019 5:56 pm
by electricool
Seank214 wrote:
Fri Dec 06, 2019 10:52 pm
Confirmed working on ES100- BIRD zero and on ES200B (JUMP). Thanks to the OP for the knowledge! Both are fully functional.
Image
Image

Hi, could you tell me what code you used for IBRD
is it BASTI?
thank you and congratulations

Re: [TUT] How to unlock your Electisan Tier or Dott scooter *Alpha*

Posted: Sun Dec 08, 2019 6:01 pm
by electricool
bigredrobot wrote:
Sun Dec 08, 2019 2:49 am
Aww jeeze sorry to be such a like Morty about this but awww jeeze, I can’t figure this one out guys.

I finally received the supplies I needed to solder and strip the wires. I cut the GPS side pf the cable and used it to extend wires to pin headers.

I extended each cable with a lead of the same color. Working of diagrams here and in the Hackaday project, I came up with what seems right but it cant be cause nothing happens.

Later I realized the battery was dead and tried again with a few guesses. Any help would be really appreciated. Aw jeeze.

Image
Image
Image

hello I have the same problem, your cabling is good if you feed your arduino USB, I think the problem comes from the code, I read a lot of code on the forum, some with variables on the pin 5, and others only with Serial1, pay attention to the red wire it leaves the [36 / 42v], does your tests by feeding your arduino via the USB port, if I find something I will share

good luck