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.
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.