-
The code below will NOT override the pins defined in RFM69.h
I'm testing in ESP8266MQTTClient
I have tried prior and after #include
Only works if I make changes in RFM69.h file
we need to be able …
-
fare automa per trovare inizio comando onos su onos_rf69_serial_transponder
switch (tmp_byte) {
case '[':{
onos_cmd_start_detector=1;
}
case 'S':{
…
-
Sample response messages for reference:
```
AA 03 00 0D 00 00 00 00 15 BD B7 57 BF 55 16 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00…
-
Hello,
I have been struggling with my RFM69HCW modules for a while. Even though the transmitting side seems to be working, I cannot receive anything at the other end of the transmission. I started …
-
In my case I need to use send with retry all the time for direct address and broadcast.
of course in broadcast I should loose the retry and ack functionalities.
I think you try to catch this in t…
-
When a new ID is detected / confirmed, store it in the Arduino EPROM for power failure recovery.
-
Add a button to Arduino that toggles the TX_ID_LOCK at runtime. Maybe put the D13/Status LED into a blinking mode until a ID is found, then set LED on.
-
Just checking to make sure I have the logic right:
The send() function checks to make sure there isn't channel activity with the canSend() function. send() then blocks until the RF69_CSMA_LIMIT_MS is …
-
The [arduino-tiny](https://code.google.com/archive/p/arduino-tiny/) core supports it but for the rest is not as good as this core. It has no SoftwareSerial for example. It also looks abandoned.
Mor…
ghost updated
7 years ago
-
Datasheets:
- [RFM69HCW ISM Transceiver Module v1.1](https://cdn.sparkfun.com/datasheets/Wireless/General/RFM69HCW-V1.1.pdf)
- [MCP2210 USB-to-SPI Protocol Converter with GPIO (Master Mode)](http://…