Git Product home page Git Product logo

esp32-miltichannel-led-driver's Introduction

This is led controller firmware.

Device use ESP32 as main CPU and MCP7940 as RTC. Communication between processor realised by I2C bus.

Web UI Auth

http://192.168.4.1 or http://ledcontroller.local

Login: admin
Password: 12345678

Build firmware

  1. Download sdk and toolchain and setup instruction
  2. erase device idf.py erase_flash
  3. build firmware and flash idf.py flash

SSL Certs

openssl s_client -showcerts -connect fw.alab.cc:443 </dev/null 2>/dev/null|openssl x509 -outform PEM >fw_alab_cc.pem

OTA

  1. setup ota server url idf.py menuconfig
    • go 'component config' --> 'ota'
    • change the path to the real http server
  2. build firmware and flash idf.py flash
  3. reboot the device and connect to the access point
  4. configure WiFi on http://192.168.4.1
  5. hold the "IO0" button after loading for 3 seconds. this will start the OTA sequence.

"Buy Me A Coffee"

esp32-miltichannel-led-driver's People

Contributors

9zigen avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

esp32-miltichannel-led-driver's Issues

Unable to build the code with latest ESP-IDF V5.1

Unfortunately the given code is not able to build the code with latest ESP-IDF V5.1:

  • ESP-IDF version compatibility is not documented, according to web interface "SDK: v5.1-dev-2668-g4c98bee8a4
    "
  • components not listed in idf_component.yml (missing at all)
  • esp_adc_cal.h seem to be renamed to esp_adc.h in current IDFs
  • portTICK_PERIOD_MS not defined (some change in freeRTOS portTICK_RATE_MS <> portTICK_PERIOD_MS)

Could you please document the used ESP-IDF and toolchain, I would very much like to debug the other issues

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.