https://github.com/nthnn/fakfak-bird-oled
A fun Flappy Bird-like game in Arduino Nano
https://github.com/nthnn/fakfak-bird-oled
arduino arduino-nano firmware game
Last synced: 4 months ago
JSON representation
A fun Flappy Bird-like game in Arduino Nano
- Host: GitHub
- URL: https://github.com/nthnn/fakfak-bird-oled
- Owner: nthnn
- Created: 2023-03-27T16:45:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T18:35:52.000Z (about 2 years ago)
- Last Synced: 2025-01-13T07:21:58.747Z (5 months ago)
- Topics: arduino, arduino-nano, firmware, game
- Language: C++
- Homepage:
- Size: 45.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fakfak Bird ATMega328P-OLED
I’ve made this mini-project with the use of an Arduino Nano I had in my electronics’ box. Using an 128x64 monochromatic OLED and a capacitive touch sensor And yeah, it’s all fun and games.
## Wiring
The wiring is simple to do, as shown in the diagram below. I've used an I2C bus so that it won't be a pain to wire up and solder a 7-pin monochromatic OLED display.
Disclaimer: I used [Fritzing](https://fritzing.org/) to create the diagram below.

## Demo
[Here](./res/fakfak_bird_demo.mp4)'s an actual demo of the project. Below is the actual prototype demo I've made.

The monochromatic OLED display flickers due to the limitations of the camera I used.
## Running the Project
If you’re familiar with Visual Studio Code already, you must have the PlatformIO extension installed. If so, then you can simply open the repository folder from the PlatformIO workbench and click the upload button below the Visual Studio Code on the lower left of the status bar.