-
Hello!
I use the same UART channel to read data from sensor (via RX pin of controller) and send debug messages (via TX pin). So there is no connection between controller's TX pin and sensor's RX pin.…
-
Hi,
I am not very good at the electronics subject. I read the `readme.md` and I do not get few parts.
> GY-21 board with SHT21 has 5V SDA/SCL pins , use FET 3.3V-5V level converter to connect to E…
-
# Library Repackaging Progress
This is an overview of our Python going concerns. Not all of these may need repackaging or be possible to repackage, and some of them might work with Pi 5 / Bookworm …
-
Hi,
Not really an issue, just a thank you note.
I was inspired by your code and I tried to clean it up a little by moving the library part to cpp class.
In addition I implemented the PWM and ADC …
-
-
Thank you for the library.
I have issue getting output on Arduino r3. I have connected my rxd to pin6 and txd to pin 4 and I use this code.
I was hoping you could guide me in the right direction…
-
The example https://github.com/pimoroni/EnviroPlus-FeatherWing/blob/master/examples/plotters_combined.py is robust wrt memory usage until the PMS5003 is added on a Feather nRF52840 Express. With that …
-
Hello Nikita,
This is superb implementation, may I suggest to add also the temperature as the module has a sensor too ?
Thanks
Sam
-
This might just be my sensor, but the fan remains on after the _pms.sleep()_ instruction is issued.
As a workaround, I connected the hardware sleep pin of the sensor (pin3) to a spare IO pin on the D…
-
I'm trying to send config info to Home Assistant from a Pico W with the following code:
```
import time
import config
from network import WLAN,STA_IF
import ubinascii
# import gc
# import mic…