-
Since I want to use ov2640 camera. I used below command to build firmware. (followed most step as https://github.com/lemariva/micropython-camera-driver)
The firmware can be generated , but its size i…
-
I'm trying to compile the firmware according to the instructions, but after entering the command
`make flash_all BOARD=M5STACK_StickC_PLUS2 `
this appears:
```
[ 92%] Building CXX object es…
-
This is library support programmable IO on the RP 2040? I am looking for a library that specifically supports this so that I don't have to have a lot of CPU dedicated to driving LEDs.
It's unclear wh…
-
Hi there,
first, thank you for providing a good first start to the micropython camera driver, it helped me starting to build an [improved version](https://github.com/cnadler86/micropython-camera-API)…
-
### Port, board and/or hardware
rp2 port, pico 2 board
### MicroPython version
MicroPython v1.24.0 on 2024-10-25; Raspberry Pi Pico2 with RP2350
### Reproduction
This is the script I us…
-
Hello Waveshare Team,
Thank you for your excellent range of e-paper displays and supporting drivers.
I recently purchased the 4.2-inch e-paper display (Version 2) and wish to use it with an ESP3…
-
The SYN6988 TTS board uses a UART interface to send / receive data. We need to write a neat wrapper for all this functionality so that it will be easier to create a standardized data -> sound output p…
-
Would need CircuitPython API to select the MCU pins to use.
We also may want to consider adding `ssl` to boards with enough resources that would not ordinarily have it (this would also expand the s…
-
Can you submit this file to https://github.com/micropython/micropython-lib/tree/master/micropython/drivers/display Then it would be near the SSD1306 driver.
You could submit the file itself or ask…
-
Currently, setting `network.hostname()` does not actually set a hostname that gets picked up in DHCP. I have not done a packet dump to investigate why, but I assume the WIZNET5K driver used in MicroPy…