
CircuitVerse.org
Logisim
BOOLR
Digital
Logisim Evolution
Wired Logic
simulator.io
Logicly
Micro Python
Thonny
Invent With Python
Numba
Cliprun
Nim (programming language)
PlatformIO
Zig
Based on our record, Micro Python seems to be a lot more popular than CircuitVerse.org. While we know about 84 links to Micro Python, we've tracked only 5 mentions of CircuitVerse.org. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Browser, free. CircuitVerse is the serious one: MIT-licensed, subcircuits, timing diagrams, propagation delay control, Verilog modules, testbenches, and a full classroom layer with groups, assignments, deadlines, grading and grade export. Falstad's CircuitJS1 is GPL-2.0 and is really an analog simulator with digital parts — the animated current flow is unmatched for intuition, but it is not organised around... - Source: dev.to / 11 days ago
Hey everyone! Here’s a quick update on what I worked on during Week 1 of Google Summer of Code 2025 with CircuitVerse. - Source: dev.to / about 1 year ago
Back when I was learning Verilog HDL in 2019, I started by designing Logic Circuits on interactive circuit simulators like CircuitVerse, wrote them in Verilog HDL, and tested them out on the DE10-Nano. The Verilog HDL codes available here are not the best and most efficient way to write Verilog HDL (since this was what I wrote back when I started Verilog HDL). - Source: dev.to / about 4 years ago
CircuitVerse is a web-based circuit simulation platform that aims to provide a graphical user interface for circuit design and simulation. Students, professionals, and enthusiasts will all be benefitted from this platform. The goal is to build a community around the platform that will help students master digital logic design on their own. - Source: dev.to / about 4 years ago
Getting this error in circuitverse.org with this circuit anyone know how to fix? Source: over 4 years ago
Reasonably, that language is MicroPython [1] which is the special pared-down version of Python for memory-constrained embedded targets. [1]: https://micropython.org/. - Source: Hacker News / 7 months ago
In this post, we’ll walk through how to use MicroPython on the popular ESP8266 microcontroller to stream sensor data (like temperature and humidity) directly to a real-time web dashboard — no cloud platform, no third-party services, and no cost beyond your WiFi and coffee. - Source: dev.to / 11 months ago
Welcome to the world of MicroPython, an efficient and lightweight implementation of Python 3 that runs directly on microcontrollers like the ESP32. This blog post is a deep dive into building a real-world smart sensor project in under 15 minutes using MicroPython – no Arduino IDE, no C++, and no nonsense. - Source: dev.to / 11 months ago
I'll link to it because many people don't know a version of Python runs on microcontrollers: https://micropython.org/. - Source: Hacker News / over 1 year ago
I'm personally working on something like this for the ESP32, but written on top of micropython [1]. A few things are written in C such as the display driver, but otherwise most things are in micropython. We chose the T-Watch 2020 V3 microphone variant as the platform [2]. Our objective is to build a modern PDA device via a mostly stand-alone watch that can be synced across devices (initially the Linux desktop). We... - Source: Hacker News / over 1 year ago
Logisim - Logisim is an educational tool for designing and simulating digital logic circuits.
Thonny - Python IDE for beginners
BOOLR - Open-source digital logic simulator
Invent With Python - Learn to program Python for free
Digital - A simulator for digital circuits.
Numba - Numba gives you the power to speed up your applications with high performance functions written...