Page 18 of 21

Re: Lime SJ2.5: Dash and Motor controller communication description (not a full solution)

Posted: Sat Feb 06, 2021 6:50 pm
by smansergei
Javi30 wrote:
Mon Oct 05, 2020 4:25 am
Mick Ray wrote:
Fri Oct 02, 2020 11:22 am
To sum up:
- 06E should disappear when you send any command to controller (on, light off, light on, etc.) - the best way is to program device that sends some command interval 2-7 minutes.
- 06E should disappear after restarting scooter (this is option with green box)

And...
If you know command to enable scooter in newer version, please give some info. Thank you
That’s the thing.. my 06e isn’t going away when I send a code (light on code works on my new firmware scooter but the one with the old firmware isn’t receiving the codes anymore)

Imgur link to pictures, and I’ll try to post them in line here as well: https://imgur.com/gallery/06ES1z4

Old firmware realterm:
Image

New firmware realterm:
Image
Hello Is it possible to save through st-link v2 a save old firmware scooter and put on a new scooter on which the engine does not work and try to start the engine? Does the scooter work with STM32 controller?
I have Lime sj 2.5
SANTR_FW_2.4.26_20191119100000

Re: Lime SJ2.5: Dash and Motor controller communication description (not a full solution)

Posted: Sun Feb 28, 2021 4:16 pm
by x1p1lag
Hello, guys!
Do you have any news about SANTR_FW_2.4.26_20191119100000?

Re: Lime SJ2.5: Dash and Motor controller communication description (not a full solution)

Posted: Fri Mar 19, 2021 7:18 pm
by moiskey
greetings, you have the code to test with an arduino nano and its diagram. I have an old one to try :D

Re: Lime SJ2.5: Dash and Motor controller communication description (not a full solution)

Posted: Sun Mar 21, 2021 1:10 am
by Gothicgeek502
moiskey wrote:
Fri Mar 19, 2021 7:18 pm
greetings, you have the code to test with an arduino nano and its diagram. I have an old one to try :D
Can you send me that old code I have a scooter that's been sitting around a long time with no luck of finding the old code.

Re: Lime SJ2.5: Dash and Motor controller communication description (not a full solution)

Posted: Sun Mar 21, 2021 1:27 am
by x1p1lag
moiskey wrote:
Fri Mar 19, 2021 7:18 pm
greetings, you have the code to test with an arduino nano and its diagram. I have an old one to try :D
Hello!
Please, can you send this code and diagram to me too? I have a scooter too, and I can't use it :(

Re: Lime SJ2.5: Dash and Motor controller communication description (not a full solution)

Posted: Mon Mar 22, 2021 12:27 pm
by Risitas98
x1p1lag wrote:
Sun Mar 21, 2021 1:27 am
moiskey wrote:
Fri Mar 19, 2021 7:18 pm
greetings, you have the code to test with an arduino nano and its diagram. I have an old one to try :D
Hello!
Please, can you send this code and diagram to me too? I have a scooter too, and I can't use it :(
Code: Select all
byte ON[9] = {0x46, 0x43, 0x16, 0x61, 0x00, 0x01, 0xF1, 0xF2,  0x8F};
void setup() {Serial.begin(9600);}
void loop()  {Serial.write(ON, sizeof(ON));delay(500);}
Note that it will only work on NON PATCHED gen 2.5 scooters.

Re: Lime SJ2.5: Dash and Motor controller communication description (not a full solution)

Posted: Tue Mar 23, 2021 11:41 pm
by Gothicgeek502
Risitas98 wrote:
Mon Mar 22, 2021 12:27 pm
x1p1lag wrote:
Sun Mar 21, 2021 1:27 am
moiskey wrote:
Fri Mar 19, 2021 7:18 pm
greetings, you have the code to test with an arduino nano and its diagram. I have an old one to try :D
Hello!
Please, can you send this code and diagram to me too? I have a scooter too, and I can't use it :(
Code: Select all
byte ON[9] = {0x46, 0x43, 0x16, 0x61, 0x00, 0x01, 0xF1, 0xF2,  0x8F};
void setup() {Serial.begin(9600);}
void loop()  {Serial.write(ON, sizeof(ON));delay(500);}
Note that it will only work on NON PATCHED gen 2.5 scooters.
Thanks and Yeah I needed it to test out if it had been patched or not since it's been sitting around since late 2019

Re: Lime SJ2.5: Dash and Motor controller communication description (not a full solution)

Posted: Wed Jun 09, 2021 12:26 pm
by Gothicgeek502
So did you know there is a downgrade for the motor controller but it HAS to be a certain type of chip. I'll work with the old arduino hack again after flashing the downgrade?

Re: Lime SJ2.5: Dash and Motor controller communication description (not a full solution)

Posted: Thu Aug 19, 2021 2:23 pm
by Ole12345
Marley29 wrote:
Mon Oct 28, 2019 5:28 pm
Well thank you for your response I'm new to micro chargers and the bluetooth setup well all of this is new to me i have figured out a method to get them on light work dash works but if you could pm me or email me i would greatly appreciate it kinda need a walk through from here your simplest way to get the heart back beating I've been reading the forum for months and i finally come across your thread
Image
Image
Could you please provide a solution?

Re: Lime SJ2.5: Dash and Motor controller communication description (not a full solution)

Posted: Wed Jan 12, 2022 1:29 pm
by imquebaby
Does anyone bypassed patched lastest FW?