PersonalSoundtrack: Development Blog

The open-source music player that detects your walking or running speed and plays songs from your music library that match your pace. Song speed is adjusted in real-time to match subtle variations in your gait, while larger, deliberate pace changes cause the device to change songs. You simply put it on and begin moving; that's it.

Sunday, November 05, 2006

pic usart serial references

i hate when people don't post the references they used to learn something, so i'm going to post what i've been reading on pic serial stuff.

pic 16f648a datasheet (page +-75 is all the serial stuff)

http://ww1.microchip.com/downloads/en/DeviceDoc/40044E.pdf

bit-banger serial tutorial
very good walk through of how serial works conceptually. it's really important to understand how serial works, and not the half-assed way of knowing. sit and read through the first paragraphs of this tutorial.

http://www.winpicprog.co.uk/pic_tutorial7.htm



explanation of common pic terms (CLK1, MCLR, RB7, TOCK1, VSS)
good for just learning what youre supposed to hook up to what.
http://www.mstracey.btinternet.co.uk/pictutorial/picmain.htm


BPS (bits per second) VS. Baud Rate
this is useful to understand in general. in fact, it's short, so if you're doing pic serial stuff, just read it. good to understand baud vs. bps.

http://www.totse.com/en/technology/telecommunications/bitsbaud.html



connecting pic to a PC
in case you want to.

http://www.tigoe.net/pcomp/code/archives/picbasic_pro/000293.shtml

0 Comments:

Post a Comment

<< Home