Skip to content

luicast/AfterburnerMonitorArduino

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AfterburnerMonitorArduino

This is to accompany the AfterburnerMonitor project.

Prerequisites

  • Arduino Nano (or any other, but connections might differ)
  • SPI OLED display
  • u8g2 library to drive the display
  • Some wires to connect the parts

Hardware connections

The used OLED display is connected as follows:

  • Arduino -> Display
  • 3V3 -> VCC
  • GND -> GND
  • D13 -> D0
  • D11 -> D1
  • D10 -> CS
  • D9 -> DC
  • D8 -> RST

Building

I used the Visual Micro plugin for Visual Studio. If you have it, download this repository and just open the sln file in Visual Studio.

If you want to use the Arduino IDE, download the OLED1.ino and main.h files and open them in Arduino IDE.

About

Arduino project to display MSI Afterburner data on an OLED display

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Other 56.6%
  • C 43.4%