-
Hello,
I'm trying to use the project, but none of the versions are working for me (arduino-esp32-2.0.2 / arduino-esp32-2.0.3-RC1), as soon as I access the web page and it tries to load the files, t…
-
I have been testing the i2c (Wire) implementation for BK72XX chips (so far so good BTW just jamming it into ESPHome i2c component) and wanted to see if I could get SoftWire working on a Temperature-Hu…
-
Using the new arduino-cli tool will make supporting newer chips much easier.
https://github.com/arduino/arduino-cli for more information.
I don't know enough about the build process to use it …
-
I've setup a Platform.io workspace for use with Arduino Portenta H7 in VSCode. I am running Ubuntu-20.04 on WSL2 for Windows 10 using usbip for attaching the usb-port to WSL.
Compilation works fine…
-
I'm using lastest verison of TFT_eSPI lib with an ESP32-WROOM-32 Devkit.
It just declares the header as #include and nothing more.
When attempting to compile the project, the following error is d…
-
What kind of issue is this?esolving STM32F103RE_creality_smartPro dependencies...
Error: Traceback (most recent call last):
File "C:\Users\jayha\.platformio\penv\lib\site-packages\platformio\__mai…
-
PIO Core Call Error: "The following files/directories have been created in /Users/xingfei/Movies/rhino/rihno20240501\ninclude - Put project header files here\nlib - Put project specific (private) libr…
-
Hello,
I can't find nucleo board stm32 C031C6. https://www.st.com/en/evaluation-tools/nucleo-c031c6.html
C0 it's quite new stm32 family with Cortex M0+ but becomes popular. There are more and mor…
-
Hello,
I wanted to try your project but I have problem with setup.
During compilation I have an error:
```
Compiling .pioenvs\ext-comp\src\main.o
In file included from src/esphome\components\…
-
Hi admin, I'm new in using debug with arduino code. Because of my immaturity, allow me to ask about my problem:
I want to debug with Pio on VS code platform and I followed your instructions and fully…