-
Could I use this library as a Logitech G29 PC wheel input without emulating another wheel?
Basically I want to use the wheel as input to controlling a RC car over ExpressLRS. I just want to get the…
-
I'm trying to run the l2cap_file_client.py and l2cap_file_server.py examples from https://github.com/micropython/micropython-lib/tree/master/micropython/bluetooth/aioble on my Pico-W. I'm currently ru…
-
Hi I just followed the instruction on https://learn.adafruit.com/circuitpython-libraries-on-micropython-using-the-raspberry-pi-pico/overview to run Circuitpython libraries on top of Micropython on Ras…
Zzx-J updated
7 months ago
-
### The problem
i have tried a lot of different ways but none of them work on windows and on a raspberry pi
- via https://web.esphome.io/ able to install and configure wifi but no logs or device…
-
### The problem
```
$ esphome run garage.yaml --device /dev/tty.usbmodem144101
INFO Reading configuration garage.yaml...
Failed config
mqtt: [source garage.yaml:12]
This feature is only av…
-
I am working with a Raspberry Pi Pico W and am following Miguel Grinberg's _Micropython for the Raspberry Pico W_. I created a virtual environment and installed both MicroPython and `rshell`. I connec…
-
Would be great to see an async API wrapper option here. For some context on my use case: I'm looking to set up a weather station using this sensor. My main board is a Raspberry Pi Pico W, which requir…
-
### Brief Issue Summary
I am attempting to develop against the [raspberry pi pico](https://github.com/raspberrypi/pico-sdk) SDK in conjunction with [CPM](https://github.com/cpm-cmake/CPM.cmake) withi…
-
### Port, board and/or hardware
all variants that use the framebuf module
### MicroPython version
MicroPython v1.24.0-preview.149.g6007f3e20 on 2024-07-26; Raspberry Pi Pico W with RP2040
### Repr…
hoihu updated
2 months ago
-
I tried and googled a lot and can't get it to work.
I try to connect to my Mosquitto MQTT Broker which speaks TLS with a self signed certificate. With python and paho mqtt I can connect with these …