description | [IM] Serial RGB LED driver, Interplay Medium dendrite module (for ESP8266) |
last change | Sat, 28 Dec 2019 17:22:41 +0000 (18:22 +0100) |
Clone the code | git clone https://git.shalnoff.com/git/Serial_RGB_Controller |
This is IM denrite module (remote wifi network device) created for Interplay Medium™ project.
For LEDs be sure to add MOSFETs and current limiting resistors appropriately. Wiring scheme will be added probably later.
To drive an addressable RGB strip along with ESP8266, you need to synchronize logical levels. I usually use a simple MOSFET solution for single-channel shifting, hovever for multi-channel management, I would recommend using a simple Logic Gate IC like 74HC08 or a level shifter such as TXB0104.
Make sure that you have the environment installed as described at
In the make script, change path for each variable approprately: MAKEFILE=.... ESPSDK_ROOT=....
create the file vim ../info
assign SSID and PASSWORD of your local IM AXOD microserver or Access Point in there
WIFI_SSID="ssid"
WIFI_PASS="ssid password"
You can change it later whenewer you want using HTTP interface
initial buildong and flashing firmware at once
./make Serial_RGB upload
after that you may just build the binary and uload it using remote HTTP interface
./make Serial_RGB
curl -F image=@Serial_RGB.bin -s im_<....>.lan/update
By default dendrite can be reached on "imserial[last 4 digits of MAC address]" doman
Change it with
curl "im_serial_[last 4 digits of MAC address]?rename=NEWNAME"
Turn on the color and effect
curl "im_serial_[last 4 digits of MAC address]?gradient=ffffffccff44&slidez=-1&delay=100"
Other options
curl "im_serial_[last 4 digits of MAC address]/help"
The development of this firmware is in progress. Here is a brief list of upcoming changes:
add commands
dimm and soft state changing
rgbwdef -- save default values in EEPROM, which is returning on reset command
switching AP/slave, AP by defuault
remote access setup (host name, AP/slave, SSID, passw)
save in EEPROM
Copyright © 2016 Dmitry Shalnov [interplaymedium.org]
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this files except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2019-12-28 | Dmitry Shalnoff | initial commit master | commit | commitdiff | tree | snapshot |
2024-09-09 | Dmitry Shalnoff | readme update | commit | commitdiff | tree | snapshot |
2024-09-09 | Dmitry Shalnoff | readme update | commit | commitdiff | tree | snapshot |
2024-09-09 | Dmitry Shalnoff | initial commit | commit | commitdiff | tree | snapshot |
4 years ago | master | shortlog | log | tree |