-
### Port, board and/or hardware
esp32-s3 SPIRAM_OCT variant
### MicroPython version
MicroPython v1.23.0 on 2024-10-16; Chroma.tech S3 SPIRAM with ESP32S3
### Reproduction
1. Run any of the I2S ua…
-
import machine
from machine import ADC, Pin
import time
from utime import ticks_ms, sleep_ms
import os
import sdcard
SENSOR_PIN = 34
media = 0
# Inicialização do pino ADC
adc = ADC(Pin…
-
Hello,
for some reason I can't manage to reach deepsleep with low energy consumption.
I already tried to write a shutdown method to Power Down the modem before going to sleep.
Any hints to accom…
-
(note for self)
Currently we only cover ESP8266. We should generalize it to make it work for ESP32 as well.
Make the instructions less detailed if needed, link to the official MicroPython docs.
-
### Port, board and/or hardware
esp32 port, stm32 port, windows port
### MicroPython version
MicroPython v1.24.0-preview.286.g042693496 on 2024-09-04; Generic ESP32 module with ESP32
### Reproduct…
-
It is not clear from this page:-
https://github.com/micropython/micropython-lib/tree/master/micropython/bluetooth/aioble#passive-scan-for-nearby-devices-for-5-seconds-observer
how to use any of …
-
while building i get the error:
CMake Error at /home/Storage-drive/FIRM/lilygo-micropython-master/extmod/display/lcd/src/micropython.cmake:3 (include):
include could not find requested file:
…
-
I build esp32/GENERIC, esp32/GENERIC_SPIRAM, esp32/GENERIC_S3_SPIRAM and esp32/GENERIC_S3_SPIRAM_OCT.
esp32/GENERIC_S3_SPIRAM and esp32/GENERIC_S3_SPIRAM_OCT is failed.
There is my build comma…
-
Hey
started to test this library as it looks useful and perfect for our use case.
In our partition table we have partition with subtype `nvs_keys` and this makes ``ota.status.status()` break
``…
-
I enabled the
#define MICROPY_RLOTTIE 1
and then I call
python3 make.py esp32 clean BOARD=ESP32_GENERIC_S3 VARAINT=SPIRAM --flash-size=16
but it dosent works, it says:
/workspace/lvgl_micropyt…