Uri Shaked
Uri Shaked
Thanks for the feedback! I opened a new issue (#203) for the resistor divider network, it's now also [open for vote](https://wokwi.com/features#feature-1021779688). Let's see how much love it gets!
This one is getting many votes recently, making its way to the top of the list. We may start working on it soon if it keeps coming up the list!
Some updates: I'm looking into using the official [ESP-AT Firmware](https://github.com/espressif/esp-at) on ESP32-C3 to provide this functionality. Anyone interested in beta testing?
Thanks! In general, it is not possible to run two MCUs at once (at least until we tackle #186). For the AT modem specifically, I'm working to make it possible....
So, here's something working - you can interact with the modem directly through the virtual serial monitor: https://wokwi.com/projects/330317327704785492 The performance is pretty bad, and I haven't tried to connect it...
Thanks @ricardojlrufino! Behind the scenes, we're simulating the [ESP-AT firmware](https://github.com/espressif/esp-at) using the same simulation engine that powers the ESP32 simulation. So it's not real hardware, but your questions shows that...
Some more updates: the performance is now somewhat better (the simulation runs at 100% speed on my PC), and also fixed some issues with the UART output (wrong baud rate,...
Thanks! This was a bug - can you please try again now?
Hooray :) If anyone gets a chance to test this with the Uno (or other Arduino board), I'd love to learn how it works
Cool! I see you also tried to get an HTTP request working, any luck with that yet?