Other Parts Discussed in Thread: ENERGIA
Hello to all;
I'm making a quadcopter controller using the tivaC launchpad and energia.
The problem is that my communication with the IMU (AltImu 10-v5), hangs after some time from 10sec to 10 minutes, and the program stops and my quadcopter falls like a rock.
Searching on the web I found that for arduino there is a replacement for Wire.cpp, to get out of the loop after 10000 cycles to avoid the be hanged, but I tried to use this WSWore.cpp but it doesn't be compatible withTivaC launchpad.
Do you have some solution or some idea to avoid it?
Thanks a lot
Regards