-
-
Hi Forum,
We have the need of using the dual cores of the RP2040. PlatformIO documentation suggested to add
`board_build.core = earlephilhower
`
into the platformio.ini but I faced with the fo…
-
I would love for the code to be available on PlatformIO Registry, and while I have no need for it, it would make sense for it to also appear on Arduino Libraries. I have reorganized the code and added…
-
Is Arduino 3 supported? I receive the following warning when building with Arduino version 3.0.6:
```
Indexing .pio/build/esp32dev/liba76/libNetworkClientSecure.a
.pio/libdeps/esp32dev/WebSockets…
-
### Operating System
Windows 11
### Arduino IDE version
platformIO
### Board
esp32s3 dev module
### ArduinoCore version
platformIO espressif32 @ 6.6.0
### TinyUSB Library vers…
-
Hi,
Currently, the [library page](https://registry.platformio.org/libraries/densaugeo/base64) in the PlatformIO Registry doesn't contain any quick start projects for developers. Such examples serve…
-
### Operating System
Windows 11
### Arduino IDE version
VSCode+Platformio
### Board
RP2040
### ArduinoCore version
n/a
### TinyUSB Library version
f13b57a01aaed4fe51b3000cb3ce89ad8c8c83dc
##…
-
```
#0 0x40156c22 in sys_timeout_abs (abs_time=23295315, handler=0x4014dbec , arg=0x0) at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/lwip/lwip/src/core/timeouts.c:226
#1 0x40156…
-
Is it possible for you to add this to PlatformIO like you did with the Arduino version: https://registry.platformio.org/libraries/h2zero/NimBLE-Arduino
-
tried using the "Audio.h" for playing a mp3 file through T-deck speaker, but cant find a way to even import libraries needed on platformio to make use of the speaker play.
any small guide as which …