Git Product home page Git Product logo

esp_pixel_helper's Introduction

Flash

python esptool.py -p /dev/tty.usbserial-0001 -b 460800 --before default_reset --chip esp32 write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x1000 bootloader.bin 0x8000 partitions.bin 0x10000 firmware.bin 0x290000 littlefs.bin

esp_pixel_helper's People

Contributors

changes729 avatar

Watchers

 avatar

esp_pixel_helper's Issues

Version 0.1.0 TODO List

版本目标:

  • 网络配置
  • 网页服务器
  • LED 控制器
  • Web LED 控制器

工程质量问题:

  • Network部分代码丑陋 #1

工程问题:

  • 网络管理模块和网络信号问题 #4
  • 32MB 文件系统烧录问题 #3
  • 疑似内存不足 #8

疑似内存不足

network_manager.cpp#define NET_CONF_MAX_SIZE 1024 / 3 修改为 #define NET_CONF_MAX_SIZE 1024 之后,网页保存数据会崩溃

Web点灯延迟问题

Web点灯到屏幕灯色变化存在一定延迟,不是实时的。特别影响使用体验

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.