avrgirl-arduino icon indicating copy to clipboard operation
avrgirl-arduino copied to clipboard

With navigator.Serial will it be possible to support the nano-range?

Open joachimhs opened this issue 3 years ago • 0 comments

Description

I guess this is more of a feature request than an issue.

Now that navigator.serial is available, at least in the latest Chrome browser, will it be possible to add the new official Nano-boards as a target? The Nano Every uses an AVR chip, but I am not sure how similar/dissimilar uploading new code would be between this and the old Uno or Nano?

I have been able to use the latest version of avrgirl-arduino to write an online serial monitor, and also to upload new code to both the Uno and old Nano boards (ATMEGA328-based).

Some of the new Nano boards are able to run the UF2-bootloader (like the 33 IoT and Sense), but the Every cannot run UF2. At least not yet.

joachimhs avatar Mar 16 '21 14:03 joachimhs