-
i configure my lora set on HSPI on ESP32 and use LoRaDuplexCallback function but only transmit but not receive data from node. Someone help me please!
My code:
```
#define lora_sck 14
#define lora…
-
Hello!
I have a ZONT H2000 + controller (https://zont-online.ru/internet-magazin/termostaty/zont-h-2000-plus) and an Arduino Uno. The controller itself sees the simulated sensors, but does not see th…
-
This would be great for increased transmission quality, especially for the browser-to-browser use case.
https://en.wikipedia.org/wiki/Error_detection_and_correction
For both, detection and correction…
-
Hi i used latest Arduino IDE 2.3.x and i got lots of errors. after some reading here on the issues , i used Arduino 1.8.19 my board is Wroom ESP32 CRC by Rob Tillaart Version 1.0.2 INSTALLED
, …
-
Compile fails for ESP8266 on Arduino 1.6.9 , ESP8266 boards 2.3.0.
> Arduino: 1.6.9 (Windows 10), TD: 1.29, Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, 115200, 4M (3M SPIFFS)"
>
> C:\Users\tis…
-
Since we needed to do remove nfc in context of #80 we should implement it again.
For this we need to implement MCU emulation in joycontrol.
The relevant reading materials are
- https://gist.gith…
choss updated
3 years ago
-
-
```
In file included from ./arch/arm64/include/asm/lse.h:5,
from ./arch/arm64/include/asm/cmpxchg.h:14,
from ./arch/arm64/include/asm/atomic.h:16,
…
-
Mir fällt auf, dass gelegentlich die Anzahl neuer Events wie folgt angezeigt werden:
![eventlog1](https://user-images.githubusercontent.com/99898355/186617522-ca7f220f-bdfd-4f05-97af-f823ddc5b139.J…
-
Hello, I have something rather wierd.
I'm trying to join several arduinos in 1-wire network.
I wrote simple test bellow to check stuff - it just checks device presense.
It contains both code for …