-
hi,
i am trying to run the zephyr-synchronization project on VScode platformio IDE for
[QEMU Sifive Hifive 1 board](https://docs.platformio.org/en/latest/boards/sifive/hifive1.html#board-sifive-hi…
-
I have many skills but I am completely ignorant about hardware interfaces.
I need to read a RS485 data stream. It's sort of a firehose data stream DATA, Pause, DATA... and I currently use a Pi and a…
-
I'm trying to use this project to read an encoder with an Adafruit Feather RP2040. Here's my test program:
```c++
#include "hardware/pio.h"
#include "quadrature.pio.h"
PIO pio = pio0;
uint sm…
-
Hi, I get this error:
`In file included from src\main.cpp:4:0:
lib\com/com.hpp: At global scope:
lib\com/com.hpp:31:5: error: 'GWHomie' does not name a type
GWHomie * homie;
^`
whe…
-
### The problem
Attempting to add `wled:` at the top level and as an effect to a light results in a compilation error.
### Which version of ESPHome has the issue?
2024.8.3
### What type of install…
-
Hello !
First thanks for the script, it helps me a lot since the new [PIO update with MBED 6 support](https://community.platformio.org/t/support-for-mbed-os-6-stable-and-mature-apis-cloud-services-…
-
According to https://raspberrypi.github.io/pico-sdk-doxygen/group__hardware__adc.html the Pico has 1 ADC with a 5 channel mux in front and one could use `adc_set_round_robin()` to alternatively read f…
-
**Is your feature request related to a problem? Please describe.**
ref #1864 , there needs to be a concise way to check that utility functions (brightness calculation, channel setting, value conver…
mcspr updated
4 years ago
-
Hello,
after changing from _Stable version_ `platform = espressif32`
to _Development version_ `platform = https://github.com/platformio/platform-espressif32.git`
I encounter the following error:…
-
Hello! I am developing a nerf blaster than uses brushless motors as flywheels. I'd really like closed loop RPM control so that the motors spin up faster with PID and so that I can shoot as soon as the…