Skip to content

🚪 The main entry point for Firefly Zero on the device

License

Notifications You must be signed in to change notification settings

firefly-zero/firefly-main

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

firefly-main

The entry point for the Firefly Zero device firmware.

It initializes all drivers and ESP32 peripherals, passes it into firefly-hal, and then runs firefly-runtime in a loop.

Flashing

First, you need to know which version of the device you have:

  • v1: The very first prototype (FOSDEM 2025). It's in a simple rectangle case and powered by two ESP32-S3.
  • v2: The next iteration of the prototype. The hardware components are the same but the pinout is different. This is the first prototype in a case with rounded corners.

Flashing:

  1. Install espup
  2. Install task
  3. espup install
  4. . ~/export-esp.sh
  5. Connect to the right chip on the device.
  6. task flash -- --port /dev/ttyACM0 --features v2

License

GPL-3.0. Any forks and extensions for Firefly Zero must be open source. However, this does not affect apps and games running on Firefly Zero. You can make your apps free or paid, open-source or proprietary.

About

🚪 The main entry point for Firefly Zero on the device

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages