Search found 4 matches

by mrshim1101
Tue Oct 10, 2017 6:02 am
Forum: Freematics Products
Topic: Datalogger for gyroscope and orientation
Replies: 4
Views: 8150

Re: Datalogger for gyroscope and orientation

Hi!

In config.h in datalogger on Freematics ONE+(v5),

I changed the mems mode to 9DOF and it worked well.

Thanks!
by mrshim1101
Sat Oct 07, 2017 5:23 am
Forum: Freematics Products
Topic: Datalogger for gyroscope and orientation
Replies: 4
Views: 8150

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.
by mrshim1101
Fri Oct 06, 2017 7:17 am
Forum: Freematics Products
Topic: Datalogger for gyroscope and orientation
Replies: 4
Views: 8150

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 ...
by mrshim1101
Tue Feb 07, 2017 3:30 am
Forum: Freematics Products
Topic: Pin configuration when using softwareserial
Replies: 2
Views: 6891

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...