Difference between revisions of "Default addresses"
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
| [[relay|Relay]] || 0x8E |
| [[relay|Relay]] || 0x8E |
||
|- |
|- |
||
| [[ |
| [[Motor]] || 0x90 |
||
|- |
|- |
||
| [[User Interface]] || 0x94 |
| [[User Interface]] || 0x94 |
||
Line 31: | Line 31: | ||
|- |
|- |
||
--> |
--> |
||
| [[ |
| [[Pushbutton]] || 0x9A |
||
|- |
|- |
||
| [ |
| [[Relay|Bigrelay]] || 0x9C |
||
|- |
|- |
||
| [[Dimmer]] || 0x9E |
| [[Dimmer]] || 0x9E |
||
<!-- |
<!-- |
||
| |
| Thermo || 0xa0 |
||
|- |
|- |
||
| ... || 0xA2 |
| ... || 0xA2 |
Revision as of 17:16, 19 November 2015
The BitWizard boards exist in both an SPI as well as an I2C version. Both versions have the same default address.
Especially if you have more than one board of the same type you can change the default address to something else that you like. See the relevant protocol page for info on how to do that.
Board | Address |
---|---|
LCD | 0x82 |
DIO | 0x84 |
Servo | 0x86 |
7FETs | 0x88 |
3FETs | 0x8A |
Temp (sometimes called SPI_LM35) | 0x8C |
Relay | 0x8E |
Motor | 0x90 |
User Interface | 0x94 |
7_Segment | 0x96 |
Pushbutton | 0x9A |
Bigrelay | 0x9C |
Dimmer | 0x9E |
Raspberry Juice | 0xA4 |
rpi spi relay | 0xA6 |