Commit Graph

17 Commits

Author SHA1 Message Date
c514769929 Add an additional helper for setting packet size based on length of data 2024-04-20 11:46:14 +10:00
9417db243f Avoid crashing if an incorrect parameter is passed to BufferFiller 2024-04-20 11:31:45 +10:00
ec50685c51 Remove protocolVersion field from BufferFiller 2024-04-19 15:35:17 +10:00
80b40cafcb Add support for parsing activate scene packets 2024-04-19 15:07:47 +10:00
08f89c6baf Include cstddef in PacketParser.cpp to fix error about size_t
Some checks failed
RFPowerView CI / build (push) Failing after 7s
2024-04-13 17:47:50 +10:00
52d03a1ac9 Add support for more packet types 2024-04-04 17:58:18 +11:00
07f46ecfe7 Add support for various header values 2024-04-04 17:58:18 +11:00
90e101c47e Add callbacks for getting raw buffer 2024-04-04 17:58:18 +11:00
7d08e8e86c Reduce power level 2024-01-03 11:54:20 +11:00
f94715c4fc Use rolling codes from Packet when filling buffer 2024-01-02 21:09:07 +11:00
d1adfa54ef Return a boolean to indiciate if a packet was sent to the radio successfully 2024-01-02 21:05:19 +11:00
c6b6ec65c9 Enable filling buffer with packets that use fields 2024-01-02 21:05:00 +11:00
e57e55775a Add rolling code fields to Packet 2024-01-02 20:45:35 +11:00
2ccbbd18dd Initial ability to send a packet from RFPowerView 2023-12-31 10:21:23 +11:00
09fd491fdc Add packetCallback to RFPowerView class 2023-12-30 23:34:06 +11:00
9d507fdb0b WIP: Making RFPowerView class 2023-12-22 12:05:24 +11:00
c84c2dfbdc Initial code 2023-12-21 16:43:41 +11:00