Should probably delve in to how they solved the same problems I ran into, but I’m not simulating hardware so much as making MicroPython’s WebAssembly port more useful.
Should probably delve in to how they solved the same problems I ran into, but I’m not simulating hardware so much as making MicroPython’s WebAssembly port more useful.
www.kevsrobots.com/blog/micropy...
www.kevsrobots.com/blog/micropy...
We’re really happy to be increasing our GitHub sponsorship to $500/month to help support the project and ensure its future.
If MicroPython’s been useful to you, it’s well worth supporting too: github.com/sponsors/mic...
We’re really happy to be increasing our GitHub sponsorship to $500/month to help support the project and ensure its future.
If MicroPython’s been useful to you, it’s well worth supporting too: github.com/sponsors/mic...
Upped it to 4096 and I can send the entire payload in one go!
Options include:
- POST to endpoint in chunks
- MQTT
- FTP (maybe)
Upped it to 4096 and I can send the entire payload in one go!
Somewhere between 'ban it all' and 'let the robots run free' there's a checkbox to help the team at MicroPython.
blog.adafruit.com/2026/02/19/m...
Somewhere between 'ban it all' and 'let the robots run free' there's a checkbox to help the team at MicroPython.
blog.adafruit.com/2026/02/19/m...
PSRAM combined with MicroPython’s garbage collection is a horrorshow though 😭 need to do something about that.
PSRAM combined with MicroPython’s garbage collection is a horrorshow though 😭 need to do something about that.
github.com/Gadgetoid/di...
github.com/Gadgetoid/di...
Using kitty's graphics protocol and MicroPython's unix port + framebufs to debug SSD1306 oled code in my terminal.
gist.github.com/nmattia/7a00...
Using kitty's graphics protocol and MicroPython's unix port + framebufs to debug SSD1306 oled code in my terminal.
gist.github.com/nmattia/7a00...
Three is definitely enough but then there’s one entry point main and a _main and also another main because MicroPython’s Unix port and Sokol both want to be top dog.
Making the two work together might be… spicy.
Three is definitely enough but then there’s one entry point main and a _main and also another main because MicroPython’s Unix port and Sokol both want to be top dog.
Making the two work together might be… spicy.