zwolenik / FlipperZeroEsp32

Flipper Zero firmware on ESP32

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flipper Zero for ESP32

WARNING: THIS IS A WIP! NOT A FINISHED PROJECT!

This project is created from code at:

Notes for developers

Hardware

ESP32

To run Jetpack, you need an ESP32 dev board (e.g. Wemos D1 Mini, ESP32-WROVER Kit) or ESP32 core board (e.g. ESP32-DevKitC). The ESP32 must have 4 MB of SPI flash memory on board.

Display

You can connect a 128 x 64 pixel OLED display driven by an SSD1306 chip. We currently support only support i2c protocol.

Display to ESP32 connections:

  • GND to GND
  • VDD to 3.3V
  • SCK to GPIO 22
  • SDA to GPIO 21

License

GNU General Public License Version 3

Third party licenses can be found in their respective folders in components/. The original Flipper firmware license is also LGPL V3.

About

Flipper Zero firmware on ESP32

License:GNU General Public License v3.0


Languages

Language:C 87.0%Language:C++ 11.6%Language:Uno 0.9%Language:Python 0.3%Language:Shell 0.1%Language:Roff 0.1%Language:Assembly 0.0%Language:CMake 0.0%Language:R 0.0%Language:Lua 0.0%Language:CSS 0.0%Language:Makefile 0.0%Language:Batchfile 0.0%Language:Swift 0.0%Language:Dockerfile 0.0%Language:PowerShell 0.0%Language:Starlark 0.0%Language:Objective-C 0.0%Language:MATLAB 0.0%