Git Product home page Git Product logo

gsm-based-avr-message-editing's Introduction

GSM-based-AVR-message-editing

The project is a simple message editor using: an AVR ATMega32, a LCD, and a 4x4 keypad.

  • The buttons on the keypad are treated like buttons of an old phone where each button can input several different characters.
  • If one of the number buttons is pressed more than once in a row, the character entered by the button is looped among a set of predefined values.
  • The editor also has the ability of scrolling up and down using buttons in the keypad, after which the user can return to the last cursor location simply by pressing any other key.
  • The user also has the ability of clearing the whole text or backspacing (deleting the last entered character).
  • The text entered by the user is stored in memory in an array named storage[][], so that the user can send the values of the array as a text message (but the code and the circuit needs to be modified in order for the user to be actually able to send an SMS).

Requirements:

  • Atmel Studio 7
  • Protous 8

Usage:

  • Open the project in Atmel studio, the code is in main.c.
  • Edit the code if needed, then build the project to a .hex file (or you can use the one provided)
  • Open up the Protous file: "AVR Message editor.pdsprj"
  • Double click on the AVR Microcontroller.
  • Click on the folder icon next to "Program file".
  • Select the .hex file from the atmel project (e.g. Atmel Studio\7.0\GccBoardProject1\GccBoardProject1\Debug\GccBoardProject1.hex)
  • Run the simulation in Protous and press the different keys on the keyboard, see the results on the LCD.
  • The same file can be written into an actual AVR chip, see online tutorials on how to do that.

Please don't hesitate to contact me if you have any questions/ comments regarding the project.

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.