-
Notifications
You must be signed in to change notification settings - Fork 6
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
ESP32 support #2
Comments
You can select board NodeMCU, this is an ESP32, and the pin layout and code generated should be correct. If the pin layout is different, you can add another board, by editing
However, saying that Nano or UNO are too old is mistaken. They serve a purpose. For introduction, using simpler boards is to be advised. Also, WiFi has big current drain over not using WiFi, don't use 9V battery then, or at least test current draw. Also, the games I made are tailored for the nano. Some might start to run too fast or too slow if another processor is used. Some tweaks might be needed, patches welcome in the retrogames repo. Finally, when adding ESP32, adding blocks for wifi connect and reconnect would be nice. It is on my todo, but up to now, workshops with children did not go into WiFi terrain. Best of luck! |
In case you are interested, we are doing a retrogames camp this week. The latest, Dutch manual, for the children to learn working with the consoles is at |
Hello,
is there any plan to support ESP32 boards? We can try to implement these boards, but I did not find any info about how to add some support for boards. We, here at FabLab Brno, would like to use your games from RetroGames projects, but we feel that Arduino Nano or Uno is too old for this and we want to use modern chip with WiFi connectivity.
The text was updated successfully, but these errors were encountered: