Program embedded devices with natural language. No firmware updates required. ScriptO Studio is a next-generation Integrated Development and Execution Environment (IDEE) for embedded devices running MicroPython.
Developer Oliver Fabel has brought MicroPython to the Flipper Zero, providing an alternative to JavaScript for writing programs on this popular device without requiring custom firmware.
MicroPython, a Python interpreter for microcontrollers, has released version 1.23 with several improvements. Notably, it now supports creating custom USB devices on multiple levels and has received improvements for OpenAMP, an inter-core communication protocol.
This article doesn't work for the Raspberry Pi Pico W, as the pin has moved.
Instead use
led = machine.Pin("LED", machine.Pin.OUT)