Git Product home page Git Product logo

nebelmaschineartnet_esp8266's Introduction

NebelmaschineArtNet_ESP8266

This project involves controlling a fog machine using an ESP8266 microcontroller via the Art-Net protocol. It includes both the firmware for the ESP8266 and the web interface for configuring and controlling the fog machine.

Table of Contents

Overview

This project allows you to control a fog machine using an ESP8266 microcontroller via Art-Net, a protocol for sending DMX512 data over an IP network. The system includes a web interface to configure and operate the fog machine.

Features

  • Control fog machine via Art-Net protocol
  • Web-based configuration and control interface
  • OTA (Over-The-Air) updates for firmware

Requirements

  • ESP8266 microcontroller
  • Fog machine with a wire to start to power the pump
  • Optional: Art-Net compatible lighting controller software or hardware

Installation

Hardware Setup

  1. Connect the ESP8266 to the fog machine using, for example, a relay.
  2. Ensure the ESP8266 is powered and connected to your local network.

Software Setup

  1. Clone or download the repository.
  2. Open the Arduino IDE and install the required libraries:
    • ESP8266 board support
    • ArduinoOTA
    • ESPAsyncWebServer
    • DNSServer
    • ArtNet
  3. Open the main/main.ino file in Arduino IDE.
  4. Configure your Wi-Fi settings and other necessary configurations in main/fog_config.h.
  5. Upload the code to your ESP8266.

Usage

  1. Once the ESP8266 is powered and connected to the network, access the web interface by entering the IP address assigned to the ESP8266 in your web browser.
  2. Use the web interface or Art-Net to configure and control the fog machine.

File Structure

  • main/: Contains the main firmware files for the ESP8266.
  • web/: Contains the files for the web interface.
  • TechnikFLGFogmachine.Fixture: Configuration file for the fog machine.
  • convert.py: Python script for converting the web fils into ".h" files.

Contributing

Contributions are welcome! Please fork this repository and submit pull requests with your changes. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.