sulami / arduino-nano-33

🦾 Rust on the Arduino Nano 33 IoT
13 stars 2 forks source link

Support arduino-nano-33-ble #1

Open tomers opened 2 years ago

tomers commented 2 years ago

Hello there, @sulami

Thank you for this great project! I would like to add support to arduino-nano-33-ble. I can fork this project and create a new one for that board, but I think it would be much more useful for the community if you rename this project to be sulami/arduino-nano-33 and make it support all the nano-33 variants.

Are you interested indoing that? If so, can I help (I am rather new to Arduino, but have fare experience with Rust). I would appreciate it if you could let me know shortly, so I could decide whether to fork or not.

Tomer

sulami commented 2 years ago

Hi Tomer,

Sure, I can rename the project and you can add changes for the -ble version. I don't have one at hand here, so I'll have to depend on you for those.

tomers commented 2 years ago

Thanks @sulami,

According to this reply, the Arduino Nano 33 BLE uses a microcontroller (nRF52840) of a different architecture from the SAMD architecture of the board nano-33-iot board (ATSAMD21G18).

So I guess it is not relevant? Maybe rename back?