No description
Find a file
2023-09-21 16:04:40 +02:00
system_general fixes, debug, radio loop 2023-09-17 13:57:28 +02:00
system_sensors replaced preferences with littlefs 2023-09-21 16:04:40 +02:00
.gitignore try to fix 2023-09-10 15:33:34 +02:00
fs_helper.h replaced preferences with littlefs 2023-09-21 16:04:40 +02:00
juRCReceiver.h replaced preferences with littlefs 2023-09-21 16:04:40 +02:00
JuReceiver.ino fixes, debug, radio loop 2023-09-17 13:57:28 +02:00
rcserial.h spam protection 2023-09-17 15:30:13 +02:00
readme.md try to fix 2023-09-10 15:33:34 +02:00
structsAndDefines.h try to fix 2023-09-10 15:33:34 +02:00

ju Receiver

Notes to rf Protocol

Types / Commands

  • 0x00 - 0x1F: General System
    • 0x00: Send Data
    • 0x01: Serial Data (command represents length: 0-30)
  • 0x20 - 0x3F: System Sensors
  • 0x40 - 0x5F: Custom Sensors
  • 0x60 - 0x7F: Custom
  • 0x80 - 0x9F: Not Assigned
  • 0xA0 - 0xBF: Not Assigned
  • 0xC0 - 0xDF: Not Assigned
  • 0xE0 - 0xFF: Not connection specific
    • 0xFF: Multicast (Connect request from receiver)