Page 1 of 1

I2C error Need Help

Posted: Sun Feb 24, 2013 11:51 pm
by holidae28
Ive flashed the mw crius se 2.0 first with 2.1 then back to 2.0, now im getting I2C errors. The board came stocked with 2.0 from rctimer. Before I flashed it I did not have this problem. Ive read to clear the eeprom, however, i am not a coder or programmer and do not understand how to do this. If any one could help I would greatly appreciate it. Just trying to get this board flight ready. Thank you in advance.

Re: I2C error Need Help

Posted: Mon Feb 25, 2013 7:24 am
by NikTheGreek
Try to clear your Eprom first and then upload again the code

Re: I2C error Need Help

Posted: Mon Feb 25, 2013 1:48 pm
by Admeister
Hi NikTheGeek - how do we do that? Clear Eprom I mean. My Crius SE board is behaving erratically with V2.1

Re: I2C error Need Help

Posted: Mon Feb 25, 2013 5:31 pm
by NikTheGreek
From Arduino IDE go to
FILE>>EXAMPLES>>EEPROM>>EEPROM CLEAR

Re: I2C error Need Help

Posted: Mon Feb 25, 2013 5:34 pm
by holidae28
Thank you NikTheGreek, i will try this when i get home this evening.

Re: I2C error Need Help

Posted: Wed Feb 27, 2013 12:02 pm
by Admeister
Thanks NickTheGeek.

Re: I2C error Need Help

Posted: Wed Feb 27, 2013 12:10 pm
by NikTheGreek
:D

Re: I2C error Need Help

Posted: Wed Feb 27, 2013 8:49 pm
by holidae28
NikTheGreek wrote:From Arduino IDE go to
FILE>>EXAMPLES>>EEPROM>>EEPROM CLEAR


assuming i did this correctly...i am still getting i2c errors....any other troubleshooting ideas?

Re: I2C error Need Help

Posted: Wed Feb 27, 2013 9:20 pm
by holidae28
uploaded code after clearing the eeprom, now the blue indicator light blinks constantly.

Re: I2C error Need Help

Posted: Sun Jun 16, 2013 5:57 pm
by Tvixen
NikTheGreek wrote:From Arduino IDE go to
FILE>>EXAMPLES>>EEPROM>>EEPROM CLEAR


Well the ATmega328 har 1Kb EEprom, so the example in Arduino will only work for the first 512Bytes :D

/Tvixen