You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dan Suwanseree edited this page Nov 20, 2019
·
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 Node Sensor Base repository.