Giter Site home page Giter Site logo

avr-ui-experiment's Introduction

AVR UI Experiment

Overview

After the AVR project. I wanted to continue adding more components and experiment with the microcontroller, just to feed my curiosity.

The UI design uses bitmaps of the images that is stored in flash memory. There are three buttons: Up, Down, Select. It is used to navigate the menu. Each selection will display a new screen, showing the operation.

The main board (ATMega328P) acts like a "control panel" that displays three menu selections:

  • UART: Similar to the previous project, as an onboard UART receiver to test a simple LED blink (9600 Baud rate)

  • View Files: This was meant to use FatFs or Petit FatFs to view files stored on the microSD/SD card. However, due to the complexity, I have yet to investigate this further.

  • BLE Buzz: A buzzer connected that will active when selected. A blue LED will turn on. Sending a specific command will turn the buzzer and LED off. This acts like a lost and found device.

Upon every selection, a logger hooked up to the main boards UART pins receive what has been selected and records the process. The microSD/SD breakout board is connected to the SPI pins. Its purpose is to read the contents of files.

NOTE: The microSD/SD breakout board is optional as it is still a work in progress.

Resources

Hardware Resources

  • +3.3V power supply
  • 6 pin ISP programmer
  • Kingston Canvas Select Plus MicroSDHC 32 GB
  • 16 MHz crystal oscillator - x2
  • 10K ohm resistors - x4
  • 22pF capacitor - x4
  • Blue LED - x2

Main board

  • ATMega328P
  • SparkFun OpenLog
  • HC-05 Wireless Bluetooth Module
  • SH1106 128x64 I2C OLED
  • 0.1uF capacitor - x3
  • Tactile push buttons - x3

Receiver

  • ATMega328

Software Resources:

Notes & References

(Makefile included, this will include how to specifically compile the U8G2 library)

Demo

UI Demo

Schematic

schematic

avr-ui-experiment's People

Contributors

bnzel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.