fontainejp / blocklino

A mini development environment for free and open source graphic language
http://fontainejp.github.io
Creative Commons Zero v1.0 Universal
14 stars 9 forks source link

Cannot upload generated code to Arduino Nano with Optiboot (new) bootloader #10

Open BodoMinea opened 4 years ago

BodoMinea commented 4 years ago

I have firstly identified this issue on the OttoDIY Blockly, obtained through the official website, which is definitely based on this (a fork of this), it is apparently not possible to compile and upload code suited for the new Arduino Nano variants which come with the OptiBoot bootloader. This requires higher code upload speed (BAUD 115200).

This also seems to be causing problems for other people over on the Otto Robot forum, but I think it should also be fixed in your repo:

My now open Pull Request #9 aims to solve this problem.

BodoMinea commented 4 years ago

Pull Request #9 now also includes a commit for adding support for the Arduino Nano Every.