I2C error Need Help
I2C error Need Help
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.
- NikTheGreek
- Posts: 348
- Joined: Thu Dec 08, 2011 4:17 pm
- Location: Greece
- Contact:
Re: I2C error Need Help
Try to clear your Eprom first and then upload again the code
Re: I2C error Need Help
Hi NikTheGeek - how do we do that? Clear Eprom I mean. My Crius SE board is behaving erratically with V2.1
- NikTheGreek
- Posts: 348
- Joined: Thu Dec 08, 2011 4:17 pm
- Location: Greece
- Contact:
Re: I2C error Need Help
From Arduino IDE go to
FILE>>EXAMPLES>>EEPROM>>EEPROM CLEAR
FILE>>EXAMPLES>>EEPROM>>EEPROM CLEAR
Re: I2C error Need Help
Thank you NikTheGreek, i will try this when i get home this evening.
- NikTheGreek
- Posts: 348
- Joined: Thu Dec 08, 2011 4:17 pm
- Location: Greece
- Contact:
Re: I2C error Need Help
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
uploaded code after clearing the eeprom, now the blue indicator light blinks constantly.
Re: I2C error Need Help
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

/Tvixen