-
### CircuitPython version
```python
Adafruit CircuitPython 8.2.6 on 2023-09-12; Raspberry Pi Pico with rp2040
```
### Code/REPL
```python
""" Demonstrates a couple of issues in CircuitPython audio…
-
What camera gimbal should we buy?
How can we communicate with it?
Inputs? Outputs?
The completion of this task requires the creation of test code to show that the gimbal is programmable.
-
### What is your question?
From: https://cpplang.slack.com/archives/C41CWV9HA/p1714639717500339
Profile:
```
[settings]
arch=armv8
build_type=Debug
compiler=gcc
compiler.cppstd=gnu17
compil…
-
Hello,
I see some strange issue using the WiFi connection on a Raspberry Pico W board, it seems the WiFi connection leaks every some seconds. I'm getting a ping result of -1 in such case, where in no…
-
I am using urequest.get in Micropython running on a Raspberry Pi PICO W in a loop containing the following to access Ecobee's server for my furnace status:
```
url = "https://api.ecobee.com/1/ther…
-
Hello, I am working on firmware for a device that needs to run on the Pico, Pico W, and another custom board I designed (RP2040 + W25Q16).
The firmware runs under FreeRTOS and I have encountered a …
-
I have a for example a small web page with repeated ajax requests. Page is sending one request per second and server on Pico W needs different times for processing same request. In my case it varies b…
-
**_Personal experience w/ Pico:_**
I've read (most of) the documentation, and posted a couple of pico-related issues here on github. I've also built several of examples, and have successfully "used"…
-
## Problem
I successfully build and run a [TLS client Example][1] (`picow_tls_client_background` executable) from the GitHub, however a simple http GET request takes about 20 seconds. It does not a…
-
`const char*` is returned by some C/C++ functions, but it (usually) can't be represented in Nim. Sometimes we use `cstring` for it, which may cause problems because many C++ compilers insist that they…