Arduino Codes
-
OLED Graphics
Learn how to use Arduino to create animations on OLED screen.
If you know how to display a single graphic on OLED, then it will be easy for you to make animations!
Because Animations consist of few graphics displayed one after another at a high speed.
That’s it! -
Paining App
Fancy drawing?
With this project you will build a painter app and draw whatever you want on the OLED display
Use the potentiometer to access the setting on the LCD screen and choose between pen, spray or erase!
With the pushbuttons you can control the pen, spray or eraser up, down, left and right!
Enjoy drawing! -
Display Images
With this project, you can interface Arduino UNO with OLED monochrome screen and display your Logo or images.
First step:
• Choose your image and convert it to a Bitmap image
Second step:
• Convert the Bitmap image to HEX code
Third step:
• Save the file and upload the Arduino code -
Ping Pong game
Definitely, it’s the most fun project ever, PingPong game!
• Build one of the most popular Atari games, PingPong
• Learn how to program the computer to play against you
The speed of the ball increases with the score.
The computer is an excellent player! Good luck! -
Knob Osciloscope
Another interesting way to visualize the data from the sensors Build you own oscilloscope OLED screen and display the data from:
• Potentiometer
• Light sensor
• Temperature sensor
• Microphone
Also you can see the voltage rise and drop of a fading LED! -
Snake game with OLED
Have you ever played a snake game? With this project, you can make your own snake game. Use the pushbuttons to control the snake! Adjust the speed with the potentiometer! It’s a fun project to practice your Arduino coding skills.