-
My main.py will connect to my mqtt server and Blynk 2 with Thonny on my Mac and also on a stand alone battery,
but will not connect on my ubuntu 22.04 machine.
-----------------------------------…
-
Hello,
I tried to run example as is with no change at all with arduino ide and got:
C:\Users\PC\Documents\Arduino\libraries\CST816S\CST816S.cpp:27:10: fatal error: FunctionalInterrupt.h: No such f…
-
Hi,
I have a few questions to the raspberry pi camera-module 3 and its picamera2 lib:
- can you use the raspberry pi camera-module 3 with Raspberry Pi Pico, Raspberry Pi Zero W, and Raspberry Pi Z…
-
## What are the steps to reproduce this issue?
1. Create a program that creates another thread on the second CPU core
2. Run the program, wait for the second core to start
3. Hit Stop in the status…
-
Hi All,
I've just run through the SDK Getting started guide using a Pico 2 and SDK 2.0 under visual studio code as mentioned in the getting started guide. When running the debug routine using a pic…
-
My code
```
import time
import machine
import network
import ujson
from simple1 import MQTTClient
SSID = b'Exxxye'
PASS = b'8xxx766'
CLIENT_ID = b'ixxxxxxxxxxxx6eb63'
AWS_ENDPOINT = b…
-
**Describe the bug you encountered:**
I've been attempting to get the example `capture_hid_report` code working, but upon running and testing it, I discovered that most keyboards, when plugged in…
-
Hi !
I was able to run the Client code without any issues (so far) on Raspberry Pico PI W but have no luck with the Server code since it seems to require fflib which in turn uses ffi package and I …
-
Using mqtt_as with range, and if I send 1 subscribe slow handling, if I send say 1 subscribes, only the 1st is slow to be recognized/processed on board the ESP32, the following are processed much fast…
-
I am getting below error when trying to compile `pico-playground` repository
```
$ cmake .. -DBOARD=pico_w
Using PICO_SDK_PATH from environment ('/home/juan/repos/pico-sdk')
PICO_SDK_PATH is /ho…