Skip to content
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

Add Arduino UNO WIFI Rev2 #377

Open
marzvrover opened this issue Jul 3, 2022 · 3 comments
Open

Add Arduino UNO WIFI Rev2 #377

marzvrover opened this issue Jul 3, 2022 · 3 comments
Labels
enhancement New feature or request open for vote Vote at https://wokwi.com/features

Comments

@marzvrover
Copy link

Feature request to add support simulating the Ardunio UNO WIFI Rev2

@marzvrover marzvrover added the enhancement New feature or request label Jul 3, 2022
@urish urish added the open for vote Vote at https://wokwi.com/features label Jul 7, 2022
@urish
Copy link
Contributor

urish commented Jul 7, 2022

Thanks for the feature request! I opened it for voting

@d3lta-v
Copy link

d3lta-v commented Jan 9, 2023

Hi!

I would like to weigh in with some of my personal experiences developing and using a platform that has a near-identical architecture to the Uno WiFi Rev 2. It is an 8-bit ATmega4809 combined with an ESP32 communicating over the SPI bus, with the 8-bit micro acting as the controller and ESP32 as the peripheral.

I suspect that this architecture will depend on the multi-MCU feature being completed first, unless there's a way to emulate just the networking functionality. Since the Uno WiFi Rev2 uses the WiFiNINA library which offers a somewhat (programmatically) similar interface to ESP32's Arduino WiFi library, it could be possible to emulate just the network side of things without actually having to emulate the ESP32 itself, if this feature were to be implemented before the multi-MCU feature is completed.

A quick and dirty comparison of the difference between ESP32's own WiFi implementation and the WiFiNINA library can be seen here:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request open for vote Vote at https://wokwi.com/features
Projects
None yet
Development

No branches or pull requests

4 participants
@urish @d3lta-v @marzvrover and others