-
**Is your feature request related to a problem? Please describe.**
I'm using bluepad32, which is built using btstack, to create a Bluetooth keyboard -> USB HID bridge (with optional remapping of Cm…
-
When editing a python file on Rpi5, Thonny inserts "0" at high speed (faster than I can delete by keeping the delete key pressed)..
I am using the Logitech Pebble 2 K380s kb (via bluetooth)
Attached…
-
### The problem
I'm currently testing ESPHome with Raspberry Pi Pico W without anything connected.
After install of new compiled YAML file the board boots, but does not reconnect to the Wifi network…
-
If I don't specify upload port, I get an error message:
```
Processing pico (platform: raspberrypi; board: pico; framework: arduino)
----------------------------------------------------------------…
-
Hi,
I'm currently writing my third book around MicroPython (in French) and each time I'm getting trouble to setup the WebRepl deamon on the WiFi microcontroler.
The reason for this is simple... the …
-
When connecting a server running this php sample
```
```
if you view this page in a web browser or in curl you will only get `OK`, however `urequests.get` ignores the content length and waits for…
-
Originally posted [here,](https://github.com/micropython/micropython-lib/issues/656) posted here as there's no response over on micropython-lib:
I am not able to consistently write to my microSD ca…
-
## Near Term
1. [x] Delete unused files and refactor the project to look less like a mess of cobbled together demo code
2. [x] Support Cosmic Unicorn!
3. [ ] Support other boards, or self builds?
…
-
I'm using `MicroPython v1.19.1-88-g74e33e714 on 2022-06-30; Raspberry Pi Pico W with RP2040`
Running the following expression in the REPL:
```python
print(f"foo {':'} bar")
```
results in this …
-
Hello,
I used your code on a pi pico W. I'm able to get the current and mean value, however I have problems to set new limits for dry and wet. For one, if I change the wet limit to e.g. 3000, 5000 or…