When working on embedded projects with multiple people or in different places it can be useful to have people update the esp32 through some kind of web based tool. ESPtool.js is great for this. What I figured out is that I than always needed to bundle the correct bin files with some html file to share with people.
So I automated this; which might be useful for:
- People who want to quickly test some library or tool to see if it and how it works on their hardware. <- first poc to triage if it is worth investing time in this library.
- People who are more end-users, and don't want to change the source code beyond just simple password and wifi ssid. <- Simple home automation stuff
- People who currently don't have a device with platformio installed. <- Installing pulling and compiling any random sketch on a new laptop takes time.
How it works is that any library on github an have an associated github action, this will create a github page with all the compiled binaries ready to flash to the esp.
This library for example:
https://github.com/lemio/esp32_PoweredUp/tree/master
Then generates this page that people can visit to test the examples:
https://lemio.github.io/esp32_PoweredUp/
I'm curious to learn if this is useful for you and if it needs any changes. The source code for the automation is here:
https://github.com/lemio/ESP32-S3-Flash ... ble-action
PlatformIO CI in Github with web flasher
-
geertroumen
- Posts: 4
- Joined: Mon May 22, 2017 1:01 am
Jump to
- English Forum
- Explore
- News
- General Discussion
- FAQ
- Documentation
- Documentation
- Sample Code
- Discussion Forum
- ESP32-S31
- Hardware
- ESP-IDF
- ESP-BOX
- ESP-ADF
- ESP-MDF
- ESP-WHO
- ESP-SkaiNet
- ESP32 Arduino
- IDEs for ESP-IDF
- ESP-AT
- ESP IoT Solution
- ESP RainMaker
- Rust
- ESP8266
- Report Bugs
- Showcase
- Chinese Forum 中文社区
- 活动区
- 乐鑫活动专区
- 讨论区
- ESP32-S31 中文讨论版
- 喵伴 中文讨论版
- ESP-IDF 中文讨论版
- 《ESP32-C3 物联网工程开发实战》书籍讨论版
- 中文文档讨论版
- ESP-AT 中文讨论版
- ESP-BOX 中文讨论版
- ESP IoT Solution 中文讨论版
- ESP-ADF 中文讨论版
- ESP Mesh 中文讨论版
- ESP Cloud 中文讨论版
- ESP-WHO 中文讨论版
- ESP-SkaiNet 中文讨论版
- ESP 生产支持讨论版
- 硬件问题讨论
- 项目展示
Who is online
Users browsing this forum: No registered users and 1 guest
- All times are UTC
- Top
- Delete cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. ESP8266EX and ESP32 are some of our products.
Information
Espressif ESP32 ... Available now!