This is a simple ArtNet node application for a 3D printed moving head using NodeMCU V3.
Watch it in action: https://youtube.com/shorts/YtfIU0vCi1o
3D printed using this awesome model by Joel Brisson.
Those are the 8 DMX (over ArtNet) channels:
- R, G, B
- Intensity
- Strobe
- Pan
- Tilt
- Pan/Tilt speed
You can change the default channel by changing #define DMX_CHANNEL_BASE <starting-channel>
in src/main.cpp
.
Developed using PlatformIO, target platform NodeMCU V3 (esp8266).
Connects using the following pins:
- D1: Pan (servo)
- D2: Tilt (servo)
- D5: R (pwm)
- D6: G (pwm)
- D7: B (pwm)
Copyright © 2023 Andrea Ghidini.
Lobster Mini Moving Head is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Lobster Mini Moving Head is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Lobster Mini Moving Head. If not, see https://www.gnu.org/licenses/.