Git Product home page Git Product logo

mspnode's Introduction

JeeNodeJR 0.1

credits
  . based on jcw's <[email protected]> JeeNode work and protocol
  . uart implementation based on work from njc and hodgepig
	http://www.msp430launchpad.com/2010/08/half-duplex-software-uart-on-launchpad.html
	http://blog.hodgepig.org/2010/09/09/573
  . rfm12b bitbang spi based on simpleavr's spectrum analyzer
    http://www.simpleavr.com/msp430-projects/rfm12b-spectrum-analyzer
  . JeeLabsAndy provides msp430g2553 h/w/ spi code

objective
  . implements JeeNode protocal on msp430 low-end devices
  . provide basic subset of JeeNode library apis
  . be able to talk to original JeeNodes (AVR) 

known differences w/ JeeNode (AVR)
  . default rf module bitrate is 4.8kbps instead of 49.2kbps
  . does not support "easy" transmission functions yet
  . does not support eeprom config r/w yet

(2011-09-22)
  . reduce 32 bytes by adopting to 16bit h/w spi, thanks snowzach
  . also confirms 2231/2211/2452 h/w spi works on 1,4,8,12 Mhz clock
  . use cleaner macro to set dco clock from calibrated values

(2011-09-12)
  . provides the following rfm12b functions via rfm.h
    . rf12_initialize()
	. rf12_canSend()
	. rf12_sendStart()
	. rf12_recvDone()
	. plus some other internal functions
  . provides the following uart functions via uart.h
    . uart_init()
	. uart_getc()
	. uart_putc()
	. plus some other, see source code
  . communicates w/ rfm12b via spi
  . choice of h/w spi or bitbang spi
  . tested on msp430g2211/g2231/f2012/g2452
  . should work on most low-end msp430 devices



mspnode's People

Contributors

simpleavr avatar robomotic avatar

Watchers

James Cloos 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.