i use this to teach children electronics, it's amazing, the only thing which is not idea is mobile support if you're building a similar tool for browser-simulation please, pleaaaaaaase: do not require me to have an account to enter to simulate, this reduces friction 100000x i work with children trust me
100% this. Had a class using Microsoft’s MakeCode last year, which pushes Github integration for sharing code - which seemed like a really cool concept for a group project they were working on. So I have the class follow the link from Microsoft MakeCode - to Microsoft Github. But Github doesn’t use the accounts that they were using for MakeCode, so it prompted them to create new accounts. Guess which class of kids im…
Wokwi – Simulate IoT Projects in the Browser
11–20 of 21 posts
Re: Wokwi – Simulate IoT Projects in the Browser
#12Would I be able to use this to emulate WLED? That would be a huge time saver
Re: Wokwi – Simulate IoT Projects in the Browser
#13Uri Shaked, the creator of Wokwi, is interviewed here: https://embedded.fm/episodes/396
https://youtu.be/yzdCS3A4DvU?si=rwwRLDclrZ39ZbQw
Worth a watch.
Re: Wokwi – Simulate IoT Projects in the Browser
#14Earlier quoted context omitted.
100% this. Had a class using Microsoft’s MakeCode last year, which pushes Github integration for sharing code - which seemed like a really cool concept for a group project they were working on. So I have the class follow the link from Microsoft MakeCode - to Microsoft Github. But Github doesn’t use the accounts that they were using for MakeCode, so it prompted them to create new accounts. Guess which class of kids im…
Microsoft seems obsessed with credentials now. I hate using the Xbox I own because of this and having to log in every. single. time. All the verifications and telemetry turned me into a Mac user after 30+ years of MS-DOS and Windows. Of course those thing matter in an office context but I don't want to have to show my ID constantly on my home computer/console.
I then need to close the app, go to my PW manager, copy the PW, and go back to where I originally was
Re: Wokwi – Simulate IoT Projects in the Browser
#15I usually shy away to buy such boards, as I don't have a real purpose for them, however this would be a great way to dive into coding them, without that consumist feeling for buying hardware for nothing.
Plus is a great away to play with hardware designs without killing the boards.
Re: Wokwi – Simulate IoT Projects in the Browser
#16Re: Wokwi – Simulate IoT Projects in the Browser
#17Kind of off topic, but is it possible to simulate peripherals with QEMU? For example: suppose that I'm emulating some microcontroller running my firmware. On the actual board, this firmware will interact with a sensor. Is it doable to create a virtual hardware device simulating the sensor and connect its pins to my microcontroller?
Emulating microcontroller peripherals? - https://electronics.stackexchange.com/questions/611403/emula...
Re: Wokwi – Simulate IoT Projects in the Browser
#18I just wish if people would add more comments to their code, at least those that get to be featured. Lots of beginners' time gets wasted on decrypting the logic behind blocks of code that are often very common patterns in IoT programming, and have already been explained in the documentation in the great detail. Simple one-line comment pointing what to search for in the docs would turn the code to be so much more newbie friendly.
Re: Wokwi – Simulate IoT Projects in the Browser
#19Re: Wokwi – Simulate IoT Projects in the Browser
#20I shorted the 3.3V pin to ground on a ESP32 board, but the simulation (and the board) ran just fine. I'm a software guy, I'm not sure if that's the expected outcome.