christophediericx / ArduinoDriver

A .NET library for controlling an Arduino board directly through a USB (serial) connection.
MIT License
121 stars 30 forks source link

Support for Sparkfun IMU #14

Open JulioV opened 7 years ago

JulioV commented 7 years ago

Hi,

Is it possible to add support for the SparkFun 9DoF Razor IMU M0 (SEN-14001)?

https://www.sparkfun.com/products/14001

Thanks, Julio

christophediericx commented 7 years ago

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