/ZeroBro

Flipper Zero cost-effective DIY

Primary LanguageCGNU General Public License v3.0GPL-3.0

ZeroBro

ZeroBro is a cost-effective DIY alternative to the Flipper Zero, providing a similar functionality and design while catering to budget-conscious enthusiasts.

ZeroBro

  • UART - ESP comunication With Arduino Pro Micro (BadUSB). >>>
  • SPI - ESP communication With RFID Reader. >>>
  • GPIO - IR Receiver And Transmitter With Arduino Pro Micro. >>>
  • SPI - ESP communication With TFT ILI9341. >>>
  • I2C - ESP communication With OLed 1306. >>>

TFT Screen:

ESP32-TFT-ILI9341

Oled Screen:

img

img

Experimental

Multi Oled Screens using TCA9548A with I2C (Arduino Sketch). >>> img

ESP32 LAN8720 Ethernet (Arduino Sketch). >>>
img

Hardware

  • CPU

    • NodeMCU ESP32. >>>
    • Arduino Pro Micro. >>>
  • Peripherals

    • RFID Reader - RC522. >>>
    • IR Transmitter / Receiver - 38Khz. >>>
    • TFT - ILI9341. >>>
    • Oled - SSD1306. >>>
    • GPS - GY-NEO6MV2. >>>
    • GSM - SIM800L. >>>
    • LAN - LAN8720. >>>
  • Power Supply

    • 18650 Battery bay (3v/5v + protection). >>>
    • 18650 Batteries with protection. >>>

    Power

Starting to design a modular system where each layer consists of a set of components:

  • ESP32 Layer

img

  • Arduino Micro Layer

img

  • GPS Layer - SIM800L

img

Environments

ESP

  • ESP IDF FRAMEWORK: 4.1.4
  • Visual Code

Arduino Pro Micro

  • Arduino IDE
### TASK LIST
- [x] Connect to TFT/OLED
- [ ] Navigation Control
- [ ] USB HID INTERFACE
- [ ] CC1101 RF INTERFACE
- [x] 18650 Battery Bay
- [ ] SD Card INTERFACE