ESPixelStick Hardware & Software Versions
If you have been playing with inexpensive sACN/E1.31 pixel controllers then you are most likely familiar with the ESPixelStick firmware and its related hardware. The software is open source and will run on various Esp8266/ESP32 variants. The maker of the software also sells hardware controllers for the software.
There have been several versions of both the firmware and software with a bit of a confusing naming convention. I’ve put together this summary of the boards (along with some additional information) in the hopes it helps clear up some of the confusion…
Hardware Versions
Version 1
- Uses an ESP-01 ESP8266 module with 1 Meg flash memory.
- Has a linear power regulator.
- Supports 680 WS2811 or 63 GECE pixels.
- Supports wired DMX/Renard out if RS-485 driver connected (Serial version of firmware must be used).
- PCB and PCB files available on OSHPARK: (https://oshpark.com/profiles/sporadic)
- Can only run v3.2 firmware: (https://github.com/forkineye/ESPixelStick/releases/tag/v3.2)
- Can run the ESP-01 version of WLED firmware.
More info here: https://forkineye.com/espixelstick-v1/
Version 2
- Uses an ESP-01 ESP8266 module with 1 Meg flash memory
- Has a switching power regulator
- Supports 680 WS2811 or 63 GECE pixels
- Supports wired DMX/Renard out if RS-485 driver connected (Serial version of firmware must be used)
- Build manual with schematic available: (https://forkineye.com/espixelstick-v2-assembly-usage-manual/)
- Can only run v3.2 firmware (https://github.com/forkineye/ESPixelStick/releases/tag/v3.2)
- Can run the ESP-01 version of WLED firmware
Version 3
- WEMOS D1 Mini ESP8266 module with 4 Meg flash memory
- Has a switching power regulator
- Supports 680 WS2811 or 63 GECE pixels
- Includes wired DMX/Renard output driver
- Can run V3.2 or V4.x ( v4.x is beta only) firmware (https://github.com/forkineye/ESPixelStick/releases)
- V4.x firmware supports SD card for show files to run in FPP multisync remote mode
- Can run the ESP8266 version of WLED
More info here: https://forkineye.com/espixelstick-v3/
Software Versions
V3.2
Most current release version of ESPixelStick firmware
Runs on V1/V2/V3 ESP8266 based ESPixelStick hardware
Supports E1.31/sACN input (unicast or multicast)
Supports MQTT
Supports single WS281x & GECE pixel output (600 WS281x pixels or 63 GECE pixels)
Supports Differential Renard & DMX output (requires RS-485 module)
V4.x
Runs on V3 ESP8266 based ESPixelStick hardware & 20 additional ESP8266 and ESP32 based platforms.
Supports E1.31/sACN (unicast or multicast) & DDP input.
Supports MQTT & ALEXA.
V3 HW supports a single output port. The port provides both Pixel outputs and serial outputs with a built in RS-485 compliant differential line driver
Pixel Output(s), all versions: WS281x & GECE.
Optional pixel protocols: APA102, GS8208, TM1814, UCS 1903, UCS 8903, WS2801
Supports one pixel output on V3 hardware (eight pixel outputs & APA102, WS2801 pixel outputs on ESP32)
Supports Serial output (Generic Serial, Renard & DMX) on all outputs (V3 HW has one built-in RS-485 Differential output module), up to 8 serial outputs on ESP32.
Supports 1 Relay output on V3 HW, (8 relay outputs on ESP32).
Supports 16 PWM outputs on ESP32 (requires PCA9685 module).
Supports SD card for local storage of files for FPP/FSEQ support.
Has built in Test effects that can drive all outputs. (Auto disable if input data is detected).
The current V4.x firmware will run on the following modules:
espsv3, (V4 on the V3 HW)
d1_mini,
d1_mini_pro,
d32_pro,
d32_pro_eth,
esp32_cam,
esp32_ttgo_t8,
d1_mini32,
d1_mini32_eth,
esp32_bong69,
esp32_wt32eth01,
esp32_quinled_quad,
esp32_quinled_quad_ae_plus,
esp32_quinled_quad_ae_plus_8,
esp32_quinled_quad_eth,
esp32_quinled_uno,
esp32_quinled_uno_ae_plus,
esp32_quinled_uno_eth,
esp32_quinled_dig_octa,
esp01s, (V4 on the V1/2 HW)
d1_mini_mhetesp32minikit,
olimex_esp32_gw,
d1_mini_twilightlord,
d1_mini_twilightlord_eth,
esp32_devkitc,
esp32_quinled_uno_eth_espsv3, (Quinled processor on V3 HW)
esp32_quinled_uno_espsv3, (Quinled processor on V3 HW)
m5stack_atom,
esp3deuxquatro_dmx,
esp32_wasatch
The V4 .x code in the forkineye GitHub site is quite old. The most current V4.x code is available here :
https://github.com/MartinMueller2003/ESPixelStick/releases/download/dist/dist.zip
Or here:
https://github.com/MartinMueller2003/ESPixelStick/releases/tag/dist
These site are updated by one of the code makers, Martin Mueller and includes binaries for various ESP8266 and ESP32 modules.
ESPixelStick Software: https://github.com/forkineye/ESPixelStick
ESPixelStick Web Site: https://forkineye.com/espixelstick/
There is also the ESPixelStick Software Web Flasher available here:
https://espixelstickwebflasher.from-ct.com:5000/
ESPixelStick vs WLED?
WLED is similar to ESPixelStick in that it allows you to drive pixels using sACN/E1.31 data. In addition WLED supports ArtNet and has a huge amount of built-in effects. While I do love WLEDs wide range of effects and other features, I have found ESPixelStick to be more stable when you just want to streaming sACN/E1.31 data.
Since WLED will run on all versions of the ESPixelStick hardware you can easily install the firmware and try it. The ESPixelStick V1/V2 hardware versions can only run the ESP-01 version of WLED, this version fits on the smaller flash of the ESP-01 and is missing the “over the air” firmware update feature. The ESPixelStick V3 hardware version runs the ESP8266 version of WLED and includes all features.
Other Hardware?
The ESPixelStick firmware is open source and will run on any ESP8266 variant. One of the most convenient is the ESPixelPOPs board which is similar to the ESPixelStick V1 board.
QuinLED makes some ESP32 based boards that support ESPixelStick V4 firmware
DMX Output
All versions of the ESPixelStick firmware can be set to send out DMX or Renard serial data instead of Pixel data. On the V3.2 version of the firmware (used for the V1/V2/V3 boards) you select either the Pixel (for driving pixels) or the Serial (for sending DMX or Renard data out) version of the firmware when flashing the board. On the V4.x version I believe you configure this from a menu once the firmware is loaded.
The V3 version of the hardware has the DMX RS-485 driver built in while on the V1/V2 hardware versions you will need to add a driver. Here are some site with further information on such interfaces:
Other things of note
After uploading the V3.2 firmware on the V1/V2 hardware you must manually reset the ESP-01 module even though the updater says that it has rebooted.
The ESP-01 modules (used in the V1/V2 hardware only have 1 Meg FLASH which limits you from installing the V4.x firmware (or the full version of WLED). If you are willing to try SMD soldering then you can upgrade the ESP-01 FLASH to 4 Meg by replacing the chip. The 4 Meg chips cost very little and it`s not too hard to try:
Due to the lack of GPIO pins on the ESP-01 you won`t get any of the additional hardware features but you will be able to run the latest firmware (though I don`t know if the V4.x firmware has any enhancements that would make it worth your time)
Note that there is now an ESP-01S available that has 4 Megs of flash so that’s an option also
WLED & E1.31 Input
While I have been using WLED to control pixels for quite a while I have mainly used the built-in effects. However WLED does work with E1.31 (also called SCAN – Streaming Architecture for Control Networks) which lets you send DMX512 over an IP Network. E1.31 is a standardized implementation that improves on the Art-Net protocol.
Recently I started using WLED controlled pixels with some LED mapping software called ELM. ELM lets you map video, images or effects across the physical representation of your LEDs. The output can be controlled manually (via various inputs including DMX, MIDI, etc) or by an audio reactive mode. There are other LED mapping applications like MADRIX, MadMapper, LED Strip Studio that have similar features (and probably more) but ELM is quite a bit cheaper to get started with. Enttec (who make ELM) also sells Ethernet based pixel controllers and currently you get a free license for ELM if you purchase any of their controllers. Not a bad deal if you need a wired pixel controller.
To use e1.31 with your WLED controlled pixels you have to understand the concept of DMX channel and universe addressing when using a network connection..
A single DMX universe consists of 512 separate channels. This is what you get in a single wired DMX connection (it uses RS-485 signaling over twisted pair cabling). While 512 channels was a lot when using incandescent stage lighting it doesn’t go very far once you start using addressable pixels. Each pixel uses 3 DMX channels (one for the red value, one for the green value and one for the blue value) so a single DMX universe can only control 170 pixels (170 x 3 = 510). As you can see it uses 510 channels leaving 2 channels of the universe unused. So for WLED your first 170 pixels will use this first universe. WLED ignores the unused channels of this first universe and starts the next pixel (pixel 171) as channel 1 of the next universe. And it repeats as required for the number of pixels your WLED device is controlling.
In WLED you can configure the starting DMX universe (and the starting DMX channel) but then WLED automatically uses as many additional DMX universes as required ( in numerical sequence). This can get a bit confusing so it is best to determine all your DMX addressing ahead of configuring it. As an example let’s say you have WLED controlling 600 pixels. Assuming you set both the start universe and start channel to 1 then your E1.31 addressing would be as follows:
- DMX Universe 1 Channels 1 to 510 Pixels 1 to 170
- DMX Universe 2 Channels 1 to 510 Pixels 171 to 340
- DMX Universe 3 Channels 1 to 510 Pixels 341 to 510
- DMX Universe 4 Channels 1 to 180 Pixels 511 to 600
If you had a second WLED controlling another 600 pixels I would configure this second WLED controller to use 5 as the start universe and 1 as the start channel:
- DMX Universe 5 Channels 1 to 510 Pixels 601 to 770
- DMX Universe 6 Channels 1 to 510 Pixels 771 to 940
- DMX Universe 7 Channels 1 to 510 Pixels 941 to 1110
- DMX Universe 8 Channels 1 to 180 Pixels 1111 to 1200
E1.31 supports over 63,000 universes so no sense in trying to save a few channels (i.e. trying to make use of remaining channels in any universe).
For best results there are some general recommendations when using E1.31 with WLED:
- Don’t use more than 3 universes (510 pixels) on a ESP8266 based controller.
- Don`t use more than 3 universes (510 pixels) per output on a ESP32 based controller.
- Disable sleep when using a ESP32 (this is in the Wi-Fi settings)
- Don’t use WLED in the AP mode
- Don’t send E1.31 data from multiple sources to a single WLED controller
- Don’t keep the web GUI open when sending E1.31 data
For more information on the various E1.31 & Art-Net setting in WLED check out this support page:
WLED & DMX Output
While using the wired DMX output on WLED limits you to a single universe (512 DMX channels or 170 RGB pixels) it does let you make use of any DMX fixtures you may have. These are often much better for lighting large areas. It also lets gives you a very economical way to make a stand alone DMX controller while a huge number of built in effects. Saves you having to pull out a lighting console to make use of your DMX lights. While WLED does have incredible support at https://kno.wled.ge/ , I did find it difficult to get much information on using the DMX output. So I created a page with some DMX information that will hopefully help: WLED DMX
Christmas Pixel Lighting Information
A huge driver in the development of DIY led pixel systems has been the Christmas Lighting community. Here is a huge list (from the maker of the Canispater Christmas Videos) of some related sites.
I also have a page with information on the ESPixelsPOP controller (which can run the ESPixelStick or WLED firmware) which you can find here: ESPixelPOPs
FOR PEOPLE NEW TO PIXELS / RGB DISPLAYS
PLEASE read/watch these links, as it will likely answer most questions people have!
- Christmas Lighting 101 Manual (PDF)https://auschristmaslighting.com/threads/auschristmaslighting-101-manual.1889/
(FREE Registration required) - Canispater Christmas Videos (YouTube)https://www.youtube.com/channel/UCby1v6Kbi8AHMkV2yMyF1MQ
- Virtual Christmas Summit – 2020https://www.youtube.com/channel/UCnaWNawzcUpkKlUxsDUGNwQ/videos
- xLights Manualhttps://manual.xlights.org/
HOW-TO’S AND RESOURCES
- AusChristmasLighting 101 manualhttps://auschristmaslighting.com/threads/auschristmaslighting-101-manual.1889/
- Audio Issues- https://youtu.be/L4QHLqkRUic
- Searching the ForumsRudolph Search – https://rudolphsearch.com/
- xLights Manual – https://manual.xlights.org/
- FPP Manual – https://falconchristmas.github.io/FPP_Manual.pdf
- PiCap Manual (Unofficial) – https://github.com/nick-diel/Falcon-PiCap-Manual
- PiCap Connectors – http://falconchristmas.com/…/topic,12211.0/topicseen.html
- Reproducing Real World Light – http://planetpixelemporium.com/tutorialpages/light.html
- Pigtail / Connector Identification – https://www.wiredwatts.com/learn-connectors
- Classic C9 Light look in xLights – http://doityourselfchristmas.com/forums/showthread.php…
- FPP building on the Pissh in to the pi, cd to /opt/fpp/src, and “sudo make” should work.Pi:
https://falconchristmas.com/forum/index.php/topic,12994.0/topicseen.html - Falcon FusesImportant to get ATM, likely 5 Amp
https://falconchristmas.com/forum/index.php/topic,5724.msg58158.html#msg58158 - Jiffy Box Tester https://www.facebook.com/groups/xLights/permalink/3187552024613864
- xSchedule Background SequencesExplained http://videos.xlights.org/xschedule-background-sequences-explained_7c297424d.html
- Open Source PiHat https://github.com/computergeek1507/KiCad_Designs/tree/master/PiHat
- Power Injection – http://spikerlights.com/pwrinjection.aspx
- xSchedule for Machttps://facebook.com/groups/xLights/permalink/3416449571724107
- GE Matrix Arch Spinner Frame Buildhttps://drive.google.com/file/d/13po1Y5HJJICTPyMRanQPK7TaJ0sxICum/view?fbclid=IwAR0cahl9BSqvZx_rSacp4sxC54p24Y5WXWFlcrt9TEB_1Latc7cCUdmvNZk
- Kulp F8-PB Setuphttps://youtu.be/oUqZZUZYKqE
RGB / PIXEL VENDORS
- All Things Pixels – https://allthingspixels.com/
- Build a Light Show (UK) – https://buildalightshow.com/
- Crockett Fantasy of Lights (CFOL) – https://cfolights.com/
- Holiday Lighting Shop – https://www.holidaylighting.shop/
- Mattos Designs – https://mattosdesigns.com/
- Paul Zhang – https://www.aliexpress.com/store/4478030
- Ray Wu – https://www.aliexpress.com/store/701799
- Scott LED – http://www.scottled.com/
- Wally’s Lights – https://www.wallyslights.com/
- Wired Watts – https://www.wiredwatts.com/
- Wizard of Wire – https://www.wizardofwire.com/
CORO VENDORS
- Boscoyo Studio – http://www.boscoyostudio.com/
- Build a Light Show (UK) – https://buildalightshow.com/
- Custom Christmas Creations – https://customchristmascreationsccc.com/
- EFL Designs – https://www.EFL-Designs.com
- Gilbert Engineering – https://gilbertengineeringusa.com/
- Holiday Prop Shop – https://www.holidaypropshop.com/
- Ink Creations – https://www.inkcreations.com.au/shop/
- Northern Lights Decor – http://nl-decor.com/
SEQUENCE VENDORS
- Bostick Family Light Show – https://bostickfamilylightshow.com/
- Custom Light Creations – https://customlightcreations.com/
- Holiday Sequences – https://www.holidaysequences.com/
- Inspire Light Shows – https://inspirelightshows.com/
- Jolly Jingle Sequences – https://www.jollyjinglessequences.com/
- Laredo Lights (Singing Faces) – https://store.laredolights.app/
- LED Warehouse – https://the-led-warehouse.com/collections/whole-house
- Light Em Up Sequences – https://lightemupsequences.com/
- Lights of the Night – https://lightsofthenight.com/
- Luminous Harmony – https://www.luminousharmony.com/
- Magical Light Shows – https://magicallightshows.com/
- Nutcracker Sequences – http://www.nutcracker123.com/store/
- OG Sequeneces – http://ogsequences.com/
- Pixel Pro Displays – https://www.pixelprodisplays.com/
- RGB Sequences – https://rgbsequences.net/
- Sequence Armory – http://sequencearmory.com/
- Sequence Solutions – https://sequencesol.com/
- Showstopper Sequences – www.showstoppersequences.com
- Visionary Light Shows – https://visionarylightshows.com/
- Whimsical Light Shows – https://www.whimsicallightshows.com/
- xTreme Sequences – https://www.xtremesequences.com/
CONTROLLER VENDORS
- http://nutcracker123.com/nutcracker/rgb_controllers/
- Build a Light Show (UK) – https://buildalightshow.com/
- CCL Controllers – https://cclcontrollers.com/
- Experience Lights – https://experiencelights.com/
- Falcon Controllers – https://www.pixelcontroller.com/
- Hanson Electronics – http://www.hansonelectronics.com.au/
- Holiday Light Express – https://www.holiday-light-express.com/RGBcontrollers.php
- Kulp Lights – https://kulplights.com/
- Mattos Designs – https://mattosdesigns.com/
- Pixel2Things AC Controllers – https://www.pixel2things.com/
- Renard Plus – https://www.renard-plus.com/
- SanDevices – https://sandevices.com/
- Wayne J “SS” Renard AC Controllers – http://doityourselfchristmas.com/forums/showthread.php?22450-SS-Renard-Kits-Now-Available-(current-12-1-19)
OTHER VENDORS
- AJs Outlet – https://www.ajsoutletstore.com/
- Canny Systems – https://www.cannysystems.com/
- Mattos Designs – https://mattosdesigns.com/
- Wizard of Wire – https://www.wizardofwire.com/
LIGHTING FORUMS
- AusChristmasLighting – https://auschristmaslighting.com/forums/
- Christmas Carolina – http://www.christmascarolina.com/
- DIY Christmas – http://www.diychristmas.org
- DIY Light Animation – http://diylightanimation.com
- Do It Yourself Christmas – http://doityourselfchristmas.com
- Falcon Christmas – http://falconchristmas.com/forum/
- Nutcracker / xLights – http://nutcracker123.com/forum/
- Planet Christmas – http://forums.planetchristmas.com/
Animatronic Skulls & DIY Information
If you are looking for information on purchasing or making your own animatronic skull I have a page with information that you can find here:
There are a few sites that sell completed animatronic skulls but they are pretty expensive. I also have a collection of links for DIY animatronic skulls (and birds) along with a few sources of general DIY animatronic related information.
Addressable LED Information
If you are playing with addressable RGB LEDs then you know there is a daunting array of pixel types, controller types, protocols, etc. that can get very confusing. Someone (and I can`t seem to confirm who) maintains a Google Sheet that is a wealth of such information. Called the Awesome LED List you can find it here:
If the link above doesn’t work, you can also find it here:
https://docs.google.com/spreadsheets/d/10pHG7_VIVltyqJK1Y0T5g3Iq6YJV2MnhMp3UcAVB-GA
I don’t think there is a better resource of addressable pixel type LED information anywhere…
On a much smaller scale I do have a small presentation on using addressable LEDs that you can find here:
You might find it helpful also..
DIY AIS Receiver
I live near a busy harbour and wanted some dynamic data for my NMEA2000 testing. A DIY AIS receiver seemed like a ideal plan and I had most of the parts in my spare parts pile. Found a site that had a prebuilt Raspberry Pi image and I also found a quick and very cheap way to make your own antennas out of coax and PVC tubing. Mounted it all in a box outside and was soon seeing real-time marine traffic. See this page for all the details: AIS Receiver
NMEA2000 Testing & Troubleshooting
My brother in-law bought a sailboat and was having some issues with the mast mounted wind sensor. Not only was it hard to access (it’s over 60 feet high) but the boat uses the NMEA2000 data bus to connect all the instruments. A further complication is that it uses the SIMRAD SIMNET network cabling. I did some research and found a way to make a very cost effective DIY adapter to allow you see the NMEA2000 traffic in real-time using very good free software. Check out my NMEA2000 Testing & Troubleshooting page
DIY Animatronic Sites?
There don’t seem to be many DIY animatronic web sites around but there are a few pretty active Facebook sites. All of them are private, to help keep down the spam, so you have to request access. These groups are well worth it to find DIY animatronic info:
DIY Animatronics Group – https://www.facebook.com/groups/891805981203854/
Animatronic Builders – https://www.facebook.com/groups/747161395755561/
DIY Halloween Animatronics – https://www.facebook.com/groups/DIYHalloweenAnimatronics/
THE ANIMATRONIC FORUM – https://www.facebook.com/groups/215520962797038/