Testing FRDM-STBC-AGM01 with Arduino

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Testing FRDM-STBC-AGM01 with Arduino

1,957 Views
zorder
Contributor I

Is there available any library/example we can use to test FRDM-STBC-AGM01 with Arduino? The quick guide says you can connect it to any Arduino R3 compatible board, but I couldn't find more information about it.

0 Kudos
2 Replies

790 Views
michaelestanley
NXP Employee
NXP Employee

Jonatan,

Probably not from Freescale, as we generally focus 100% on our Freedom boards.  You'll probably want to search for some Arduino examples of I2C communition and then write your own.  For reference, see the C-language drivers in the Sensor Fusion for Kinetis MCUs toolkit (look at drivers.c).

Regards,

Mike

0 Kudos

790 Views
zorder
Contributor I

Thank you for your answer, Michael.

The most serious problem is that the shield works at 3.3v (no level converters present), while most Arduinos work at 5V. Anyone reading the Quick reference could permanently damage it.

They should probably remove the Arduino compatibility claim. I'll give it a try with a 3.3v Teensy board.

0 Kudos