I2C error Need Help

Post Reply
holidae28
Posts: 4
Joined: Fri Feb 22, 2013 3:36 am

I2C error Need Help

Post 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.

User avatar
NikTheGreek
Posts: 348
Joined: Thu Dec 08, 2011 4:17 pm
Location: Greece
Contact:

Re: I2C error Need Help

Post by NikTheGreek »

Try to clear your Eprom first and then upload again the code

Admeister
Posts: 6
Joined: Thu Jan 24, 2013 2:48 pm

Re: I2C error Need Help

Post by Admeister »

Hi NikTheGeek - how do we do that? Clear Eprom I mean. My Crius SE board is behaving erratically with V2.1

User avatar
NikTheGreek
Posts: 348
Joined: Thu Dec 08, 2011 4:17 pm
Location: Greece
Contact:

Re: I2C error Need Help

Post by NikTheGreek »

From Arduino IDE go to
FILE>>EXAMPLES>>EEPROM>>EEPROM CLEAR

holidae28
Posts: 4
Joined: Fri Feb 22, 2013 3:36 am

Re: I2C error Need Help

Post by holidae28 »

Thank you NikTheGreek, i will try this when i get home this evening.

Admeister
Posts: 6
Joined: Thu Jan 24, 2013 2:48 pm

Re: I2C error Need Help

Post by Admeister »

Thanks NickTheGeek.

User avatar
NikTheGreek
Posts: 348
Joined: Thu Dec 08, 2011 4:17 pm
Location: Greece
Contact:

Re: I2C error Need Help

Post by NikTheGreek »

:D

holidae28
Posts: 4
Joined: Fri Feb 22, 2013 3:36 am

Re: I2C error Need Help

Post 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?

holidae28
Posts: 4
Joined: Fri Feb 22, 2013 3:36 am

Re: I2C error Need Help

Post by holidae28 »

uploaded code after clearing the eeprom, now the blue indicator light blinks constantly.

Tvixen
Posts: 18
Joined: Sun Jun 02, 2013 7:10 pm
Location: Tune - Denmark

Re: I2C error Need Help

Post 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

Post Reply