-
Dear developers,
following issue #858, which is still making me struggle, I am now facing the following issue:
If I try to send an UDP packet in Access Point mode, opened after having unsuccesfull…
-
The idea primarily is intended for supporting a "wireless" setup for the hotend/extruder, so that most of the wires are coming from a secondary board instead of the primary board. with ESP32 we can pr…
-
Hi Seong!
I am having trouble getting this to work with my Arduino nano Rp2040 connect (what I have without spending extra$4). I have 2.1 running and all button inputs are registered (tested with mou…
iggut updated
7 months ago
-
Since the main() function never returns, its stack frame is never reclaimed. If that stack frame is large, that results in significant stack memory waste.
We tried addressing this in #2425. However…
-
Some commit between [2021](https://forums.raspberrypi.com/viewtopic.php?t=302684#p1813886) and now broke pico-uart-bridge on the nano rp2040. Mine has AT25SF041 flash. The `/dev/ttyACMX` devices don't…
-
Hi,
I'm using the Arduino Nano RP2040 connect to connect to my phone's hotspot.
The board does connect to my phone's hotspot, however always consistently freezes at the line **IPAddress ip = WiF…
-
**Describe the bug**
Can't build openmv for RaspberryPi PICO Board
**To Reproduce**
I use
```
make -j$(nproc) TARGET=PICO -C src
```
and getting this
```
make: Entering directory…
-
- Hardware description: esp32-s3-devkitc-1
- RTOS: FreeRTOS
- Installation type: PlatformIO
- Version or commit hash: humble
Hello, I am trying to use the two ESP32 cores to do separate task, wh…
-
This is odd, and it took a while to sort out, but your example (`FatFS_SPI_example`) locks when the `strcmp()` function is reached (in `sd_get_by_name()`, `sd_get_fs_by_name()` and `process_stdio()`).…
-
Hey,
I am trying to connect my M4 Matrix Portal via MQTT over port 8883 but I receive a BokenPipeError when setting the private key and certificate. If I remove the functions to set the certificate…