Giter Club home page Giter Club logo

th-12's Introduction

Demonstration Firmware for the TH12

Getting the code

    git clone https://github.com/malvira/th-12.git
    cd th-12
    git submodule init
    git submodule update

Building the code

Get the Toolchain

Build

    cd th-12
    make

This will produce the binaries that get loaded on the TH-12 hardware.

Load on to TH12 Hardware

Load and flash on to the TH12 using the PROG12 programming pod and the tools in libmc1322x. The PROG12 and tag-connect pinout uses the BBMC "redbee-econotag" layout.

    mc1322x-load -f coap-post-sleep_th12-lowpower.bin -t /dev/ttyUSB1 -c 'bbmc -l redbee-econotag erase'

Will load the main program in to RAM and execute it. To flash it so it persists over resets and power cycles:

    mc1322x-load -f flasher_m12.bin -s coap-post-sleep_th12-lowpower.bin -t /dev/ttyUSB1 -c 'bbmc -l redbee-econotag erase'

PLEASE NOTE to flash the m12 you MUST use the m12 build of flasher. This is in the m12 branch of libmc1322x. run make BOARD=m12

Documentation

Please see the TH12 Wiki for detailed documentation about how to use the coap-post-sleep firmware.

License

This source code is released under the same license that Contiki OS is released as.

th-12's People

Contributors

malvira avatar rgratwick avatar muffinator avatar

Watchers

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