Skip to content

Other Arduino Board Support #66

Answered by lcgamboa
daba1208 asked this question in Q&A
Discussion options

You must be logged in to vote

The Arduino Nano board has the same hardware and pinout as the Arduino Uno, only the board format is smaller. One can replace the other without the need for firmware changes.
As my time to maintain PICSimLab is short, I consider it redundant to have both boards. But basically, just duplicate the Arduino Uno source code and change the board picture to add nano support. (And two duplicated source codes to keep :( )

The D1 mini is based on ESP8266, I don't know if exists any simulator for it. Making one from scratch is no simple task. Not even Espressif recommends its use in new projects anymore and it is not integrated into the IDF. I don't think it's worth the effort.

The "Creating New Boa…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by lcgamboa
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants