<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.supermanhamuerto.com/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="https://www.supermanhamuerto.com/feed.php">
        <title>supermanhamuerto.com - raspberrypi</title>
        <description></description>
        <link>https://www.supermanhamuerto.com/</link>
        <image rdf:resource="https://www.supermanhamuerto.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-21T12:52:45+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.supermanhamuerto.com/doku.php?id=raspberrypi:bluetooth&amp;rev=1670014949&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.supermanhamuerto.com/doku.php?id=raspberrypi:createaprintserver&amp;rev=1670014949&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.supermanhamuerto.com/doku.php?id=raspberrypi:index&amp;rev=1729708821&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.supermanhamuerto.com/doku.php?id=raspberrypi:java&amp;rev=1670014949&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.supermanhamuerto.com/doku.php?id=raspberrypi:modem3g&amp;rev=1670014949&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.supermanhamuerto.com/doku.php?id=raspberrypi:raspberryups&amp;rev=1670014949&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.supermanhamuerto.com/doku.php?id=raspberrypi:resin&amp;rev=1670014949&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.supermanhamuerto.com/doku.php?id=raspberrypi:sdcardcorruption&amp;rev=1670014949&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.supermanhamuerto.com/doku.php?id=raspberrypi:settingupc_developmentenvironment&amp;rev=1670014949&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.supermanhamuerto.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>supermanhamuerto.com</title>
        <link>https://www.supermanhamuerto.com/</link>
        <url>https://www.supermanhamuerto.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://www.supermanhamuerto.com/doku.php?id=raspberrypi:bluetooth&amp;rev=1670014949&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-12-02T21:02:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>bluetooth</title>
        <link>https://www.supermanhamuerto.com/doku.php?id=raspberrypi:bluetooth&amp;rev=1670014949&amp;do=diff</link>
        <description>Installing Bluetooth

I&#039;ve followed this fantastic manual:

&lt;http://www.diverteka.com/?p=1880&gt;

But I&#039;ve ommited the apt-get install blueman because it seems to be a gui application: it installed too much packages and I&#039;ve ommited this step. 

And I&#039;ve installed the following:


apt-get install python-gobject</description>
    </item>
    <item rdf:about="https://www.supermanhamuerto.com/doku.php?id=raspberrypi:createaprintserver&amp;rev=1670014949&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-12-02T21:02:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>createaprintserver</title>
        <link>https://www.supermanhamuerto.com/doku.php?id=raspberrypi:createaprintserver&amp;rev=1670014949&amp;do=diff</link>
        <description>*  Create a print server for the brother HL 2130
	*  Allow remote access to the CUPS web interface</description>
    </item>
    <item rdf:about="https://www.supermanhamuerto.com/doku.php?id=raspberrypi:index&amp;rev=1729708821&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-10-23T18:40:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>index</title>
        <link>https://www.supermanhamuerto.com/doku.php?id=raspberrypi:index&amp;rev=1729708821&amp;do=diff</link>
        <description>My Raspberry PI

	*  Connect with modem 3G
	*  Install java
	*  Install Resin
	*  Configure the wifi as static IP
	*  Create a print server
	*  Diagram of the GPIO of the raspberry pi
	*  Raspberry UPS
	*  Installing Bluetooth
	*  &lt;https://circuitpython.readthedocs.io/en/5.3.x/README.html&gt;

	*  Setting up a complete development environment in C++ for Raspberry PI</description>
    </item>
    <item rdf:about="https://www.supermanhamuerto.com/doku.php?id=raspberrypi:java&amp;rev=1670014949&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-12-02T21:02:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>java</title>
        <link>https://www.supermanhamuerto.com/doku.php?id=raspberrypi:java&amp;rev=1670014949&amp;do=diff</link>
        <description>Install Java 8

As you probably may know, the version of java that deliver best results by now (26/09/2013) is version 1.8, which is in beta stage. 

I&#039;ve followed the steps in here to have it installed:

&lt;http://www.geekytheory.com/tutorial-raspberry-pi-11-como-instalar-java/&gt;

To make java available as command to all users, just edit the</description>
    </item>
    <item rdf:about="https://www.supermanhamuerto.com/doku.php?id=raspberrypi:modem3g&amp;rev=1670014949&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-12-02T21:02:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>modem3g</title>
        <link>https://www.supermanhamuerto.com/doku.php?id=raspberrypi:modem3g&amp;rev=1670014949&amp;do=diff</link>
        <description>Connect with a 3G modem with command line

I have a modem Huawei E1752Cu HSPA, and I want it to connect to the internet.

Detect the vendor and the product

After connecting the modem, perform a lookup of the syslog. It will show you the vendor and the product:</description>
    </item>
    <item rdf:about="https://www.supermanhamuerto.com/doku.php?id=raspberrypi:raspberryups&amp;rev=1670014949&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-12-02T21:02:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>raspberryups</title>
        <link>https://www.supermanhamuerto.com/doku.php?id=raspberrypi:raspberryups&amp;rev=1670014949&amp;do=diff</link>
        <description>Raspberry UPS

A list of references about the uGeek UPS hat: 

&lt;http://www.raspberrypiwiki.com/images/6/6f/How-to-use-via-i2c.pdf&gt;

&lt;http://www.raspberrypiwiki.com/index.php/Raspi_UPS_HAT_Board&gt;</description>
    </item>
    <item rdf:about="https://www.supermanhamuerto.com/doku.php?id=raspberrypi:resin&amp;rev=1670014949&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-12-02T21:02:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>resin</title>
        <link>https://www.supermanhamuerto.com/doku.php?id=raspberrypi:resin&amp;rev=1670014949&amp;do=diff</link>
        <description>Install resin on the raspberry pi

Yes resin can be installed on the raspberry PI, too. Here are some instructions to achieve this.

Download and install

Download the latest resin package and uncompress it. Follow the usual steps for configure and install, which are:</description>
    </item>
    <item rdf:about="https://www.supermanhamuerto.com/doku.php?id=raspberrypi:sdcardcorruption&amp;rev=1670014949&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-12-02T21:02:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>sdcardcorruption</title>
        <link>https://www.supermanhamuerto.com/doku.php?id=raspberrypi:sdcardcorruption&amp;rev=1670014949&amp;do=diff</link>
        <description>The problem of the SD card corruption

After a pair of spoiled SD Cards, I&#039;ve started to investigate what&#039;s happening with the SD cards and the Raspberry PI. Overlocking? Too many reads and writes?? Bad batchs?? At the current point of my investigation (2013-08-24) it seems that nobody knows, or at least all these problems can cause a SD corruption.</description>
    </item>
    <item rdf:about="https://www.supermanhamuerto.com/doku.php?id=raspberrypi:settingupc_developmentenvironment&amp;rev=1670014949&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-12-02T21:02:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>settingupc_developmentenvironment</title>
        <link>https://www.supermanhamuerto.com/doku.php?id=raspberrypi:settingupc_developmentenvironment&amp;rev=1670014949&amp;do=diff</link>
        <description>Setting up a complete development environment in C++ for Raspberry PI

Intro

I wanted to do some development for the Raspberry PI. So, my first idea is to use 
c++ for the task, and use it from my laptop, instead of using the ssh and the oldies
development environments.</description>
    </item>
</rdf:RDF>
