Difference between revisions of "Default addresses"

From BitWizard WIKI
Jump to: navigation, search
 
(16 intermediate revisions by 4 users not shown)
Line 1: Line 1:
  
tw_LCD 0x82<br>
+
The BitWizard boards exist in both an SPI as well as an I2C version. Both versions have the same default address.
tw_DIO 0x84<br>
+
 
tw_SERVO 0x86<br>
+
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.
tw_7FETs 0x88<br>
+
 
tw_3FETs 0x8A<br>
+
{| border=1
tw_TEMP 0x8C (sometimes called SPI_LM35)<br>
+
! Board !! Address
tw_RELAY 0x8E<br>
+
|-
tw_motor 0x90<br>
+
| [[LCD]] || 0x82
tw_pipower 0x92<br>
+
|-
RPi_UI 0x94<br>
+
| [[DIO]] || 0x84
tw_7segment 0x96<br>
+
|-
spi_spi 0x98<br>
+
| [[Servo]] || 0x86
tw_pushbutton 0x9a<br>
+
|-
 +
| [[7FETs]] || 0x88
 +
|-
 +
| [[3FETs]] || 0x8A
 +
|-
 +
| [[temp|Temp]] (sometimes called SPI_LM35) || 0x8C
 +
|-
 +
| [[relay|Relay]] || 0x8E
 +
|-
 +
| [[Motor]] || 0x90
 +
|-
 +
| [[User Interface]] || 0x94
 +
|-
 +
| [[7_Segment]]|| 0x96
 +
|-
 +
<!--
 +
| [[SPI_SPI]] || 0x98
 +
|-
 +
-->
 +
| [[Pushbutton]] || 0x9A
 +
|-
 +
| [[Relay|Bigrelay]] || 0x9C
 +
|-
 +
| [[Dimmer]] || 0x9E
 +
<!--
 +
| Thermo || 0xa0
 +
|-
 +
| ... || 0xA2
 +
|-
 +
-->
 +
|-
 +
| [[Raspberry Juice]] || 0xA4
 +
|-
 +
| [[Relay| RPI SPI Relay]] || 0xA6
 +
|-
 +
| [[High side switch| High Side Switch]] || 0xA8
 +
|}

Latest revision as of 10:29, 5 July 2018

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
High Side Switch 0xA8