EeeeBin / UIFlow-Firmware

UIFlow firmware
MIT License
14 stars 7 forks source link

How to build this firmware? #1

Open akx opened 5 years ago

akx commented 5 years ago

Hi there,

I've successfully flashed firmware_StickC onto my M5Stick to follow the instructions in the code repo.

However, I'd like to know where the source code and build instructions are that generate the firmware artifacts in this repo.

Can you assist?

jedie commented 4 years ago

I would also like to see the firmware source code published. That would be helpful and fair.

See also: https://github.com/m5stack/UIFlow-Code/issues/2

romor001 commented 4 years ago

I'd like to use the DS18B20 one wire sensor with the M5stack / Micropython: https://randomnerdtutorials.com/micropython-ds18b20-esp32-esp8266/

Alas the required Python modules (onewire, ds18b20) are not included in this build.

It would be very helpful to be able to bake my own version of this firmware.

Also this would possible result in a lot more community momentum.

chaoranxie commented 4 years ago

also interesting in the building instruction for the firmware, I would like to add sqlite support to the firmware.