Git Product home page Git Product logo

deej-esp32's Introduction

Control deej via Wi-Fi with an ESP32

A basic project to control my fork of deej via UDP using an ESP32 microcontroller.

Getting started

  1. Install PlatformIO Core
  2. Clone this repository
  3. Change upload_port in platformio.ini to point to where your ESP32 is connected
  4. Change the board to whatever model you have
  5. In the src folder, copy configuration.h.sample to configuration.h
  6. Fill in the details in configuration.h
    • DEST_IP: the host where you're running deej
    • SSID: the name of your Wi-Fi connection
    • PASSWORD: the password for your Wi-Fi connection
    • HOSTNAME: the hostname you want the ESP32 to assume on your network. The default value is fine.
  7. If you have more or fewer than 5 sliders, change the code in src/main.cpp accordingly
  8. In a terminal, run platformio run

deej-esp32's People

Contributors

iamjackg avatar

Stargazers

 avatar

Watchers

 avatar  avatar

deej-esp32's Issues

Does not process UDP packets

Hi, I edited your esp8266 code, packets are sent, the pc receives them, but the program does not respond to them, tell me, what could be the problem?

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.