-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchangelog
More file actions
14 lines (13 loc) · 948 Bytes
/
Copy pathchangelog
File metadata and controls
14 lines (13 loc) · 948 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
5.27.25
Built inital functionality. Using nunchuk controller over I2C and RFM69HCW packet radio for comms.
Packet format currently is primitive, transmitted in JSON that has been dumped into raw bytearrays.
No integrity checks, only node ID is appended to packet to indicate source of packet.
Slicing may be necessary if larger data sets are required, or optimization of packet size.
Trying to avoid slicing to eliminate sensitivity to packet loss.
Heartbeat packet system still needing to be built to kick watchdog on robot.
Possibly condsidering adding LCD/OLED terminal display or serial link to logger for better debug. (Sparkfun OpenLog?)
5.30.25
OLED display for telemetry added.
Loop time optimization, moved most functions to 10hz.
Further loop time optimization needed, multiple loops needed to order operations optimally.
Moving onto building receiver/robot side, will update when roughed in.