Difference between revisions of "Dimmer"

From BitWizard WIKI
Jump to: navigation, search
Line 9: Line 9:
  
 
== Control ==
 
== Control ==
The dimmer is at I2C address 0x10. The value written can be between 0 and 255, where 0 is the lowest intensity and 255 is the highest intensity.
+
The dimmer is at I2C port 0x10. The value written can be between 0 and 255, where 0 is the lowest intensity and 255 is the highest intensity.
 
With [[bw_tool]] it can be controlled like this:
 
With [[bw_tool]] it can be controlled like this:
 
  bw_tool -I -w 10:XXX
 
  bw_tool -I -w 10:XXX
 
Where XXX is the intensity
 
Where XXX is the intensity

Revision as of 16:38, 9 July 2014

The dimmer

Overview

The dimmer can be used to control the intensity of lights. It works the same as regular dimmers that can be bought in any other hardware shop, but can be controlled over I2C. It should work with any I2C-capable device, including the Raspberry Pi, Arduino and many other microcontrollers.

The dimmer can be found in the shop here

Control

The dimmer is at I2C port 0x10. The value written can be between 0 and 255, where 0 is the lowest intensity and 255 is the highest intensity. With bw_tool it can be controlled like this:

bw_tool -I -w 10:XXX

Where XXX is the intensity