Giter VIP home page Giter VIP logo

avrlarm's Introduction

AVRlarm

Build Status Coverity Scan Build Status MIT License

AVRlarm is an AVR alarm system designed for 8-Bit Atmel CPUs (ATmega2560) that monitors specified I/O ports and offers GSM (SMS) notification.

Hardware dependencies

AVRlarm has been proven to work with various GSM modems like for example the Siemens TC35, SIM800 and SIM900.

Building

AVRlarm requires an installed avr-gcc compiler to be built. To build and link the sources, you simply have to execute

$ make

This will generate a .hex file, ready to be uploaded to your AVRs EEPROM.

Installing

AVRlarm can be directly installed to the target via Make if avrdude is in PATH:

$ make flash

This assumes per default that your device is available on /dev/ttyUSB0. To override the flash target, simply override the DEVNAME variable, like so:

$ DEVNAME=/dev/ttyUSB1 make flash

avrlarm's People

Contributors

nathanhi avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  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.