Skip to content

Console chatting between two MSP430's equipped with IR LED and reciever

Notifications You must be signed in to change notification settings

chrissphinx/MSP430-IR-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSP430 IR Chat Program

Program using IR to communicate between two MSP430's connected via USB.

To Do

  • Clean up and separate send/receive
  • Rework shell code, only need 'send' & 'help'
  • Use only 8 bits, consecutive until 'null' transmitted
  • Receive code should build string and return it

Architecture

  • Receive using TIMER1_A0
  • Receive on P2.0
  • Send using TIMER0_A0
  • Send on P1.6 (PWM)

About

Console chatting between two MSP430's equipped with IR LED and reciever

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages