Skip to content

Addresses for sensor modules

Dan Suwanseree edited this page Apr 9, 2020 · 3 revisions

The addresses used in our system correspond to I²C addresses as that is what our system bus is based on. The address range for I²C ranges from 0x00 (0) to 0x7F (127) Addresses from 0 - 10 and 120 - 127 are reserved, so any new sensor module should NOT use these addresses

You can see the currently used addresses in the protocol.h header file within the protocol repository.

Note If you wish to add a sensor module or have done so and want to add your module's address to the protocol, make a pull request to the protocol repository. The protocol repo is a dependancy of all sub projects of the platform.

Clone this wiki locally