RSS reader made by Haskell running on mbed platform.

The demo runs following process:

  1. Get IP address with DHCP
  2. Receive RSS feed from reddit.com
  3. Parse RSS feed for getting a title
  4. Show the title on Text LCD
  5. Loop

Demo movie

Software architecture

/media/uploads/masterq/s.jpg

Source code

https://github.com/ajhc/demo-cortex-m3/tree/master/mbed-nxp-lpc1768/samples/Haskell_Http


Please log in to post comments.