-
My goal is being able to send commands from my nodejs script and have the arduino pick up the command and do something. As a proof of concept, I'm just trying to get the Arduino to print out a messag…
-
Preliminary work to get this lib working in the IDE was done by @colombojrj in an unprompted PR #863
This thread is a continuation of the discussion started from that PR. Because that PR did not f…
-
I can not find the RF24 library. links are broken
-
## Description
Il me semble y avoir plusieurs soucis dans le décodage des trames Linky en mode standard.
1) il semble que les horodates ne remonte pas. Par exemple si j'ajoute la données Date à l'éq…
-
### Basic Infos
#### Hardware
Hardware: ?ESP-12? esp8266MOD
Core Version: ?2.1.0-rc2?
### Description
i am trying to listen to a message but also be able to send but when im stop lis…
-
I have downloaded both the "Sensor" and "Master" sketches. In the "Master" sketch in the void loop() {
if (radio.available()) {
float temperature = 0;
if(! radio.read(&temperature,sizeof(float))) {…
-
Due to all the differences between different micro-controllers this library works on the current method of printing debug, warning and error messages is rather clunky and ugly (relatively speaking), o…
-
It occurred to me that we could generate bindings using the same rust code base for
- [x] python ([pyo3](https://pyo3.rs) for binding and [maturin](https://maturin.rs/) for packaging)
- [x] node.js …
-
When setting up an NRF24 serial gateway it fails on my Arduino pro micro unless the CE and CSN pins are manually specified by adding the lines:
#define MY_RF24_CE_PIN 9
#define MY_RF24_CS_PIN 10
…
-
Hardware using:
- ESP32 DevKit V1
- RF24l01+
Both components works (previously checked with other programs)
I tried to install in the ESP32 the Gateway working in Ethernet mode. It works with cu…