LiU-SeeGoals / robot

The robot firmware for an NUCLEO-H755ZI-Q.
1 stars 0 forks source link

Configurations #3

Closed r0x57n closed 6 months ago

r0x57n commented 11 months ago

Each robot will have to have it's unique RF receive address, and these should be stored locally on the robot somehow. I got two ideas, one ugly and one nice. Nice: Can we attach SD cards to the H7 and store it there? Ugly: We keep each robot's individual configuration in the robot firmware and identify what robot is currently running it through its MAC address or serial number or whatever we can identify it through. From that we choose what RF receive address to set and other robot specific configuration.

Paladinking commented 6 months ago

The ugly solution is implemented. If we get some non-volatile memory on the robots, this could be worth revisiting.