Skip to content

DeuzivanLima/Flipper-Ino-A03

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flipper-Ino-A03 - 0.0.2b

Support Me At

  • bitcoin: bc1q0dl24vs9w3rkpwplc9wwlhh0qpglu26esw3mrq

What is it?

A firmware to simulate gadget cybersecurity; it's only for study purposes, but you can do real functions using modules like BMP280 with it. This is an experimental project, it is in the early stages, and I intend to improve it so that we can work with cybersecurity in an inexpensive and comprehensive manner.

Requirements To Compile

  • U8glib [by oliver]
  • Vector [by Peter Polidoro]
  • arduino-cli [by Arduino] (mandatory)
  • Adafruit_BMP280
  • Adafruit_Sensor

Compiling for Arduino Nano ATmega328P (Windows 10)

arduino-cli.exe compile -b arduino:avr:nano -p COM3 --clean --library .\include\ --upload --build-property build.extra_flags=-O3 --build-property build.extra_flags=-DNDEBUG --build-property build.extra_flags=-s

If You Want to Convert Pixel Art Image, 12x12 or 128x64, to CPP array

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.3%
  • Makefile 0.7%