Monday, October 22, 2007

Cold Weather in Austin..

The temperature dips below 10 degrees for the first time this fall..yey!

Tuesday, October 2, 2007

TCP/IP on 8051

I have been interested in programming with micro-controllers since my early days in college...I enjoy the really clean view that programming a micro-controller gives compared to programming for more complex stuff, which is marred by layers of high level languages and compilers.

I have recently acquired an ethernet card to interface with my 8051 micro-controller board, I intend to implement the TCP/IP stack on that. (I guess I would end up implementing UDP before TCP). Tag along as I have fun!