-
```
What steps will reproduce the problem?
1.
Run it with any baud rate above 19200. Use it with > 8 coil or digital
registers.
2.
Inter-message timing calculation is not right for all baud rates, r…
-
```
What steps will reproduce the problem?
1.
Run it with any baud rate above 19200. Use it with > 8 coil or digital
registers.
2.
Inter-message timing calculation is not right for all baud rates, r…
-
First off, thanks for this port--this was the push I needed to migrate my big LED projects from Arduino to IDF with Arduino as a component. Let me know if I can be of help with the hardware SPI driver…
-
Was trying to port this code from ESP32, but found that **getLocalTime** doesnt exist. Is there a replacement?
```cpp
void gettime()
{
static int16_t delaycount = 0 ; /…
h1aji updated
2 years ago
-
I'm using the VL53L1X sensor with the following configuration in continuous mode:
sensor.setDistanceMode(VL53L1X::Long);
sensor.setMeasurementTimingBudget(50000);
sensor.startContinuous(50);
I t…
-
I am trying to compile the menu example with arduino 1.6.6 and just keep getting errors.
this is the error i get, i have u8g latest, m2tklib latest for arduino installed.
In file included from C:\Us…
-
Hi
I installed firmware 3.4 in my BPL D1 mini, it works fine but does not connect with Ispindel.
i have setting for Ispindel support but the Ispindel window does not appear.
In the Ide Arduino ser…
-
Hi everyone, good afternoon
I am teaching courses on Arduino and it seemed to me that the most appropriate thing was to have the information from the source, so I entered the page and saw that ther…
-
Hi,
I found your post on the arduino.cc forum
https://forum.arduino.cc/t/osc-over-usb/520680/13
Thank you very much for sharing this.
I plan on connecting a couple of joysticks to VCV Rack usi…
-
I built two lora system with below configuration.
1. NodeMCU+ SX1262
2. Pico W + SX1262
Now, I want integrated with ESPHome with External Components.
To start with I want to first send yo…