<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.csgalileo.org/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://wiki.csgalileo.org/feed.php">
        <title>Galileo Labs</title>
        <description></description>
        <link>https://wiki.csgalileo.org/</link>
        <image rdf:resource="https://wiki.csgalileo.org/_media/wiki/logo.png" />
       <dc:date>2026-04-18T12:32:46+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.csgalileo.org/projects/internetofthings/esp32lora?rev=1584802956&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.csgalileo.org/projects/internetofthings/esphome?rev=1625549201&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.csgalileo.org/projects/internetofthings/homeassistant?rev=1657268345&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.csgalileo.org/projects/internetofthings/iotaiuto?rev=1597998702&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.csgalileo.org/projects/internetofthings/micropython?rev=1541231192&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.csgalileo.org/projects/internetofthings/pm10?rev=1591041841&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.csgalileo.org/projects/internetofthings/smartband?rev=1614681069&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.csgalileo.org/_media/wiki/logo.png">
        <title>Galileo Labs</title>
        <link>https://wiki.csgalileo.org/</link>
        <url>https://wiki.csgalileo.org/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="https://wiki.csgalileo.org/projects/internetofthings/esp32lora?rev=1584802956&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-03-21T15:02:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>esp32lora</title>
        <link>https://wiki.csgalileo.org/projects/internetofthings/esp32lora?rev=1584802956&amp;do=diff</link>
        <description>ESP32 LORA

	* Wemos® SX1278 LoRa ESP32 Bluetooth WIFI 433MHZ amazon
	* example 1 interesting
	* example 2
	* ESP32 development boards
	* LoRa library
	* coil antenna



heltec esp32 lora &lt;https://escapequotes.net/esp32-lora-send-receive-packet-test/&gt;


Lora basic sender and receiver

	* &lt;https://www.alictronix.com/archives/860&gt;

SX1278 433MHz


// re-define pin definitions of pins_arduino.h
#define PIN_SPI_SS    18 // ESP32 GPIO18 (Pin18) -- SX1276 NSS (Pin19) SPI Chip Select Input
#define PIN_…</description>
    </item>
    <item rdf:about="https://wiki.csgalileo.org/projects/internetofthings/esphome?rev=1625549201&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-07-06T05:26:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>esphome</title>
        <link>https://wiki.csgalileo.org/projects/internetofthings/esphome?rev=1625549201&amp;do=diff</link>
        <description>ESPHOME

ESP32 cam

	* rtsp into esp32cam progress


#!/bin/sh

TOKEN=...

PAYLOAD=&quot;{\&quot;directive\&quot;: {\&quot;header\&quot;: {\&quot;namespace\&quot;: \&quot;Alexa.Discovery\&quot;, \&quot;name\&quot;: \&quot;Discover\&quot;, \&quot;payloadVersion\&quot;: \&quot;3\&quot;, \&quot;messageId\&quot;: \&quot;8db404f7-f5a1-495e-9a30-3a8af3bf94e0\&quot;}, \&quot;payload\&quot;: {\&quot;scope\&quot;: {\&quot;type\&quot;: \&quot;BearerToken\&quot;, \&quot;token\&quot;: \&quot;...\&quot;}}}}&quot;


curl -q -X POST \
  -d &quot;$PAYLOAD&quot; \
  -H &quot;Authorization: Bearer $TOKEN&quot; \
  -H &quot;Content-Type: application/json&quot; \
  http://localhost:8123/api/alexa/smart_home | j…</description>
    </item>
    <item rdf:about="https://wiki.csgalileo.org/projects/internetofthings/homeassistant?rev=1657268345&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-07-08T08:19:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>homeassistant</title>
        <link>https://wiki.csgalileo.org/projects/internetofthings/homeassistant?rev=1657268345&amp;do=diff</link>
        <description>Home Assistant

homeassistant domotic

	* home assistant
	* raspberry
	* &lt;https://github.com/scipioni/home-assistant-example&gt;

Install

	* example 1
	* pip3 install urllib3==1.20 --upgrade --target ~/.homeassistant/deps/  (telegram notify solved)

upgrade


pip install -U homeassistant


and after restart home assistant

with fabric

	* &lt;https://github.com/home-assistant/fabric-home-assistant&gt;

hass


sudo apt install python3 python3-venv incron mc python3-dev libffi-dev libssl-dev
python3 -m ve…</description>
    </item>
    <item rdf:about="https://wiki.csgalileo.org/projects/internetofthings/iotaiuto?rev=1597998702&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-08-21T08:31:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>iotaiuto</title>
        <link>https://wiki.csgalileo.org/projects/internetofthings/iotaiuto?rev=1597998702&amp;do=diff</link>
        <description>IOTAIUTO

PANORAMICA E PRINCIPI GENERALI



# LA STRUTTURA DI QUESTA GUIDA SI ARTICOLA IN: 

# 1. risorse HW utilizzate

# 2. passi necessari a rendere operativa ciascuna di esse


# IL ROUTER ANDRA&#039; CONFIGURATO AFFINCHE&#039; A OGNI DEVICE SIA ASSEGNATO UN IP-ADDRESS-FISSO

# NEL RANGE 192.168.1.221 - 192.168.1.240</description>
    </item>
    <item rdf:about="https://wiki.csgalileo.org/projects/internetofthings/micropython?rev=1541231192&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-11-03T07:46:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>micropython</title>
        <link>https://wiki.csgalileo.org/projects/internetofthings/micropython?rev=1541231192&amp;do=diff</link>
        <description>micropython

esptools / ampy


pip install esptool
pip install adafruit-ampy


identify


esptool.py chip_id


esp32

Download firmware from &lt;http://www.micropython.org/download&gt;

erase flash (before any micropython deploy)


export PORT=/dev/ttyUSB1
esptool.py --chip esp32 --port $PORT erase_flash</description>
    </item>
    <item rdf:about="https://wiki.csgalileo.org/projects/internetofthings/pm10?rev=1591041841&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-01T20:04:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>pm10</title>
        <link>https://wiki.csgalileo.org/projects/internetofthings/pm10?rev=1591041841&amp;do=diff</link>
        <description>Progetto PM10

luftaden

	* home luftaden
	* mappa
	* rumore e biossido di azoto
	* kit PM10 con istruzioni
	* sensor community
	* Particulate Matter App
		* playstore
		* sorgenti github


opensensemap

	* home opensensemap
	*  API 

sensori

	* PM2.5 e PM10: Nova SDS011 Fyd SDS011 teoria
	* ozono:
	*  MQ131: aliexpress 15€
		*  CJMCU-131 MQ131: aliexpress 35€ schema
		*  temperatura e umidità:
		*  TODO: i2c oppure one wire ?
		*  luminosità:</description>
    </item>
    <item rdf:about="https://wiki.csgalileo.org/projects/internetofthings/smartband?rev=1614681069&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-03-02T10:31:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>smartband</title>
        <link>https://wiki.csgalileo.org/projects/internetofthings/smartband?rev=1614681069&amp;do=diff</link>
        <description>Smartband

You can simply go to the configuration page of your HA App for Android, select “configure sensors” and scroll down until you find the sensor “Last Update Trigger”. In the newest version of the HA App there is now the oppurtunity to not just listen to the Boradcasts that come from the Android system but also to listen to custom broadcasts you can define at the bottom of the options. If you&#039;re using Gadgetbridge I would recommend you to set the two broadcasts nodomain.freeyourgadget.gad…</description>
    </item>
</rdf:RDF>
