-
Hello, I'm compiling micropython v1.18.0 in the port ESP32 with my scripts as frozen codes, but I need to store some data files (for example html files) in the vfs partition for scripts to work normal…
-
1. Using the midi example code run from mpremote as per the instructions
2. Verify that the example logs transmit events over MIDI
3. Connect the Cockos Reaper DAW (most recent version, 7.20) [this …
-
Hello, thanks for this library!
The way `umidiparser` reads files seems to be incompatible with `mpremote mount`.
# Setup
- Raspberry Pi Pico
- mpremote 1.22.0
- Running on Linux Mint
# …
-
I use the last build and comile for ESP32_C3 with
python3 make.py esp32 submodules clean mpy_cross BOARD=ESP32_GENERIC_C3 DISPLAY=st7789
firmware compiles without error, upload to board without erro…
-
### Checks
- [X] I agree to follow the MicroPython [Code of Conduct](https://github.com/micropython/micropython/blob/master/CODEOFCONDUCT.md) to ensure a safe and respectful space for everyone.
- [X…
-
Hi,
Is there any technical reason why I2S is missing from the ESP32-C3 build? Is there a likelihood it will be included in the future?
Many thanks
-
Hello,
I'm creating a hobby microcontroller project that involves reading Victron systems (a BMV-712 smart, a battery SmartSense, a Smart MPPT charger and an Orion DC-DC charger) on a Raspberry Pi …
-
In preparation for the arrival of some 8MB boards I would like to know if the flash chip on my previous version should build.
`winbond 25Q64JVSIQ`
I seem to have problems with `rshell` talking t…
-
### Board
[SparkFun qwiic BME 280](https://www.sparkfun.com/products/15440)
### Notes
[Driver](https://github.com/sparkfun/Qwiic_BME280_Py)
-
Running on a Pi Pico with MicroPython 1.23.0 and whatever the latest version of usb-device-cdc is in mip; code to reproduce:
```python
from utime import sleep_ms, time
from _thread import start_new…