ArduinoDriver
ArduinoDriver copied to clipboard
Support for Sparkfun IMU
Hi,
Is it possible to add support for the SparkFun 9DoF Razor IMU M0 (SEN-14001)?
https://www.sparkfun.com/products/14001
Thanks, Julio
Hi Julio,
Sorry for taking so long to reply.
I think this device uses the same bootloader as the Arduino Zero, which uses a modified (Atmel) SAM BA bootloader protocol (fairly rare). Currently only STK500 (v1, v2) and AVR109 are implemented in the ArduinoDriver library.
Unfortunately, I have no access to such a device which means that I can't test the implementation (even if I had the time to implement the protocol). Because of these factors (a lack of spare time and access to physical devices) I won't be able to implement support for it in the foreseeable future.
Thanks,
Christophe