Search found 5 matches

by varvar
Sun Nov 17, 2013 4:50 pm
Forum: Software development
Topic: 2.3 is finally here :)
Replies: 97
Views: 105279

Re: 2.3 is finally here :)

Hi, I think it's cleaner to specify it in GPS part and not EEPROM part. Tell me if it's ofkin last dev. Hi, I have no idea, where is the best place, I just found what is causing i2c issues. And I had replaced this piece of code by old one from your previous version. At least my hardware is function...
by varvar
Sun Nov 17, 2013 11:29 am
Forum: Software development
Topic: 2.3 is finally here :)
Replies: 97
Views: 105279

Re: 2.3 is finally here :)

Hi Alexinparis, please fix this bug - in EEPROM.cpp you have #if GPS GPS_set_pids(); // at this time we don't have info about GPS init done #endif but should be (as in the previous version) #if GPS if (f.I2C_INIT_DONE) GPS_set_pids(); // at this time we don't have info about GPS init done #endif in ...
by varvar
Thu Nov 14, 2013 8:16 pm
Forum: Software development
Topic: 2.3 is finally here :)
Replies: 97
Views: 105279

Re: 2.3 is finally here :)

Looks like I2CGpsNav not functional anymore - when #define I2C_GPS - i2c is not functional. Same hardware works fine with v2.2. Bug? Feature? Board Crius v2.5, OLED is functional through i2c. hi, i just uploaded 2.3 to crius_se with MTK navigatron i2c gps and works fine. I have checked one more tim...
by varvar
Tue Nov 12, 2013 9:39 pm
Forum: Software development
Topic: 2.3 is finally here :)
Replies: 97
Views: 105279

Re: 2.3 is finally here :)

Hello, I think it necessary to wait for I2C GPS NAV 2.3 (http://www.multiwii.com/forum/viewtopic.php?f=8&t=3989&start=20#p42062) Any suggestion what is causing i2c failing? For me looks like even one module is not functional, rest should be ok, correct? At least if "slave" is not ...
by varvar
Tue Nov 12, 2013 8:16 pm
Forum: Software development
Topic: 2.3 is finally here :)
Replies: 97
Views: 105279

Re: 2.3 is finally here :)

Looks like I2CGpsNav not functional anymore - when #define I2C_GPS - i2c is not functional. Same hardware works fine with v2.2.
Bug? Feature?
Board Crius v2.5, OLED is functional through i2c.