Hi!
In config.h in datalogger on Freematics ONE+(v5),
I changed the mems mode to 9DOF and it worked well.
Thanks!
Search found 4 matches
- Tue Oct 10, 2017 6:02 am
- Forum: Freematics Products
- Topic: Datalogger for gyroscope and orientation
- Replies: 4
- Views: 9441
- Sat Oct 07, 2017 5:23 am
- Forum: Freematics Products
- Topic: Datalogger for gyroscope and orientation
- Replies: 4
- Views: 9441
Re: Datalogger for gyroscope and orientation
I define MEMS_MODE as MEMS_DMP
and ENABLE_ORIENTATION 1
ans ENABLE_DMP as 0 because of !ENABLE_DMP in ino file.
I just checked orientation , now it is working but still I don't get any data from gyro.
and ENABLE_ORIENTATION 1
ans ENABLE_DMP as 0 because of !ENABLE_DMP in ino file.
I just checked orientation , now it is working but still I don't get any data from gyro.
- Fri Oct 06, 2017 7:17 am
- Forum: Freematics Products
- Topic: Datalogger for gyroscope and orientation
- Replies: 4
- Views: 9441
Datalogger for gyroscope and orientation
Hi! I got a Freematics ONE+ recently and modifying datalogger code to collect gyroscope and orientation data. However, the collected gyroscope showed weird values. It was 0, changed to 200, and stuck. I modified code like below not for changing other parameters in header files.( When I changed some ...
- Tue Feb 07, 2017 3:30 am
- Forum: Freematics Products
- Topic: Pin configuration when using softwareserial
- Replies: 2
- Views: 8086
Pin configuration when using softwareserial
Hi All, Currently i am trying to replace HTTP protocol in telelogger_sim800 with MQTT. For this, I used example codes on this link m However, I am not sure that Freematics ONE has same pin configuration with Arduino Uno. In codes above, there is a line using softwareserial with pin 10, and 11. How d...