<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.8devices.com/wiki_carambola/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.8devices.com/wiki_carambola/feed.php">
        <title>Carambola Wiki</title>
        <description></description>
        <link>http://www.8devices.com/wiki_carambola/</link>
        <image rdf:resource="http://www.8devices.com/wiki_carambola/lib/tpl/carambola_v2/images/favicon.ico" />
       <dc:date>2012-05-19T04:50:03-05:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.8devices.com/wiki_carambola/doku.php/carambola_connecting_lcd_display"/>
                <rdf:li rdf:resource="http://www.8devices.com/wiki_carambola/doku.php/carambola_demo_projects"/>
                <rdf:li rdf:resource="http://www.8devices.com/wiki_carambola/doku.php/carambola_connecting_ht1632"/>
                <rdf:li rdf:resource="http://www.8devices.com/wiki_carambola/doku.php/mmio_fixing_ttys0"/>
                <rdf:li rdf:resource="http://www.8devices.com/wiki_carambola/doku.php/carambola_luci"/>
                <rdf:li rdf:resource="http://www.8devices.com/wiki_carambola/doku.php/carambola_connecting_spi_flash_m25p64"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.8devices.com/wiki_carambola/lib/tpl/carambola_v2/images/favicon.ico">
        <title>Carambola Wiki</title>
        <link>http://www.8devices.com/wiki_carambola/</link>
        <url>http://www.8devices.com/wiki_carambola/lib/tpl/carambola_v2/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.8devices.com/wiki_carambola/doku.php/carambola_connecting_lcd_display">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-14T14:48:24-05:00</dc:date>
        <dc:creator>saulius</dc:creator>
        <title>carambola_connecting_lcd_display - [Linux] </title>
        <link>http://www.8devices.com/wiki_carambola/doku.php/carambola_connecting_lcd_display</link>
        <description>This topic covers simple way to interface with LCD display. For this tutorial I am using cheap (under 20$) serial 2.2&quot; display.



Connection is more than simple - no soldering or electronics skills are required. See picture:



	*  LCD_SCL -&gt; GPIO7
	*  LCD_SDA -&gt; GPIO13
	*  LCD_CS  -&gt; GPIO9
	*  LCD_RST -&gt; GPIO11
	*  LCD_RS  -&gt; GPIO12</description>
    </item>
    <item rdf:about="http://www.8devices.com/wiki_carambola/doku.php/carambola_demo_projects">
        <dc:format>text/html</dc:format>
        <dc:date>2012-03-27T15:37:04-05:00</dc:date>
        <dc:creator>saulius</dc:creator>
        <title>carambola_demo_projects</title>
        <link>http://www.8devices.com/wiki_carambola/doku.php/carambola_demo_projects</link>
        <description>Carambola drives serial 2.2&quot; LCD display

Connecting HT1632 LED matrix driver

Connecting 8MB SPI flash memory M25P64

Connecting I2C I/O expander PCF8575

Simple robot demonstration

Pachube and TFA dostmann Nexus weather station

Pachube and Sparkfun weather sensor</description>
    </item>
    <item rdf:about="http://www.8devices.com/wiki_carambola/doku.php/carambola_connecting_ht1632">
        <dc:format>text/html</dc:format>
        <dc:date>2012-03-25T08:40:31-05:00</dc:date>
        <dc:creator>saulius</dc:creator>
        <title>carambola_connecting_ht1632 - [Source] </title>
        <link>http://www.8devices.com/wiki_carambola/doku.php/carambola_connecting_ht1632</link>
        <description>This article covers how to connect HT1632 LED driver to Carambola using only it's own peripherals and how to display real-time clock.



I have used my own custom made board to drive LED's, but there are some popular options in ebay (just enter “HT1632”) if you do not wish to make PCB's and solder (though code will drive circuit, but you have to adjust a bit). In my case it was a bit challenging because of small (2x2cm) LED matrix. Anyway, there is schematics.</description>
    </item>
    <item rdf:about="http://www.8devices.com/wiki_carambola/doku.php/mmio_fixing_ttys0">
        <dc:format>text/html</dc:format>
        <dc:date>2012-03-09T08:58:45-05:00</dc:date>
        <dc:creator>carambola</dc:creator>
        <title>mmio_fixing_ttys0 - [MMIO] </title>
        <link>http://www.8devices.com/wiki_carambola/doku.php/mmio_fixing_ttys0</link>
        <description>From factory Carambola is shipped with ttyS0 disabled. Or to be more precise it is in GPIO mode. Which is sometimes not what we want. It is very easy to change this.

In order to change internal Carambola registers you need small tool called mmio. You can download binary file from here. Or you can download source from GitHub and compile it yourself. If you put binary file inside /tmp folder it will be deleted after you reboot your Carambola. If you wish to have this tool permanently put it insid…</description>
    </item>
    <item rdf:about="http://www.8devices.com/wiki_carambola/doku.php/carambola_luci">
        <dc:format>text/html</dc:format>
        <dc:date>2012-02-03T00:16:14-05:00</dc:date>
        <dc:creator>saulius</dc:creator>
        <title>carambola_luci - [Select packages] </title>
        <link>http://www.8devices.com/wiki_carambola/doku.php/carambola_luci</link>
        <description>cd carambola/./scripts/feeds update packages luci./scripts/feeds install -a -p lucimake menuconfig
	*  LuCI
		*  Applications
			*  luci-app-ddns: Y
			*  luci-app-firewall: Y
			*  luci-app-ntpc: Y
			*  luci-app-qos: Y

		*  Libraries
			*  luci-lib-lucid-http: Y</description>
    </item>
    <item rdf:about="http://www.8devices.com/wiki_carambola/doku.php/carambola_connecting_spi_flash_m25p64">
        <dc:format>text/html</dc:format>
        <dc:date>2012-02-02T11:25:03-05:00</dc:date>
        <dc:creator>saulius</dc:creator>
        <title>carambola_connecting_spi_flash_m25p64 - [About] </title>
        <link>http://www.8devices.com/wiki_carambola/doku.php/carambola_connecting_spi_flash_m25p64</link>
        <description>About

This article covers how to connect serial SPI flash memory to your Carambola. I use M25P64 flash memory in this case which is 8MB.

Connecting





Building firmware

	*  Get latest OpenWrt repository and build freshly.
	*  Enter make menuconfig and enable
		*  Kernel modules
			*  SPI Support
				*  kmod-spi-dev</description>
    </item>
</rdf:RDF>

