Gyro and Accelerometer bias's - and serial RX
Javalin
Posts: 892
All
Couple of questions I am stuck on / need advice on.
1)· Tracking bias on accelerometer / gyro's?· Is there a "simple" way that doesn't involve complex math and lots of propeller code space?· I've been thinking about it and couldn't see how you would distinguish the stationary data from moving data?
2)· I've an ASM·routine which reads serial data from a gps (binary bytes not NMEA) in a single cog.· If I want to speed it up, I am assuming that there is a lot of "spare" time in the rx bit (taken from the fullduplexserial ASM object).· Would a sensible approach be to look at the jmpret command like in the video objects?· I.e. jump out, do a number of processing steps, then back, and so on?
Thanks all,
James
Couple of questions I am stuck on / need advice on.
1)· Tracking bias on accelerometer / gyro's?· Is there a "simple" way that doesn't involve complex math and lots of propeller code space?· I've been thinking about it and couldn't see how you would distinguish the stationary data from moving data?
2)· I've an ASM·routine which reads serial data from a gps (binary bytes not NMEA) in a single cog.· If I want to speed it up, I am assuming that there is a lot of "spare" time in the rx bit (taken from the fullduplexserial ASM object).· Would a sensible approach be to look at the jmpret command like in the video objects?· I.e. jump out, do a number of processing steps, then back, and so on?
Thanks all,
James
Comments
thanks - I'll check it out then. Seems like a good approach.
James