Trying to log data from UM6 sensor with GPS receiver LS20031. I have two problems: - I can't log to file at a fast rate (<0.5s) without data values freezing to a fixed value. Print to pc screen it works fine. Ideally I would do this with an interrupt (e.g. ticker) so that the time of each reading is a fixed interval - I removed this as I thought this was causing the problem. - I want to record GPS lat and long. I have setup the GPS ground speed so I know the sensor are communicating. So I possibly havent set the config file to correctly interpet these two signals.
Fork of UM6_IMU_AHRS_2012 by
Files at revision 6:43029c69b9ac
Name | Size | Actions |
---|---|---|
[up] | ||
ChangeLog.c | 5775 | Revisions Annotate |
FLUSH.cpp | 1694 | Revisions Annotate |
GETC.cpp | 2331 | Revisions Annotate |
INIT.cpp | 2681 | Revisions Annotate |
ISR_RX.cpp | 2179 | Revisions Annotate |
ISR_TX.cpp | 1924 | Revisions Annotate |
MACROS.h | 2736 | Revisions Annotate |
MODSERIAL.cpp | 3660 | Revisions Annotate |
MODSERIAL.h | 31517 | Revisions Annotate |
MODSERIAL_IRQ_INFO.cpp | 1410 | Revisions Annotate |
PUTC.cpp | 3200 | Revisions Annotate |
RESIZE.cpp | 3757 | Revisions Annotate |
example1.cpp | 4310 | Revisions Annotate |
example2.cpp | 7261 | Revisions Annotate |
example3a.cpp | 3058 | Revisions Annotate |
example3b.cpp | 3552 | Revisions Annotate |
example_dma.cpp | 5094 | Revisions Annotate |