-
### Port, board and/or hardware
STM32 @ v1.22.2
### MicroPython version
MicroPython v1.22.2 on 2024-04-16; [REDACTED]_[gt48468c1] with STM32G474
This is a custom board definition for a pro…
-
mpremote-vccode seems to wrap file paths etc in single quotes which do not seem to be accepted by mpremote. If I try the same commands with double quotes they will work. Maybe mpremote has changed to …
-
I am new to Micropython. I have a pi pico and the Thonny IDE. How do I install the ir_rx package on my pi pico. Does it go in the 'lib' folder?
-
### 描述你想要的新功能
编译的haproxy还是两年前的2.66版本,能否更新到2.9
### 描述你想要的解决方案
更新到最新稳定版
### 描述你考虑过的替代方案
_No response_
### 其他信息
_No response_
kxdn3 updated
7 months ago
-
Wanting to control my tv via node-red/mqtt I installed your software on an esp32.
from machine import Pin
from ir_tx.philips import RC6_M0
pin = Pin(15, Pin.OUT, value = 1)
to_tv = RC6_M0(pin…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have up…
-
### 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…
-
I'm getting this
```
Traceback (most recent call last):
File "main.py", line 39, in
File "system/scheduler/__init__.py", line 248, in run_forever
File "asyncio/core.py", line 1, in run…
-
The serial port skip list does not appear to work correctly. On my system I add four entries, /dev/ttyS0,/dev/ttyS1,/dev/ttyS2,/dev/ttyS3. Only /dev/ttyS0 and /dev/ttyS2 are removed from the serial po…
-
Hello peter,
my question is perhaps stupid but I would like to know if my project is feasible:
I want to use my pyboard to :
1. load a file from my PC
2. program a 24CL64B which is on another …