Skip to content

Serial interface problem with Arduino Nano Every #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
laurencebarker opened this issue Dec 18, 2019 · 2 comments
Closed

Serial interface problem with Arduino Nano Every #63

laurencebarker opened this issue Dec 18, 2019 · 2 comments
Labels
question Further information is requested

Comments

@laurencebarker
Copy link

I have a problem with the serial interface on an Arduino Nano Every. I've found reference to this problem elsewhere and the solution is to reflash the Muxto. The issue #51 here tells you how to do that for a Mac.

Are there any instructions on how to do this on a windows computer please? I can't get the IDE to compile the muxto.ino file (I assume I need a different board installed). There is a muxto.bin file, but I don't know how to get that downloaded.

I saw that I need to boot the Arduino with two pads shorted; I've done that and it started up differently from normal, with a different com port; but the IDE shows it as "unknown board".

@facchinm
Copy link
Member

Hi @laurencebarker ,
the "unknown board" is expected since the bootloader needs a special core to modify it.
Since you just need to update you can use bossac.exe from this comment then follow the latest instructions, using the bin from here (https://github.com/arduino/ArduinoCore-megaavr/tree/master/firmwares/MuxTO)
Closing the issue, reopen if needed or if it's not clear enough

@facchinm facchinm added the question Further information is requested label Dec 19, 2019
@MCUdude
Copy link
Contributor

MCUdude commented Dec 19, 2019

I will assume some/many users have early MuxTo firmware in their Nano Everys, and it's not 100% straight forward to flash it if you're new to this kinda stuff. @facchinm why not create a new "Arduino core" just for flashing the MuxTo firmware that can easily be installed? I've done similar with my "Arduino core" for flashing regular Pro Micros with mEDBG firmware. All it does is to upload a pre-compiled hex and eep file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants