InfernoEmbedded Softdevices
− RGBW Controllers − Switch Masters − Firmware Updater
Software-implemented devices based on https://github.com/InfernoEmbedded/onewire-softdevice
ED [.]XXXXXXXXXXXX[XX][/[ device | version | status | enter_firmware_update | ]]
ED
These properties are applicable to all Inferno Embedded softdevices.
read-only,
ascii text
The type of InfernoEmbedded Softdevice detected.
read-only,
integer
The version number reported by the device.
read-only,
integer
The 64 bit status register of the device.
write-only,
yes-no
Write anything to reboot the device into the bootloader for
firmware update. This may also be forced if you have
physical access to the device by shorting SWCLK to ground on
the device’s programming header when powering up the
device.
These properties are available when the device has entered firmware update mode.
read-only,
integer
The reserved size for the bootloader.
read-only,
ascii text
The range of addresses available for the application
(0xNNNN-0xNNNN).
write-only,
yes-no
Write anything to erase the current application and prepare
the device to accept a new firmware.
write-only,
binary data
Write the binary data for a firmware update here to
reprogram the device after erasing.
write-only,
yes-no
Write anything to exit firmware update and start the
application.
These controllers control a number of channels of RGBW lights.
write-only,
yes-no
Write anything to turn off all channels
read-only,
integer
The number of RGBW channels supported by this device.
read-write,
ascii text
Set the current value of channel NN, as: RRR,GGG,BBB,WWW,nnn
where:
RRR,GGG,BBB,WWW is the red, green, blue values respectively
(0-255)
nnn is the time to fade from the current colour to the new
one, in milliseconds (0-16M). On read, this is time
remaining for the current fade to complete.
These devices have a number of indicator LEDs, switch inputs and relay outputs. Each are grouped into ports of a certain number of channels.
read-only,
integer
The number of switch ports available.
read-only,
integer
The number of channels available per switch port.
write-only,
yes-no
Write anything here to update the values of all switch ports
from the device.
read-only,
ascii text
The last fetched state for the port (use
switch_refresh_activations to fetch the state). Formatted as
"channel0,channel1...channelN", where each channel
is ’0’ or ’1’ depending on whether
it is activated.
write-only,
ascii text
Sets the type of switch connected to the device. Format
"port,channel,type" where port and channel are
integer IDs, and type is:
0 Toggle switch to VCC with pull-downs enabled on the device
1 Toggle switch to Gnd with pull-ups enabled on the device
2 Momentary switch to VCC with pull-downs enabled on the
device
3 Momentary switch to Gnd with pull-ups enabled on the
device
read-only,
integer
The number of LED ports available.
read-only,
integer
The number of channels available per LED port.
read-write,
ascii text
The state for the port. Formatted as
"channel0,channel1...channelN", where each channel
is ’0’ or ’1’ depending on whether
the LED is lit.
read-only,
integer
The number of relay ports available.
read-only,
integer
The number of channels available per relay port.
read-write,
ascii text
The state for the port. Formatted as
"channel0,channel1...channelN", where each channel
is ’0’ or ’1’ depending on whether
the relay is activated.
read-write,
ascii text
The mode for each relay on the port. Formatted as
"channel0,channel1...channelN", where each channel
is one of the following modes:
0 Channel operates independently
1 Channel operates as a member of an even/odd pair
If the channels are operated as pairs, the even numbered
relay is activated when the even numbered channel is turned
on, and the odd numbered relay is activated when the even
numbered channel is turned off. The odd numbered channel has
no effect. This is useful when controlling devices such as
roller shutters, projector screens and air conditioning
dampers, which require one relay to be activated to open,
and another to close.
read-write,
ascii text
The timeout for each relay on the port. Formatted as
"channel0,channel1...channelN", where each channel
is an integer (0-255) representing the number of seconds the
relay will remain activated when operating as an even/odd
pair.
https://github.com/InfernoEmbedded/onewire-softdevice
Alastair D’Silva ([email protected])