<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://fixme.ch/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Benni+75</id>
		<title>Fixme.ch - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://fixme.ch/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Benni+75"/>
		<link rel="alternate" type="text/html" href="https://fixme.ch/wiki/Special:Contributions/Benni_75"/>
		<updated>2026-04-06T18:47:43Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.25.1</generator>

	<entry>
		<id>https://fixme.ch/w/index.php?title=Capteur_de_temp%C3%A9rature_LoRa&amp;diff=13325</id>
		<title>Capteur de température LoRa</title>
		<link rel="alternate" type="text/html" href="https://fixme.ch/w/index.php?title=Capteur_de_temp%C3%A9rature_LoRa&amp;diff=13325"/>
				<updated>2017-04-17T17:44:42Z</updated>
		
		<summary type="html">&lt;p&gt;Benni 75: /* Montage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Matériel==&lt;br /&gt;
1x Arduino Pro Mini 3.3V 8Mhz&lt;br /&gt;
1x Module LoRa RFM95 ( SX1276 )&lt;br /&gt;
1x Batterie LiPo 3,6V 150mAh&lt;br /&gt;
1x DS1820&lt;br /&gt;
&lt;br /&gt;
==Prérequis==&lt;br /&gt;
N'étant pas à porté d'une gateway LoRa, ce module fonctionne en mode ABP, il utilise la [[Single Channel LoRaWAN Gateway]] précédemment crée. L'Arduino Pro Mini 3.3V utilisé ici facilite la mise en œuvre, car le module LoRa ne supporte pas les 5V d'un Arduino traditionnel.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Montage==&lt;br /&gt;
Souder les fils entre le module RFM95 et l'Arduino, souder une antenne.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:LoraNode.jpg|captation|250px|left]]&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;text-align:left;&amp;quot; &lt;br /&gt;
! RMF95&lt;br /&gt;
! Pro Mini&lt;br /&gt;
! Batterie&lt;br /&gt;
|-&lt;br /&gt;
|Dio2&lt;br /&gt;
|4&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Dio1&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Dio0&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3.3V&lt;br /&gt;
|Vcc&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Gnd&lt;br /&gt;
|Gnd&lt;br /&gt;
|Bat-&lt;br /&gt;
|-&lt;br /&gt;
|MISO&lt;br /&gt;
|12&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|MOSI&lt;br /&gt;
|11&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|SCK&lt;br /&gt;
|13&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|NSS&lt;br /&gt;
|5&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|RST&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|RAW&lt;br /&gt;
|Bat+&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Programmation==&lt;br /&gt;
Il n'y a actuellement pas de librairie Arduino &amp;quot;officielle&amp;quot; pour LoRaWAN, il faut utiliser l'un des nombreux fork opensource. La version utilisé ici est celle de Matthijs Kooijman. [https://github.com/matthijskooijman/arduino-lmic arduino-lmic] il faut lire la doc qui n'est pas très à jour et modifier le config.h&lt;br /&gt;
&lt;br /&gt;
L'exemple fournie ttn-abp.ino, ne fonctionne plus out of the box avec une single channel gateway, il est nécessaire d'adapter la librairie ou de ne pas attendre le signal EV_TXCOMPLETE&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
Il serait souhaitable de conserver les pins 2 et 3 de l'Arduino pour les utiliser comme source d’interruption.&lt;br /&gt;
Si l'on recherche une ultra faible consommation, il faut trouver un moyen d'éteindre la led connectée à la pin 13 par défaut ou déplacer le SCK du SPI.&lt;br /&gt;
&lt;br /&gt;
==Liens utiles==&lt;/div&gt;</summary>
		<author><name>Benni 75</name></author>	</entry>

	<entry>
		<id>https://fixme.ch/w/index.php?title=File:LoraNode.jpg&amp;diff=13324</id>
		<title>File:LoraNode.jpg</title>
		<link rel="alternate" type="text/html" href="https://fixme.ch/w/index.php?title=File:LoraNode.jpg&amp;diff=13324"/>
				<updated>2017-04-17T17:43:57Z</updated>
		
		<summary type="html">&lt;p&gt;Benni 75: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Benni 75</name></author>	</entry>

	<entry>
		<id>https://fixme.ch/w/index.php?title=Capteur_de_temp%C3%A9rature_LoRa&amp;diff=13323</id>
		<title>Capteur de température LoRa</title>
		<link rel="alternate" type="text/html" href="https://fixme.ch/w/index.php?title=Capteur_de_temp%C3%A9rature_LoRa&amp;diff=13323"/>
				<updated>2017-04-17T17:43:20Z</updated>
		
		<summary type="html">&lt;p&gt;Benni 75: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Matériel==&lt;br /&gt;
1x Arduino Pro Mini 3.3V 8Mhz&lt;br /&gt;
1x Module LoRa RFM95 ( SX1276 )&lt;br /&gt;
1x Batterie LiPo 3,6V 150mAh&lt;br /&gt;
1x DS1820&lt;br /&gt;
&lt;br /&gt;
==Prérequis==&lt;br /&gt;
N'étant pas à porté d'une gateway LoRa, ce module fonctionne en mode ABP, il utilise la [[Single Channel LoRaWAN Gateway]] précédemment crée. L'Arduino Pro Mini 3.3V utilisé ici facilite la mise en œuvre, car le module LoRa ne supporte pas les 5V d'un Arduino traditionnel.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Montage==&lt;br /&gt;
Souder les fils entre le module RFM95 et l'Arduino, souder une antenne.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:LoraNode.jpg|captation|250px|right]]&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;text-align:left;&amp;quot; &lt;br /&gt;
! RMF95&lt;br /&gt;
! Pro Mini&lt;br /&gt;
! Batterie&lt;br /&gt;
|-&lt;br /&gt;
|Dio2&lt;br /&gt;
|4&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Dio1&lt;br /&gt;
|3&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Dio0&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3.3V&lt;br /&gt;
|Vcc&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Gnd&lt;br /&gt;
|Gnd&lt;br /&gt;
|Bat-&lt;br /&gt;
|-&lt;br /&gt;
|MISO&lt;br /&gt;
|12&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|MOSI&lt;br /&gt;
|11&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|SCK&lt;br /&gt;
|13&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|NSS&lt;br /&gt;
|5&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|RST&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|RAW&lt;br /&gt;
|Bat+&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Programmation==&lt;br /&gt;
Il n'y a actuellement pas de librairie Arduino &amp;quot;officielle&amp;quot; pour LoRaWAN, il faut utiliser l'un des nombreux fork opensource. La version utilisé ici est celle de Matthijs Kooijman. [https://github.com/matthijskooijman/arduino-lmic arduino-lmic] il faut lire la doc qui n'est pas très à jour et modifier le config.h&lt;br /&gt;
&lt;br /&gt;
L'exemple fournie ttn-abp.ino, ne fonctionne plus out of the box avec une single channel gateway, il est nécessaire d'adapter la librairie ou de ne pas attendre le signal EV_TXCOMPLETE&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
Il serait souhaitable de conserver les pins 2 et 3 de l'Arduino pour les utiliser comme source d’interruption.&lt;br /&gt;
Si l'on recherche une ultra faible consommation, il faut trouver un moyen d'éteindre la led connectée à la pin 13 par défaut ou déplacer le SCK du SPI.&lt;br /&gt;
&lt;br /&gt;
==Liens utiles==&lt;/div&gt;</summary>
		<author><name>Benni 75</name></author>	</entry>

	<entry>
		<id>https://fixme.ch/w/index.php?title=Capteur_de_temp%C3%A9rature_LoRa&amp;diff=13322</id>
		<title>Capteur de température LoRa</title>
		<link rel="alternate" type="text/html" href="https://fixme.ch/w/index.php?title=Capteur_de_temp%C3%A9rature_LoRa&amp;diff=13322"/>
				<updated>2017-04-17T17:29:27Z</updated>
		
		<summary type="html">&lt;p&gt;Benni 75: /* Programmation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Matériel==&lt;br /&gt;
1x Arduino Pro Mini 3.3V 8Mhz&lt;br /&gt;
1x Module LoRa RFM95 ( SX1276 )&lt;br /&gt;
1x Batterie LiPo 3,6V 50mAh&lt;br /&gt;
1x DS1820&lt;br /&gt;
&lt;br /&gt;
==Prérequis==&lt;br /&gt;
N'étant pas à porté d'une gateway LoRa, ce module fonctionne en mode ABP, il utilise la [[Single Channel LoRaWAN Gateway]] précédemment crée. L'Arduino Pro Mini 3.3V utilisé ici facilite la mise en œuvre, car le module LoRa ne supporte pas les 5V d'un Arduino traditionnel.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Montage==&lt;br /&gt;
Souder&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| RMF95&lt;br /&gt;
! Pro Mini&lt;br /&gt;
|-&lt;br /&gt;
|Dio2&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|Dio1&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|Dio0&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|3.3V&lt;br /&gt;
|Vcc&lt;br /&gt;
|-&lt;br /&gt;
|Gnd&lt;br /&gt;
|Gnd&lt;br /&gt;
|-&lt;br /&gt;
|MISO&lt;br /&gt;
|12&lt;br /&gt;
|-&lt;br /&gt;
|MOSI&lt;br /&gt;
|11&lt;br /&gt;
|-&lt;br /&gt;
|SCK&lt;br /&gt;
|13&lt;br /&gt;
|-&lt;br /&gt;
|NSS&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|RST&lt;br /&gt;
|6&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Programmation==&lt;br /&gt;
Il n'y a actuellement pas de librairie Arduino &amp;quot;officielle&amp;quot; pour LoRaWAN, il faut utiliser l'un des nombreux fork opensource. La version utilisé ici est celle de Matthijs Kooijman. [https://github.com/matthijskooijman/arduino-lmic arduino-lmic] il faut lire la doc qui n'est pas très à jour et modifier le config.h&lt;br /&gt;
&lt;br /&gt;
L'exemple fournie ttn-abp.ino, ne fonctionne plus out of the box avec une single channel gateway, il est nécessaire d'adapter la librairie ou de ne pas attendre le signal EV_TXCOMPLETE&lt;br /&gt;
&lt;br /&gt;
==Discussion==&lt;br /&gt;
Il serait souhaitable de conserver les pins 2 et 3 de l'Arduino pour les utiliser comme source d’interruption.&lt;br /&gt;
Si l'on recherche une ultra faible consommation, il faut trouver un moyen d'éteindre la led connectée à la pin 13 par défaut ou déplacer le SCK du SPI.&lt;br /&gt;
&lt;br /&gt;
==Liens utiles==&lt;/div&gt;</summary>
		<author><name>Benni 75</name></author>	</entry>

	<entry>
		<id>https://fixme.ch/w/index.php?title=Capteur_de_temp%C3%A9rature_LoRa&amp;diff=13321</id>
		<title>Capteur de température LoRa</title>
		<link rel="alternate" type="text/html" href="https://fixme.ch/w/index.php?title=Capteur_de_temp%C3%A9rature_LoRa&amp;diff=13321"/>
				<updated>2017-04-17T17:12:43Z</updated>
		
		<summary type="html">&lt;p&gt;Benni 75: /* Montage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Matériel==&lt;br /&gt;
1x Arduino Pro Mini 3.3V 8Mhz&lt;br /&gt;
1x Module LoRa RFM95 ( SX1276 )&lt;br /&gt;
1x Batterie LiPo 3,6V 50mAh&lt;br /&gt;
1x DS1820&lt;br /&gt;
&lt;br /&gt;
==Prérequis==&lt;br /&gt;
N'étant pas à porté d'une gateway LoRa, ce module fonctionne en mode ABP, il utilise la [[Single Channel LoRaWAN Gateway]] précédemment crée. L'Arduino Pro Mini 3.3V utilisé ici facilite la mise en œuvre, car le module LoRa ne supporte pas les 5V d'un Arduino traditionnel.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Montage==&lt;br /&gt;
Souder&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| RMF95&lt;br /&gt;
! Pro Mini&lt;br /&gt;
|-&lt;br /&gt;
|Dio2&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|Dio1&lt;br /&gt;
|3&lt;br /&gt;
|-&lt;br /&gt;
|Dio0&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|3.3V&lt;br /&gt;
|Vcc&lt;br /&gt;
|-&lt;br /&gt;
|Gnd&lt;br /&gt;
|Gnd&lt;br /&gt;
|-&lt;br /&gt;
|MISO&lt;br /&gt;
|12&lt;br /&gt;
|-&lt;br /&gt;
|MOSI&lt;br /&gt;
|11&lt;br /&gt;
|-&lt;br /&gt;
|SCK&lt;br /&gt;
|13&lt;br /&gt;
|-&lt;br /&gt;
|NSS&lt;br /&gt;
|5&lt;br /&gt;
|-&lt;br /&gt;
|RST&lt;br /&gt;
|6&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Programmation==&lt;br /&gt;
==Liens utiles==&lt;/div&gt;</summary>
		<author><name>Benni 75</name></author>	</entry>

	<entry>
		<id>https://fixme.ch/w/index.php?title=Capteur_de_temp%C3%A9rature_LoRa&amp;diff=13320</id>
		<title>Capteur de température LoRa</title>
		<link rel="alternate" type="text/html" href="https://fixme.ch/w/index.php?title=Capteur_de_temp%C3%A9rature_LoRa&amp;diff=13320"/>
				<updated>2017-04-17T16:33:49Z</updated>
		
		<summary type="html">&lt;p&gt;Benni 75: Created page with &amp;quot;   ==Matériel== 1x Arduino Pro Mini 3.3V 8Mhz 1x Module LoRa RFM95 ( SX1276 ) 1x Batterie LiPo 3,6V 50mAh 1x DS1820  ==Prérequis== N'étant pas à porté d'une gateway LoRa,...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Matériel==&lt;br /&gt;
1x Arduino Pro Mini 3.3V 8Mhz&lt;br /&gt;
1x Module LoRa RFM95 ( SX1276 )&lt;br /&gt;
1x Batterie LiPo 3,6V 50mAh&lt;br /&gt;
1x DS1820&lt;br /&gt;
&lt;br /&gt;
==Prérequis==&lt;br /&gt;
N'étant pas à porté d'une gateway LoRa, ce module fonctionne en mode ABP, il utilise la [[Single Channel LoRaWAN Gateway]] précédemment crée. L'Arduino Pro Mini 3.3V utilisé ici facilite la mise en œuvre, car le module LoRa ne supporte pas les 5V d'un Arduino traditionnel.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Montage==&lt;br /&gt;
Souder &lt;br /&gt;
&lt;br /&gt;
==Programmation==&lt;br /&gt;
==Liens utiles==&lt;/div&gt;</summary>
		<author><name>Benni 75</name></author>	</entry>

	<entry>
		<id>https://fixme.ch/w/index.php?title=Lora&amp;diff=13319</id>
		<title>Lora</title>
		<link rel="alternate" type="text/html" href="https://fixme.ch/w/index.php?title=Lora&amp;diff=13319"/>
				<updated>2017-04-17T16:22:02Z</updated>
		
		<summary type="html">&lt;p&gt;Benni 75: /* Goal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Ongoing_Projects]]&lt;br /&gt;
[[Category:IOT]]&lt;br /&gt;
== Description ==&lt;br /&gt;
* Créer un tuto pour mettre en œuvre le réseau LoraWan &lt;br /&gt;
&lt;br /&gt;
== Goal ==&lt;br /&gt;
* Créer une passerelle IoT - Internet&lt;br /&gt;
** [[Single Channel LoRaWAN Gateway]]&lt;br /&gt;
* Créer un objet connecté&lt;br /&gt;
** [[Capteur de température LoRa]]&lt;br /&gt;
* Traiter, archiver, présenter les données&lt;br /&gt;
** [[Node-Red_ttn]]&lt;br /&gt;
** [[InfluxDB_ttn]]&lt;br /&gt;
** [[Grafana_ttn]]&lt;br /&gt;
* Réaliser un dialogue entre deux objets&lt;br /&gt;
&lt;br /&gt;
== Obstacles ==&lt;br /&gt;
Beaucoup de documentation sont rédiger en anglais&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Component  ==&lt;br /&gt;
* Feather32u4 RFM95W LoRa Radio 900MHz http://adafru.it/3078&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Participants ==&lt;br /&gt;
* [[User:Maurice809]] (Leader)&lt;/div&gt;</summary>
		<author><name>Benni 75</name></author>	</entry>

	<entry>
		<id>https://fixme.ch/w/index.php?title=Single_Channel_LoRaWAN_Gateway&amp;diff=13318</id>
		<title>Single Channel LoRaWAN Gateway</title>
		<link rel="alternate" type="text/html" href="https://fixme.ch/w/index.php?title=Single_Channel_LoRaWAN_Gateway&amp;diff=13318"/>
				<updated>2017-04-17T15:54:58Z</updated>
		
		<summary type="html">&lt;p&gt;Benni 75: /* Montage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
La création d'une passerelle Single Channel Gateway, permet de se familiarisé avec le projet [https://www.thethingsnetwork.org/ [TTN]] et LoraWAN, elle nécessite une simple Rpi et un module LoRa, ce qui représente un investissement de de l'ordre de 60Frs et 2h de travail. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ce type de passerelle n'est plus conseillée de nos jours, car elle ne respecte pas le standard LoRaWAN. Elle ne support pas le Downlink, vous ne pourrez donc pas utilisez vos nœud en mode OTAA et ADR, seul le mode ABP sera utilisable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Matériel==&lt;br /&gt;
* 1x Rpi avec accès à Internet, ici une Rpi 3 Modèle B&lt;br /&gt;
* 1x Module LoRa, ici un RFM95 ( SX1276 ) &lt;br /&gt;
* 4x Câbles Dupont &lt;br /&gt;
&lt;br /&gt;
==Prérequis==&lt;br /&gt;
Avoir un compte sur TTN &lt;br /&gt;
&lt;br /&gt;
==Montage==&lt;br /&gt;
Couper des câbles Dupont en deux, soudez et branché sellons le brochage suivant: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3.3V - 3.3V (header pin #1) GND - GND (pin #6) MISO - MISO (pin #21) MOSI - MOSI (pin #19) SCK - CLK (pin #23) NSS - GPIO6 (pin #22) DIO0 - GPIO7 (pin #7) RST - GPIO0 (pin #11)&lt;br /&gt;
&lt;br /&gt;
[[File:MontageFinalSCG.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
Il suffit de cloner le dépôt ou un de ses nombreux forks, configurer le main.cpp, compiler et lancer.&lt;br /&gt;
&lt;br /&gt;
Cloner&lt;br /&gt;
  $ mkdir LoRa &amp;amp;&amp;amp; cd $_&lt;br /&gt;
  $ git clone https://github.com/tftelkamp/single_chan_pkt_fwd.git&lt;br /&gt;
&lt;br /&gt;
Configurer&lt;br /&gt;
  $ cd single_chan_pkt_fwd&lt;br /&gt;
  $ vim main.cpp&lt;br /&gt;
&lt;br /&gt;
Ajuster les paramètres suivants:&lt;br /&gt;
* Spreading factor -&amp;gt; SF7  &lt;br /&gt;
* freq -&amp;gt; 868100000 l'un des 3 canaux officiel TTN&lt;br /&gt;
* location ( lat, lon, alt ) &lt;br /&gt;
* status fields&lt;br /&gt;
* SERVER -&amp;gt; 40.114.249.243 router.eu.thethings.network&lt;br /&gt;
&lt;br /&gt;
Compiler&lt;br /&gt;
  $ make&lt;br /&gt;
&lt;br /&gt;
Lancer&lt;br /&gt;
  $ ./single_chan_pkt_fwd&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Liens utiles==&lt;br /&gt;
[https://www.youtube.com/watch?v=Ya-QlEaonLU #124 Cheap LoRa Gateway: How to Build with one with Raspberry Pi and Dragino ] Andreas Spiess&lt;/div&gt;</summary>
		<author><name>Benni 75</name></author>	</entry>

	<entry>
		<id>https://fixme.ch/w/index.php?title=File:MontageFinalSCG.jpg&amp;diff=13317</id>
		<title>File:MontageFinalSCG.jpg</title>
		<link rel="alternate" type="text/html" href="https://fixme.ch/w/index.php?title=File:MontageFinalSCG.jpg&amp;diff=13317"/>
				<updated>2017-04-17T15:52:52Z</updated>
		
		<summary type="html">&lt;p&gt;Benni 75: LoRa Single Channel Gateway packet forwarder&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;LoRa Single Channel Gateway packet forwarder&lt;/div&gt;</summary>
		<author><name>Benni 75</name></author>	</entry>

	<entry>
		<id>https://fixme.ch/w/index.php?title=Single_Channel_LoRaWAN_Gateway&amp;diff=13316</id>
		<title>Single Channel LoRaWAN Gateway</title>
		<link rel="alternate" type="text/html" href="https://fixme.ch/w/index.php?title=Single_Channel_LoRaWAN_Gateway&amp;diff=13316"/>
				<updated>2017-04-17T15:26:09Z</updated>
		
		<summary type="html">&lt;p&gt;Benni 75: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
La création d'une passerelle Single Channel Gateway, permet de se familiarisé avec le projet [https://www.thethingsnetwork.org/ [TTN]] et LoraWAN, elle nécessite une simple Rpi et un module LoRa, ce qui représente un investissement de de l'ordre de 60Frs et 2h de travail. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ce type de passerelle n'est plus conseillée de nos jours, car elle ne respecte pas le standard LoRaWAN. Elle ne support pas le Downlink, vous ne pourrez donc pas utilisez vos nœud en mode OTAA et ADR, seul le mode ABP sera utilisable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Matériel==&lt;br /&gt;
* 1x Rpi avec accès à Internet, ici une Rpi 3 Modèle B&lt;br /&gt;
* 1x Module LoRa, ici un RFM95 ( SX1276 ) &lt;br /&gt;
* 4x Câbles Dupont &lt;br /&gt;
&lt;br /&gt;
==Prérequis==&lt;br /&gt;
Avoir un compte sur TTN &lt;br /&gt;
&lt;br /&gt;
==Montage==&lt;br /&gt;
Couper des câbles Dupont en deux, soudez et branché sellons le brochage suivant: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3.3V - 3.3V (header pin #1) GND - GND (pin #6) MISO - MISO (pin #21) MOSI - MOSI (pin #19) SCK - CLK (pin #23) NSS - GPIO6 (pin #22) DIO0 - GPIO7 (pin #7) RST - GPIO0 (pin #11)&lt;br /&gt;
&lt;br /&gt;
[[File:MontageFinalSCG.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
Il suffit de cloner le dépôt ou un de ses nombreux forks, configurer le main.cpp, compiler et lancer.&lt;br /&gt;
&lt;br /&gt;
Cloner&lt;br /&gt;
  $ mkdir LoRa &amp;amp;&amp;amp; cd $_&lt;br /&gt;
  $ git clone https://github.com/tftelkamp/single_chan_pkt_fwd.git&lt;br /&gt;
&lt;br /&gt;
Configurer&lt;br /&gt;
  $ cd single_chan_pkt_fwd&lt;br /&gt;
  $ vim main.cpp&lt;br /&gt;
&lt;br /&gt;
Ajuster les paramètres suivants:&lt;br /&gt;
* Spreading factor -&amp;gt; SF7  &lt;br /&gt;
* freq -&amp;gt; 868100000 l'un des 3 canaux officiel TTN&lt;br /&gt;
* location ( lat, lon, alt ) &lt;br /&gt;
* status fields&lt;br /&gt;
* SERVER -&amp;gt; 40.114.249.243 router.eu.thethings.network&lt;br /&gt;
&lt;br /&gt;
Compiler&lt;br /&gt;
  $ make&lt;br /&gt;
&lt;br /&gt;
Lancer&lt;br /&gt;
  $ ./single_chan_pkt_fwd&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Liens utiles==&lt;br /&gt;
[https://www.youtube.com/watch?v=Ya-QlEaonLU #124 Cheap LoRa Gateway: How to Build with one with Raspberry Pi and Dragino ] Andreas Spiess&lt;/div&gt;</summary>
		<author><name>Benni 75</name></author>	</entry>

	<entry>
		<id>https://fixme.ch/w/index.php?title=Single_Channel_LoRaWAN_Gateway&amp;diff=13315</id>
		<title>Single Channel LoRaWAN Gateway</title>
		<link rel="alternate" type="text/html" href="https://fixme.ch/w/index.php?title=Single_Channel_LoRaWAN_Gateway&amp;diff=13315"/>
				<updated>2017-04-17T15:19:27Z</updated>
		
		<summary type="html">&lt;p&gt;Benni 75: Created page with &amp;quot;  La création d'une passerelle Single Channel Gateway, permet de se familiarisé avec le projet [https://www.thethingsnetwork.org/ [TTN]] et LoraWAN, elle nécessite une simp...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
La création d'une passerelle Single Channel Gateway, permet de se familiarisé avec le projet [https://www.thethingsnetwork.org/ [TTN]] et LoraWAN, elle nécessite une simple Rpi et un module LoRa, ce qui représente un investissement de de l'ordre de 60Frs et 2h de travail. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ce type de passerelle n'est de nos jours plus conseillée, elle ne respecte pas le standard LoRaWAN. Elle ne support pas le Downlink, vous ne pourrez donc pas utilisez vos noeud en mode OTAA et ADR, seul le mode ABP fonctionnera. &lt;br /&gt;
&lt;br /&gt;
==Matériel==&lt;br /&gt;
* 1x Rpi avec accès à Internet, ici une Rpi 3 Modèle B&lt;br /&gt;
* 1x Module LoRa, ici un RFM95 ( SX1276 ) &lt;br /&gt;
* 4x Câbles Dupont &lt;br /&gt;
&lt;br /&gt;
==Prérequis==&lt;br /&gt;
Avoir un compte sur TTN &lt;br /&gt;
&lt;br /&gt;
==Montage==&lt;br /&gt;
Couper des câbles Dupont en deux, soudez et branché sellons le brochage suivant: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3.3V - 3.3V (header pin #1) GND - GND (pin #6) MISO - MISO (pin #21) MOSI - MOSI (pin #19) SCK - CLK (pin #23) NSS - GPIO6 (pin #22) DIO0 - GPIO7 (pin #7) RST - GPIO0 (pin #11)&lt;br /&gt;
&lt;br /&gt;
[[File:MontageFinalSCG.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
Il suffit de cloner le dépôt ou un de ses nombreux forks, configurer le main.cpp, compiler et lancer.&lt;br /&gt;
&lt;br /&gt;
Cloner&lt;br /&gt;
  $ mkdir LoRa &amp;amp;&amp;amp; cd $_&lt;br /&gt;
  $ git clone https://github.com/tftelkamp/single_chan_pkt_fwd.git&lt;br /&gt;
&lt;br /&gt;
Configurer&lt;br /&gt;
  $ cd single_chan_pkt_fwd&lt;br /&gt;
  $ vim main.cpp&lt;br /&gt;
&lt;br /&gt;
Ajuster les paramètres suivants:&lt;br /&gt;
* Spreading factor -&amp;gt; SF7  &lt;br /&gt;
* freq -&amp;gt; 868100000 l'un des 3 canaux officiel TTN&lt;br /&gt;
* location ( lat, lon, alt ) &lt;br /&gt;
* status fields&lt;br /&gt;
* SERVER -&amp;gt; 40.114.249.243 router.eu.thethings.network&lt;br /&gt;
&lt;br /&gt;
Compiler&lt;br /&gt;
  $ make&lt;br /&gt;
&lt;br /&gt;
Lancer&lt;br /&gt;
  $ ./single_chan_pkt_fwd&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Liens utiles==&lt;/div&gt;</summary>
		<author><name>Benni 75</name></author>	</entry>

	<entry>
		<id>https://fixme.ch/w/index.php?title=Lora&amp;diff=13314</id>
		<title>Lora</title>
		<link rel="alternate" type="text/html" href="https://fixme.ch/w/index.php?title=Lora&amp;diff=13314"/>
				<updated>2017-04-17T14:39:44Z</updated>
		
		<summary type="html">&lt;p&gt;Benni 75: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Ongoing_Projects]]&lt;br /&gt;
[[Category:IOT]]&lt;br /&gt;
== Description ==&lt;br /&gt;
* Créer un tuto pour mettre en œuvre le réseau LoraWan &lt;br /&gt;
&lt;br /&gt;
== Goal ==&lt;br /&gt;
* Créer une passerelle IoT - Internet [[Single Channel LoRaWAN Gateway]]&lt;br /&gt;
* Réaliser un dialogue entre deux objets&lt;br /&gt;
&lt;br /&gt;
== Obstacles ==&lt;br /&gt;
Beaucoup de documentation sont rédiger en anglais&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Component  ==&lt;br /&gt;
* Feather32u4 RFM95W LoRa Radio 900MHz http://adafru.it/3078&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Participants ==&lt;br /&gt;
* [[User:Maurice809]] (Leader)&lt;/div&gt;</summary>
		<author><name>Benni 75</name></author>	</entry>

	<entry>
		<id>https://fixme.ch/w/index.php?title=Lora&amp;diff=13313</id>
		<title>Lora</title>
		<link rel="alternate" type="text/html" href="https://fixme.ch/w/index.php?title=Lora&amp;diff=13313"/>
				<updated>2017-04-17T14:36:30Z</updated>
		
		<summary type="html">&lt;p&gt;Benni 75: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Ongoing_Projects]]&lt;br /&gt;
[[Category:IOT]]&lt;br /&gt;
== Description ==&lt;br /&gt;
* Créer un tuto pour mettre en œuvre le réseau LoraWan &lt;br /&gt;
&lt;br /&gt;
== Goal ==&lt;br /&gt;
* Créer une passerelle IoT - Internet &lt;br /&gt;
* Réaliser un dialogue entre deux objets&lt;br /&gt;
&lt;br /&gt;
== Obstacles ==&lt;br /&gt;
Beaucoup de documentation sont rédiger en anglais&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Component  ==&lt;br /&gt;
* Feather32u4 RFM95W LoRa Radio 900MHz http://adafru.it/3078&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Participants ==&lt;br /&gt;
* [[User:Maurice809]] (Leader)&lt;/div&gt;</summary>
		<author><name>Benni 75</name></author>	</entry>

	<entry>
		<id>https://fixme.ch/w/index.php?title=Serial_converter&amp;diff=13109</id>
		<title>Serial converter</title>
		<link rel="alternate" type="text/html" href="https://fixme.ch/w/index.php?title=Serial_converter&amp;diff=13109"/>
				<updated>2017-02-05T21:13:06Z</updated>
		
		<summary type="html">&lt;p&gt;Benni 75: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:IOT]]&lt;br /&gt;
&lt;br /&gt;
Le gadget est un adaptateur 6 en 1 fort pratique pour les bricoleurs qui aiment se frotter aux interfaces série. &lt;br /&gt;
&lt;br /&gt;
Ce produit chinois tient ses promesses pour autant qu’on garde cette documentation sous le coude et que l'on dispose de quelques câbles pour Dupont pour BreadBoard M-F et F-F &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:multifunction-serial-converter01.png]] [[File:multifunction-serial-converter02.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Démonstration par l’exemple : &lt;br /&gt;
&lt;br /&gt;
==Sitôt branché sitôt reconnu==&lt;br /&gt;
&lt;br /&gt;
  [ 4518.307084] usbcore: registered new interface driver cp210x&lt;br /&gt;
  [ 4518.307092] usbserial: USB Serial support registered for cp210x&lt;br /&gt;
  [ 4518.307111] cp210x 2-1.1:1.0: cp210x converter detected&lt;br /&gt;
  [ 4518.307168] usb 2-1.1: cp210x converter now attached to ttyUSB0&lt;br /&gt;
&lt;br /&gt;
==USB to TL===&lt;br /&gt;
Ici à l’œuvre avec un vieux Seeduino Stalker V1.x&lt;br /&gt;
&lt;br /&gt;
* 1='''ON'''&lt;br /&gt;
* 2='''OFF'''&lt;br /&gt;
*SW='''UP'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ Connections &lt;br /&gt;
|-&lt;br /&gt;
! Stalker &lt;br /&gt;
! &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; &lt;br /&gt;
! USB adapter&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;font color=&amp;quot;Red&amp;quot;&amp;gt;USB5V&amp;lt;/font&amp;gt;&lt;br /&gt;
| &amp;amp;nbsp;&amp;amp;nbsp;↔&amp;amp;nbsp;&amp;amp;nbsp; &lt;br /&gt;
| &amp;lt;font color=&amp;quot;Red&amp;quot;&amp;gt;+5V&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;font color=&amp;quot;Orange&amp;quot;&amp;gt;RXD &amp;lt;/font&amp;gt; &lt;br /&gt;
| &amp;amp;nbsp;&amp;amp;nbsp;↔&amp;amp;nbsp;&amp;amp;nbsp; &lt;br /&gt;
| &amp;lt;font color=&amp;quot;Green&amp;quot;&amp;gt;TXD &amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;font color=&amp;quot;Green&amp;quot;&amp;gt;TXD &amp;lt;/font&amp;gt; &lt;br /&gt;
| &amp;amp;nbsp;&amp;amp;nbsp;↔&amp;amp;nbsp;&amp;amp;nbsp; &lt;br /&gt;
| &amp;lt;font color=&amp;quot;Orange&amp;quot;&amp;gt;RXD &amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| GND &lt;br /&gt;
| &amp;amp;nbsp;&amp;amp;nbsp;↔&amp;amp;nbsp;&amp;amp;nbsp; &lt;br /&gt;
| GND&lt;br /&gt;
|-&lt;br /&gt;
| DTR &lt;br /&gt;
| &amp;amp;nbsp;&amp;amp;nbsp;↔&amp;amp;nbsp;&amp;amp;nbsp; &lt;br /&gt;
| DTR&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Benni 75</name></author>	</entry>

	<entry>
		<id>https://fixme.ch/w/index.php?title=File:Multifunction-serial-converter02.png&amp;diff=13108</id>
		<title>File:Multifunction-serial-converter02.png</title>
		<link rel="alternate" type="text/html" href="https://fixme.ch/w/index.php?title=File:Multifunction-serial-converter02.png&amp;diff=13108"/>
				<updated>2017-02-05T20:56:33Z</updated>
		
		<summary type="html">&lt;p&gt;Benni 75: Benni 75 uploaded a new version of File:Multifunction-serial-converter02.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Benni 75</name></author>	</entry>

	<entry>
		<id>https://fixme.ch/w/index.php?title=File:Multifunction-serial-converter02.png&amp;diff=13107</id>
		<title>File:Multifunction-serial-converter02.png</title>
		<link rel="alternate" type="text/html" href="https://fixme.ch/w/index.php?title=File:Multifunction-serial-converter02.png&amp;diff=13107"/>
				<updated>2017-02-05T20:55:26Z</updated>
		
		<summary type="html">&lt;p&gt;Benni 75: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Benni 75</name></author>	</entry>

	<entry>
		<id>https://fixme.ch/w/index.php?title=File:Multifunction-serial-converter01.png&amp;diff=13106</id>
		<title>File:Multifunction-serial-converter01.png</title>
		<link rel="alternate" type="text/html" href="https://fixme.ch/w/index.php?title=File:Multifunction-serial-converter01.png&amp;diff=13106"/>
				<updated>2017-02-05T20:54:50Z</updated>
		
		<summary type="html">&lt;p&gt;Benni 75: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Benni 75</name></author>	</entry>

	<entry>
		<id>https://fixme.ch/w/index.php?title=Serial_converter&amp;diff=13105</id>
		<title>Serial converter</title>
		<link rel="alternate" type="text/html" href="https://fixme.ch/w/index.php?title=Serial_converter&amp;diff=13105"/>
				<updated>2017-02-05T20:54:27Z</updated>
		
		<summary type="html">&lt;p&gt;Benni 75: Created page with &amp;quot;Category:IOT  Le gadget est un adaptateur 6 en 1 fort pratique pour les bricoleurs qui aiment se frotter aux interfaces série.   Ce produit chinois tient ses promesses po...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:IOT]]&lt;br /&gt;
&lt;br /&gt;
Le gadget est un adaptateur 6 en 1 fort pratique pour les bricoleurs qui aiment se frotter aux interfaces série. &lt;br /&gt;
&lt;br /&gt;
Ce produit chinois tient ses promesses pour autant qu’on garde cette documentation sous le coude et que l'on dispose de quelques câbles pour Dupont pour BreadBoard M-F et F-F &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:multifunction-serial-converter01.png]] [[File:multifunction-serial-converter02.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Démonstration par l’exemple : &lt;br /&gt;
&lt;br /&gt;
1°) Sitôt branché sitôt reconnu&lt;br /&gt;
&lt;br /&gt;
[ 4518.307084] usbcore: registered new interface driver cp210x&lt;br /&gt;
[ 4518.307092] usbserial: USB Serial support registered for cp210x&lt;br /&gt;
[ 4518.307111] cp210x 2-1.1:1.0: cp210x converter detected&lt;br /&gt;
[ 4518.307168] usb 2-1.1: cp210x converter now attached to ttyUSB0&lt;/div&gt;</summary>
		<author><name>Benni 75</name></author>	</entry>

	<entry>
		<id>https://fixme.ch/w/index.php?title=Installons_le_bon_kernel&amp;diff=13104</id>
		<title>Installons le bon kernel</title>
		<link rel="alternate" type="text/html" href="https://fixme.ch/w/index.php?title=Installons_le_bon_kernel&amp;diff=13104"/>
				<updated>2017-02-05T18:16:54Z</updated>
		
		<summary type="html">&lt;p&gt;Benni 75: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Je suis passé du noyau 2.4.4-34V7 au noyau 2.7.10 pour pouvoir utiliser la carte et gérer convenablement le 802.15.4 sur un RPi3.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo apt-get install git libncurses5-dev bc &lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get upgrade&lt;br /&gt;
sudo apt-get reboot&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Une fois cela fait, nous avons un système à jour avec le dernier kernel installé.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
uname -a&lt;br /&gt;
Linux raspberrypi 4.4.34-v7+ #930 SMP Wed Nov 23 15:20:41 GMT 2016 armv7l GNU/Linux&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Allons chercher de quoi construire un nouveau kernel.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo mkdir -p /opt/src/rpi_wpan&lt;br /&gt;
sudo chown -R pi: /opt/src&lt;br /&gt;
cd /opt/src/rpi_wpan&lt;br /&gt;
git clone --depth 1 https://github.com/raspberrypi/linux.git \&lt;br /&gt;
    --branch rpi-4.7.y --single-branch linux-rpi3&lt;br /&gt;
git clone --depth 1 https://github.com/raspberrypi/firmware.git \&lt;br /&gt;
    --branch next --single-branch firmware&lt;br /&gt;
cd linux-rpi3&lt;br /&gt;
make bcm2709_defconfig&lt;br /&gt;
make menuconfig&lt;br /&gt;
make kernelversion&lt;br /&gt;
4.7.10&lt;br /&gt;
menuconfig&lt;br /&gt;
     Device Drivers&lt;br /&gt;
     --&amp;gt; Network device support&lt;br /&gt;
         --&amp;gt; IEEE 802.15.4 drivers&lt;br /&gt;
   &lt;br /&gt;
     Networking support&lt;br /&gt;
     --&amp;gt; Networking Options&lt;br /&gt;
       --&amp;gt; IEEE Std 802.15.4 Low-Rate Wireless Personal Area&lt;br /&gt;
             Networks support&lt;br /&gt;
&lt;br /&gt;
make zImage modules dtbs -j4&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Quelques 2 heures après....&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo make modules_install dtbs_install&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Après un reboot...&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
uname -a&lt;br /&gt;
Linux raspberrypi 4.7.10-v7+ #1 SMP Mon Dec 12 15:21:31 CET 2016 armv7l GNU/Linux&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Maintenant que nous avons un nouveau noyau évitons qu'il soit écrasé par une mise à jour.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
sudo apt-mark hold raspberrypi-kernel&lt;br /&gt;
sudo apt-mark hold raspberrypi-bootloader&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Benni 75</name></author>	</entry>

	<entry>
		<id>https://fixme.ch/w/index.php?title=OpenData&amp;diff=11825</id>
		<title>OpenData</title>
		<link rel="alternate" type="text/html" href="https://fixme.ch/w/index.php?title=OpenData&amp;diff=11825"/>
				<updated>2016-03-02T22:35:53Z</updated>
		
		<summary type="html">&lt;p&gt;Benni 75: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
* Open data resource&lt;br /&gt;
== Gourvernance ==&lt;br /&gt;
* https://opendata.swiss/en/ Swiss Gov &lt;br /&gt;
* http://www.data.gov/ US Gov&lt;br /&gt;
* http://www.data.gouv.fr/ French Gov&lt;br /&gt;
* Russian Gov&lt;br /&gt;
** http://data.gov.ru/opendata &lt;br /&gt;
** http://api.duma.gov.ru/ Parliament&lt;br /&gt;
** http://mvd.ru/opendata/&lt;br /&gt;
* http://www.socrata.com/resources/&lt;br /&gt;
* http://www.census.gov/&lt;br /&gt;
&lt;br /&gt;
=== Local ===&lt;br /&gt;
* https://data.sfgov.org/ San Francisco&lt;br /&gt;
* Russia&lt;br /&gt;
** http://data.gov.spb.ru/ (St. Petersburg)&lt;br /&gt;
** http://data.mos.ru/ (Moscow)&lt;br /&gt;
** http://data.ulgov.ru/ (Ulyanovsk Region)&lt;br /&gt;
** http://opendata71.ru/ (Tula Region)&lt;br /&gt;
** http://opendata.permkrai.ru/opendata/ (Perm Region)&lt;br /&gt;
** http://krd.ru/opendata/ (Krasnodar region)&lt;br /&gt;
&lt;br /&gt;
== Transport ==&lt;br /&gt;
* http://www.tpg.ch/web/open-data/ Geneva public transportation&lt;br /&gt;
* http://transport.opendata.ch/ Independant swiss transport data&lt;br /&gt;
* http://prix-carburants.gouv.fr/rubrique/opendata/ French fuel price&lt;br /&gt;
&lt;br /&gt;
== Environment ==&lt;br /&gt;
* http://www.wunderground.com/weather/api/&lt;br /&gt;
&lt;br /&gt;
== Social ==&lt;br /&gt;
* TODO&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
* http://data.unhcr.org/wiki/index.php/API_Documentation&lt;br /&gt;
* http://www.theguardian.com/news/datablog&lt;br /&gt;
* http://opendata.cern.ch/&lt;br /&gt;
* http://data.nasa.gov/&lt;br /&gt;
* https://market.mashape.com/explore&lt;br /&gt;
* https://api-developer.swisscom.com&lt;br /&gt;
&lt;br /&gt;
== Hackathon ==&lt;br /&gt;
* http://fr.opendata.ch/dates/&lt;br /&gt;
* http://www.hackathon.spb.ru/&lt;/div&gt;</summary>
		<author><name>Benni 75</name></author>	</entry>

	<entry>
		<id>https://fixme.ch/w/index.php?title=OpenData&amp;diff=11824</id>
		<title>OpenData</title>
		<link rel="alternate" type="text/html" href="https://fixme.ch/w/index.php?title=OpenData&amp;diff=11824"/>
				<updated>2016-03-02T22:17:55Z</updated>
		
		<summary type="html">&lt;p&gt;Benni 75: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
* Open data resource&lt;br /&gt;
== Gourvernance ==&lt;br /&gt;
* https://opendata.swiss/en/ Swiss Gov &lt;br /&gt;
* http://www.data.gov/ US Gov&lt;br /&gt;
* http://www.data.gouv.fr/ French Gov&lt;br /&gt;
* Russian Gov&lt;br /&gt;
** http://data.gov.ru/opendata &lt;br /&gt;
** http://api.duma.gov.ru/ Parliament&lt;br /&gt;
** http://mvd.ru/opendata/&lt;br /&gt;
* http://www.socrata.com/resources/&lt;br /&gt;
* http://www.census.gov/&lt;br /&gt;
&lt;br /&gt;
=== Local ===&lt;br /&gt;
* https://data.sfgov.org/ San Francisco&lt;br /&gt;
* Russia&lt;br /&gt;
** http://data.gov.spb.ru/ (St. Petersburg)&lt;br /&gt;
** http://data.mos.ru/ (Moscow)&lt;br /&gt;
** http://data.ulgov.ru/ (Ulyanovsk Region)&lt;br /&gt;
** http://opendata71.ru/ (Tula Region)&lt;br /&gt;
** http://opendata.permkrai.ru/opendata/ (Perm Region)&lt;br /&gt;
** http://krd.ru/opendata/ (Krasnodar region)&lt;br /&gt;
&lt;br /&gt;
== Transport ==&lt;br /&gt;
* http://www.tpg.ch/web/open-data/ Geneva public transportation&lt;br /&gt;
* http://transport.opendata.ch/ Independant swiss transport data&lt;br /&gt;
* http://prix-carburants.gouv.fr/rubrique/opendata/ French fuel price&lt;br /&gt;
&lt;br /&gt;
== Environment ==&lt;br /&gt;
* http://www.wunderground.com/weather/api/&lt;br /&gt;
&lt;br /&gt;
== Social ==&lt;br /&gt;
* TODO&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
* http://data.unhcr.org/wiki/index.php/API_Documentation&lt;br /&gt;
* http://www.theguardian.com/news/datablog&lt;br /&gt;
* http://opendata.cern.ch/&lt;br /&gt;
* http://data.nasa.gov/&lt;br /&gt;
* https://market.mashape.com/explore&lt;br /&gt;
&lt;br /&gt;
== Hackathon ==&lt;br /&gt;
* http://fr.opendata.ch/dates/&lt;br /&gt;
* http://www.hackathon.spb.ru/&lt;/div&gt;</summary>
		<author><name>Benni 75</name></author>	</entry>

	<entry>
		<id>https://fixme.ch/w/index.php?title=OpenData&amp;diff=11823</id>
		<title>OpenData</title>
		<link rel="alternate" type="text/html" href="https://fixme.ch/w/index.php?title=OpenData&amp;diff=11823"/>
				<updated>2016-03-02T22:13:34Z</updated>
		
		<summary type="html">&lt;p&gt;Benni 75: new swiss Gov portal&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
* Open data resource&lt;br /&gt;
== Gourvernance ==&lt;br /&gt;
* https://opendata.swiss/en/ Swiss Gov &lt;br /&gt;
* http://www.data.gov/ US Gov&lt;br /&gt;
* http://www.data.gouv.fr/ French Gov&lt;br /&gt;
* Russian Gov&lt;br /&gt;
** http://data.gov.ru/opendata &lt;br /&gt;
** http://api.duma.gov.ru/ Parliament&lt;br /&gt;
** http://mvd.ru/opendata/&lt;br /&gt;
* http://www.socrata.com/resources/&lt;br /&gt;
* http://www.census.gov/&lt;br /&gt;
&lt;br /&gt;
=== Local ===&lt;br /&gt;
* https://data.sfgov.org/ San Francisco&lt;br /&gt;
* Russia&lt;br /&gt;
** http://data.gov.spb.ru/ (St. Petersburg)&lt;br /&gt;
** http://data.mos.ru/ (Moscow)&lt;br /&gt;
** http://data.ulgov.ru/ (Ulyanovsk Region)&lt;br /&gt;
** http://opendata71.ru/ (Tula Region)&lt;br /&gt;
** http://opendata.permkrai.ru/opendata/ (Perm Region)&lt;br /&gt;
** http://krd.ru/opendata/ (Krasnodar region)&lt;br /&gt;
&lt;br /&gt;
== Transport ==&lt;br /&gt;
* http://www.tpg.ch/web/open-data/ Geneva public transportation&lt;br /&gt;
* http://transport.opendata.ch/ Independant swiss transport data&lt;br /&gt;
* http://prix-carburants.gouv.fr/rubrique/opendata/ French fuel price&lt;br /&gt;
&lt;br /&gt;
== Environment ==&lt;br /&gt;
* http://www.wunderground.com/weather/api/&lt;br /&gt;
&lt;br /&gt;
== Social ==&lt;br /&gt;
* TODO&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
* http://data.unhcr.org/wiki/index.php/API_Documentation&lt;br /&gt;
* http://www.theguardian.com/news/datablog&lt;br /&gt;
* http://opendata.cern.ch/&lt;br /&gt;
* http://data.nasa.gov/&lt;br /&gt;
&lt;br /&gt;
== Hackathon ==&lt;br /&gt;
* http://fr.opendata.ch/dates/&lt;br /&gt;
* http://www.hackathon.spb.ru/&lt;/div&gt;</summary>
		<author><name>Benni 75</name></author>	</entry>

	<entry>
		<id>https://fixme.ch/w/index.php?title=IOT_Hackathon&amp;diff=11072</id>
		<title>IOT Hackathon</title>
		<link rel="alternate" type="text/html" href="https://fixme.ch/w/index.php?title=IOT_Hackathon&amp;diff=11072"/>
				<updated>2015-11-25T08:04:08Z</updated>
		
		<summary type="html">&lt;p&gt;Benni 75: add potential sponsors to contact&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:IoT-Weekend-Hackathon-lowres.png|500px]]&lt;br /&gt;
&lt;br /&gt;
We are still looking for the best date, please [https://framadate.org/A7HGbcop4d9h1axc tell us which ones suit you best]. &lt;br /&gt;
&lt;br /&gt;
If you know of any '''sponsors''' or '''partners''' who may be interested in helping us out, please contact sasha (at) fixme (dot) ch.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
This winter, come join us at FIXME for a fun weekend full of hacking and exploring everything that is IoT. It seems that the Internet of Things is the latest new buzzword that's exploding in the mainstream media. However, as hackers, we've already been tinkering for a number of years with connected devices, LEDs, sensors, wireless modules, and &amp;quot;big data&amp;quot;. We are at the forefront of many new technologies, and we have the power to decide how the future will look like. Come join fellow hackers from the local community for a wonderful weekend hackathon focusing on playing with everything from laser cutters to temperature sensors, Bluetooth modules and Raspberry Pi's. Build a wireless blinking light or build a connected rocket ship - there are no restrictions on where your imagination can take you!&lt;br /&gt;
&lt;br /&gt;
=== Details ===&lt;br /&gt;
'''Dates:''' unconfirmed, [https://framadate.org/A7HGbcop4d9h1axc see here]&lt;br /&gt;
&lt;br /&gt;
'''Location:''' FIXME Hackerspace, Ch. de Closel 5, Renens&lt;br /&gt;
&lt;br /&gt;
'''Price:''' still unset, we are trying to make this event free for everyone, but it depends on our sponsors&lt;br /&gt;
&lt;br /&gt;
'''Food:''' status unknown&lt;br /&gt;
&lt;br /&gt;
== Schedule ==&lt;br /&gt;
The schedule is still being planned and not final.&lt;br /&gt;
&lt;br /&gt;
=== Saturday ===&lt;br /&gt;
'''13:00''' - Doors open and registration begins&lt;br /&gt;
&lt;br /&gt;
'''14:00''' - Introduction to event&lt;br /&gt;
&lt;br /&gt;
'''14:15''' - Keynote talk&lt;br /&gt;
&lt;br /&gt;
'''15:00''' - Second talk&lt;br /&gt;
&lt;br /&gt;
'''15:45''' - Hackathon overview&lt;br /&gt;
&lt;br /&gt;
'''16:00''' - Hackathon starts!&lt;br /&gt;
&lt;br /&gt;
'''19:00''' - Dinner&lt;br /&gt;
&lt;br /&gt;
=== Sunday ===&lt;br /&gt;
'''08:00''' - Breakfast&lt;br /&gt;
&lt;br /&gt;
'''09:00''' - Talk 1&lt;br /&gt;
&lt;br /&gt;
'''10:00''' - Talk 2&lt;br /&gt;
&lt;br /&gt;
'''11:00''' - Talk 3&lt;br /&gt;
&lt;br /&gt;
'''12:00''' - Lunch&lt;br /&gt;
&lt;br /&gt;
'''16:00''' - Hackathon end, submission deadline&lt;br /&gt;
&lt;br /&gt;
'''16-17''' - Judges will evaluate the projects&lt;br /&gt;
&lt;br /&gt;
'''17:00''' - Award and closing ceremony&lt;br /&gt;
&lt;br /&gt;
'''18:00''' - End of event&lt;br /&gt;
&lt;br /&gt;
== Organisation ==&lt;br /&gt;
=== Deadlines ===&lt;br /&gt;
'''1st December''' - Settle on a date&lt;br /&gt;
&lt;br /&gt;
=== Participants ===&lt;br /&gt;
[[User: Sasha]] - event coordinator&lt;br /&gt;
&lt;br /&gt;
=== Speakers ===&lt;br /&gt;
&lt;br /&gt;
=== Sponsors ===&lt;br /&gt;
Potential sponsors to contact:&lt;br /&gt;
* Zigobot&lt;br /&gt;
* Intel&lt;br /&gt;
* Microsoft&lt;br /&gt;
* Swisscom&lt;br /&gt;
* IBM&lt;br /&gt;
* Digi, SierraWireless, Sigfox request for loan modules&lt;br /&gt;
* LoRa, Ask me, I have a contact at Semtech SaRl Neuchatel, but I do not know if the LoRa technology is already available at Lausanne&lt;br /&gt;
* Adeunis-rf, ask me too&lt;br /&gt;
* ''Your suggestions here''&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
=== Media ===&lt;br /&gt;
PDF poster: [[File:IoT Poster.pdf]]&lt;br /&gt;
&lt;br /&gt;
Background graphic highres: [[media:IoT-Weekend-Hackathon-highres.png]] lowres: [[media:IoT-Weekend-Hackathon-lowres.png]]&lt;br /&gt;
&lt;br /&gt;
'''Originals'''&lt;br /&gt;
&lt;br /&gt;
Master PSD of poster: [[File:IoT Poster.psd]]&lt;br /&gt;
&lt;br /&gt;
Original background graphic: [[File:IoT background.psd]]&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
Holidays in Vaud [http://www.vd.ch/themes/formation/jours-feries-et-vacances-scolaires/2015/ 2015] and [http://www.vd.ch/themes/formation/jours-feries-et-vacances-scolaires/2016/ 2016]&lt;br /&gt;
&lt;br /&gt;
[https://hackathon.guide/ Hackathon guide]&lt;br /&gt;
&lt;br /&gt;
[http://www.hackzurich.com/ HackZurich] - Europe's biggest and best organised hackathon&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
Here are some previous events that FIXME organised or participated in:&lt;br /&gt;
&lt;br /&gt;
[[Mitch Altman soldering workshop]]&lt;br /&gt;
&lt;br /&gt;
[[ElectroJam1|ElectroJam]]&lt;br /&gt;
&lt;br /&gt;
[[Leman make]]&lt;br /&gt;
&lt;br /&gt;
[[Cryptoparty2|Cryptoparty]]&lt;br /&gt;
&lt;br /&gt;
[[5th Anniversary]]&lt;/div&gt;</summary>
		<author><name>Benni 75</name></author>	</entry>

	<entry>
		<id>https://fixme.ch/w/index.php?title=Movies&amp;diff=8366</id>
		<title>Movies</title>
		<link rel="alternate" type="text/html" href="https://fixme.ch/w/index.php?title=Movies&amp;diff=8366"/>
				<updated>2015-08-08T20:36:10Z</updated>
		
		<summary type="html">&lt;p&gt;Benni 75: /* Reportages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Voici une liste des films ou des reportages en rapport avec l'informatique, les hackerspaces, les Geek.&lt;br /&gt;
&lt;br /&gt;
== Films ==&lt;br /&gt;
* [http://mgnet.me/EsRm 2001: A Space Odyssey  ''2001:l'odyssée de l'espace'' (1968)] - http://www.imdb.com/title/tt0062622/&lt;br /&gt;
* [http://mgnet.me/EsRk Tron (1982)] - http://www.imdb.com/title/tt0084827/&lt;br /&gt;
* [http://mgnet.me/AQx0 Blade Runner (1982)] - http://www.imdb.com/title/tt0083658/&lt;br /&gt;
* [http://mgnet.me/EsRD War Games (1983)] - http://www.imdb.com/title/tt0086567/&lt;br /&gt;
* [http://mgnet.me/EsTE La belle et l'ordinateur (1984)] - http://french.imdb.com/title/tt0087197/&lt;br /&gt;
* [http://mgnet.me/EsRF Short Circuit (1986)] - http://www.imdb.com/title/tt0091949/&lt;br /&gt;
* [http://mgnet.me/EsT9 Sneakers (1992)] - http://www.imdb.com/title/tt0105435/&lt;br /&gt;
* [http://mgnet.me/EsRG Hackers (1995)] - http://www.imdb.com/title/tt0113243/&lt;br /&gt;
* [http://mgnet.me/EsRi The Net (1995)] - http://www.imdb.com/title/tt0113957/&lt;br /&gt;
* [http://mgnet.me/EsRj Pi (1998)] - http://www.imdb.com/title/tt0138704/&lt;br /&gt;
* [http://mgnet.me/EsTB 23 (1998)] - http://www.imdb.com/title/tt0126765/&lt;br /&gt;
* [http://mgnet.me/EsTC Run Lola Run (1998)] - http://www.imdb.com/title/tt0130827/&lt;br /&gt;
* [http://mgnet.me/EsRn Pirates of Silicon Valley ''Les Pirates de la Silicon Valley'' (1999)] - http://www.imdb.com/title/tt0168122/&lt;br /&gt;
* [http://mgnet.me/EsTH The Matrix (1999)] - http://www.imdb.com/title/tt0133093/&lt;br /&gt;
* [http://mgnet.me/EsT0 eXistenZ (1999)] - http://www.imdb.com/title/tt0120907/&lt;br /&gt;
* [http://mgnet.me/EsRl Takedown ''Cybertr@que'' (2000)] - http://www.imdb.com/title/tt0159784/ &lt;br /&gt;
* [http://mgnet.me/EsRE Antitrust (2001)] - http://www.imdb.com/title/tt0218817/&lt;br /&gt;
* [http://mgnet.me/EsTA Avalon (2001)] - http://www.imdb.com/title/tt0267287/&lt;br /&gt;
* [http://mgnet.me/EsTD The Hitchhiker's Guide to the Galaxy (2005)] - http://www.imdb.com/title/tt0371724/&lt;br /&gt;
* [http://mgnet.me/EsTF Die Hard 4.0 (2007)] - http://www.imdb.com/title/tt0337978/&lt;br /&gt;
&lt;br /&gt;
== Animés ==&lt;br /&gt;
* Ghost In The Shell (1995) - http://www.imdb.com/title/tt0113568/&lt;br /&gt;
* Akira (1988) - http://www.imdb.com/title/tt0094625/&lt;br /&gt;
* A Scanner Darkly (2006) - http://www.imdb.com/title/tt0405296/&lt;br /&gt;
&lt;br /&gt;
== Reportages ==&lt;br /&gt;
* Citizenfour - [http://www.imdb.com/title/tt4044364/ imdb] - En 2013, Edward Snowden révèle des documents secret-défense en provenance de la NSA&lt;br /&gt;
* The Internet's Own Boy: The Story of Aaron Swartz [http://www.youtube.com/watch?v=7ZBe1VFy0gc YouTube] - Documentaire réalisé par Brian Knappenberger en 2014&lt;br /&gt;
* Cyber Guérilla - Hackers, pirates et guerres secrètes - http://winsa.free.fr/wordpress/?p=737&lt;br /&gt;
* Les guerriers du WEB - http://www.zonexbe.com/news-web/121-docu-les-guerriers-du-web&lt;br /&gt;
* Pir@tage sur FR4 (2011) - http://www.stream-tv.fr/reportage-tv/pirate-hacker-reportage/&lt;br /&gt;
* FabLabs, imprimantes 3D et DIY (FR5): [http://blog.france5.fr/le-vinvinteur/2013/01/12/dossier-fablabs-imprimantes-3d-diy/ teaser] [http://www.dailymotion.com/video/xwpidw_le-vinvinteur-n-11-fablabs-nouvelle-revolution-industrielle_creation video]&lt;br /&gt;
* les dieux de l'informatique (strip tease) [http://www.youtube.com/watch?v=__aTZ9Ld0x4/ YouTube]&lt;br /&gt;
* [http://mgnet.me/EPyl Une contre-histoire de l'Internet (2013)]: http://lesinternets.arte.tv/ [http://www.youtube.com/playlist?list=PLmfiCnVD2LL5tqAlXI73hfA6akRM6B-jj Videos in CC-BY-SA]&lt;br /&gt;
* Qu'est ce qu'Internet (SciencePo): http://www.libertesnumeriques.net/evenements/bayart-internet-sciencespo&lt;br /&gt;
&lt;br /&gt;
== Émission de TV ==&lt;br /&gt;
* TSR - NOUVO - http://www.nouvo.ch/ &lt;br /&gt;
&lt;br /&gt;
== Podcasts ==&lt;br /&gt;
* La Grotte Du Barbu http://www.lagrottedubarbu.com/ DIY&lt;br /&gt;
* MAKE http://blog.makezine.com/podcast/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sort ==&lt;br /&gt;
One liner to sort the movies, if you have all the movies in a 'movies' file&lt;br /&gt;
&lt;br /&gt;
    python -c &amp;quot;import re;print(''.join(sorted(open('movies').readlines(), key=lambda s: int(re.search('\((\d{4})\)', s).group(1)))))&amp;quot;&lt;br /&gt;
&lt;br /&gt;
yep, that's ugly.&lt;br /&gt;
&lt;br /&gt;
Or you can use [http://filebot.net Filebot] on any OS to sort and rename movies by scraping movie/series websites&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[podcasts]]&lt;/div&gt;</summary>
		<author><name>Benni 75</name></author>	</entry>

	<entry>
		<id>https://fixme.ch/w/index.php?title=Raspberry_Pi_Weekend&amp;diff=6807</id>
		<title>Raspberry Pi Weekend</title>
		<link rel="alternate" type="text/html" href="https://fixme.ch/w/index.php?title=Raspberry_Pi_Weekend&amp;diff=6807"/>
				<updated>2015-06-04T21:15:45Z</updated>
		
		<summary type="html">&lt;p&gt;Benni 75: /* Event ideas */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Workshops]]&lt;br /&gt;
[https://eventbrite.com/event/16884849038 The Raspberry Pi weekend will be held on the '''13-14th of June'''! Sign up here!]&lt;br /&gt;
&lt;br /&gt;
2 day event at FIXME, focused on exploring and playing with the Raspberry Pi. The idea is to organise a big RPi event with lots of talks, workshops, and projects for everyone, especially the public.&lt;br /&gt;
&lt;br /&gt;
The events will be held in two places, the goal is to hold two talks/workshops at the same time. It still needs to be decided where these two places will be. Carmelo has given approval to accommodate 50-100 people.&lt;br /&gt;
&lt;br /&gt;
== Event ideas ==&lt;br /&gt;
* Introduction to RPi&lt;br /&gt;
* Downloading and setting up NOOBS&lt;br /&gt;
* RPi history&lt;br /&gt;
* Introduction to GPIO&lt;br /&gt;
* Advanced GPIO&lt;br /&gt;
* Command line basics&lt;br /&gt;
* Introduction to scripting&lt;br /&gt;
* Python basics&lt;br /&gt;
* Introduction to programming with scratch&lt;br /&gt;
* 3D printing RPi cases&lt;br /&gt;
* Laser cutting RPi cases&lt;br /&gt;
* Connecting LCD to RPI&lt;br /&gt;
* Connecting camera to RPi&lt;br /&gt;
* Connecting WiFi to RPi&lt;br /&gt;
* Analog input/output on RPi&lt;br /&gt;
* Build Your Own PBX with our RPi&lt;br /&gt;
* Project: LED controller&lt;br /&gt;
* Project: weather station&lt;br /&gt;
* Project: TL bus display&lt;br /&gt;
* Project: something else that is cool&lt;br /&gt;
* Project: [https://info-beamer.com/pi infobeamer]&lt;br /&gt;
&lt;br /&gt;
More ideas on [http://www.pihunt.co/toplist Pihunt]&lt;br /&gt;
&lt;br /&gt;
== Participants ==&lt;br /&gt;
Rough interest expressed for participation during weekend:&lt;br /&gt;
&lt;br /&gt;
* '''Francois''' - playing with the RPi camera, possibly streaming if he can figure it out&lt;br /&gt;
* '''Martin''' - introduction to gstreamer on RPi&lt;br /&gt;
* '''Simon &amp;amp; Laura''' (fragment.in) - something with occulus rift? their friend made a turtle tweeting pi&lt;br /&gt;
* '''Max''' - xbmc media center set up, maybe something else&lt;br /&gt;
* '''Oscar''' - bring 10~20 old laptops for event that were previously used at his office&lt;br /&gt;
* '''Pierre''' - creating your own NXT coin/FixmeCoin&lt;br /&gt;
* '''Sasha''' - filling in parts that no one else is willing to do&lt;br /&gt;
&lt;br /&gt;
== Components ==&lt;br /&gt;
* Screens&lt;br /&gt;
** [http://www.aliexpress.com/store/product/Free-shipping-LCD-module-Pi-TFT-2-8-inch-320-240-Touchscreen-Display-Module-TFT-for/1362008_1969913024.html 2.8&amp;quot; Touchscreen module for RPi (17.40 $)] - same as Adafruit one&lt;br /&gt;
** [http://www.aliexpress.com/store/product/7-inch-Raspberry-Pi-IPS-LCD-With-HDMI-VGA-AV-Screen-Display-Module-For-Pcduino-Banana/403088_32241358353.html 7&amp;quot; Screen for RPi (21.60 $)]&lt;br /&gt;
** [http://www.aliexpress.com/store/product/LCD-module-TFT-3-6-inch-for-Version-Raspberry-Pi-Project-Board-Model-B/1185416_32247238464.html 3.6&amp;quot; Screen for RPi (7.65 $)]&lt;br /&gt;
* DB18B20 sensors&lt;br /&gt;
* Plexiglass for laser cut cases&lt;br /&gt;
* SD cards&lt;br /&gt;
* RPi cameras&lt;br /&gt;
* WiFi USB adapters&lt;br /&gt;
* LED strips&lt;br /&gt;
* BUZ11 for LEDs and other peripherals &lt;br /&gt;
* Breadboards&lt;br /&gt;
* Jumper cables&lt;br /&gt;
&lt;br /&gt;
== Organisation ==&lt;br /&gt;
Need to organise talks, components, sponsoring, food, and other important things. &lt;br /&gt;
&lt;br /&gt;
=== Schedule ===&lt;br /&gt;
Talks will be held in two tracks, with one track being held in the univercité meeting space, and another one being held in fixme (? - this still needs to be defined). There will also be a supervised hacking area in the workshop, where people can use soldering irons, play with breadboards and jumper cables, or hack away at something. The lounge area outside of fixme will serve as a buffer zone with food and drinks, potentially some things on sale (needs to be clarified).&lt;br /&gt;
&lt;br /&gt;
Some people have already volunteered to give talks (see [[#Participants]]), please do not hesitate to add yourself to the list. Talks should be up to 30-60 minutes long, or up to 120 minutes long if it's a workshop. Taking into account a ~10 minute break between talks + 1h lunch break, there should be 15~25 talks and workshops throughout the weekend. From saturday evening through to whenever the last person leaves, there will be a '''RPi hackathon'''. &lt;br /&gt;
&lt;br /&gt;
=== Sponsoring ===&lt;br /&gt;
Find sponsoring for food and drinks. Look to see if there are any entities willing to lend keyboards + mice + displays for just the event. Possibly also find sponsoring so that we can offer various Raspberry Pi things to people who are interested.&lt;br /&gt;
&lt;br /&gt;
* [https://www.orange.ch/en/common/about-orange/contact/sponsoring-request/ Orange] - sent on 11/04, waiting for response - although they normally sponsor only music and cinema events&lt;br /&gt;
* [http://www.lausanne.ch/thematiques/services-industriels/les-sil/sponsoring/extrasArea/00/links/0/linkBinary/Charte%20Sponsoring%20et%20Soutien.pdf SIL] - to send on 11/04&lt;br /&gt;
=== Components ===&lt;br /&gt;
Create a budget for purchasing components (see [[#Components]]), which will include 20-50 Raspberry Pi's (&amp;lt;2000 chf with shipping + taxes), various modules/sensors/etc for the Pi's, and a selection of jumper cables, breadboards, and other miscellaneous useful accessories. We will also need to find a bunch of displays (and dvi-hdmi adapters, possibly vga-hdmi too), mice, keyboards, network cables, and other things needed during setup.&lt;br /&gt;
&lt;br /&gt;
=== Marketing ===&lt;br /&gt;
Print flyers at ECAL/IRL/Ville de lausanne. Get a giant [http://fc07.deviantart.net/fs70/f/2012/163/8/9/3d_roll_up_banner___pull_up_stand_by_devgrafizone-d53aw24.jpg roll up poster] that could eventually be re-used for other fixme events - this costs ~40€.&lt;br /&gt;
&lt;br /&gt;
== Schedule ==&lt;br /&gt;
* '''June 13/14''': confirmed date&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
It would be nice to have some more RPi's that we can give to the public with a caution, as well as a wide selection of RPi sensors. We will also need to make sure to place this event in all of the calendars that univercite and hackuarium use to avoid confusion.&lt;/div&gt;</summary>
		<author><name>Benni 75</name></author>	</entry>

	<entry>
		<id>https://fixme.ch/w/index.php?title=Raspberry_Pi_Weekend&amp;diff=6806</id>
		<title>Raspberry Pi Weekend</title>
		<link rel="alternate" type="text/html" href="https://fixme.ch/w/index.php?title=Raspberry_Pi_Weekend&amp;diff=6806"/>
				<updated>2015-06-04T21:15:10Z</updated>
		
		<summary type="html">&lt;p&gt;Benni 75: Undo revision 6805 by Benni 75 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Workshops]]&lt;br /&gt;
[https://eventbrite.com/event/16884849038 The Raspberry Pi weekend will be held on the '''13-14th of June'''! Sign up here!]&lt;br /&gt;
&lt;br /&gt;
2 day event at FIXME, focused on exploring and playing with the Raspberry Pi. The idea is to organise a big RPi event with lots of talks, workshops, and projects for everyone, especially the public.&lt;br /&gt;
&lt;br /&gt;
The events will be held in two places, the goal is to hold two talks/workshops at the same time. It still needs to be decided where these two places will be. Carmelo has given approval to accommodate 50-100 people.&lt;br /&gt;
&lt;br /&gt;
== Event ideas ==&lt;br /&gt;
* Introduction to RPi&lt;br /&gt;
* Downloading and setting up NOOBS&lt;br /&gt;
* RPi history&lt;br /&gt;
* Introduction to GPIO&lt;br /&gt;
* Advanced GPIO&lt;br /&gt;
* Command line basics&lt;br /&gt;
* Introduction to scripting&lt;br /&gt;
* Python basics&lt;br /&gt;
* Introduction to programming with scratch&lt;br /&gt;
* 3D printing RPi cases&lt;br /&gt;
* Laser cutting RPi cases&lt;br /&gt;
* Connecting LCD to RPI&lt;br /&gt;
* Connecting camera to RPi&lt;br /&gt;
* Connecting WiFi to RPi&lt;br /&gt;
* Analog input/output on RPi&lt;br /&gt;
* Project: LED controller&lt;br /&gt;
* Project: weather station&lt;br /&gt;
* Project: TL bus display&lt;br /&gt;
* Project: something else that is cool&lt;br /&gt;
* Project: [https://info-beamer.com/pi infobeamer]&lt;br /&gt;
&lt;br /&gt;
More ideas on [http://www.pihunt.co/toplist Pihunt]&lt;br /&gt;
&lt;br /&gt;
== Participants ==&lt;br /&gt;
Rough interest expressed for participation during weekend:&lt;br /&gt;
&lt;br /&gt;
* '''Francois''' - playing with the RPi camera, possibly streaming if he can figure it out&lt;br /&gt;
* '''Martin''' - introduction to gstreamer on RPi&lt;br /&gt;
* '''Simon &amp;amp; Laura''' (fragment.in) - something with occulus rift? their friend made a turtle tweeting pi&lt;br /&gt;
* '''Max''' - xbmc media center set up, maybe something else&lt;br /&gt;
* '''Oscar''' - bring 10~20 old laptops for event that were previously used at his office&lt;br /&gt;
* '''Pierre''' - creating your own NXT coin/FixmeCoin&lt;br /&gt;
* '''Sasha''' - filling in parts that no one else is willing to do&lt;br /&gt;
&lt;br /&gt;
== Components ==&lt;br /&gt;
* Screens&lt;br /&gt;
** [http://www.aliexpress.com/store/product/Free-shipping-LCD-module-Pi-TFT-2-8-inch-320-240-Touchscreen-Display-Module-TFT-for/1362008_1969913024.html 2.8&amp;quot; Touchscreen module for RPi (17.40 $)] - same as Adafruit one&lt;br /&gt;
** [http://www.aliexpress.com/store/product/7-inch-Raspberry-Pi-IPS-LCD-With-HDMI-VGA-AV-Screen-Display-Module-For-Pcduino-Banana/403088_32241358353.html 7&amp;quot; Screen for RPi (21.60 $)]&lt;br /&gt;
** [http://www.aliexpress.com/store/product/LCD-module-TFT-3-6-inch-for-Version-Raspberry-Pi-Project-Board-Model-B/1185416_32247238464.html 3.6&amp;quot; Screen for RPi (7.65 $)]&lt;br /&gt;
* DB18B20 sensors&lt;br /&gt;
* Plexiglass for laser cut cases&lt;br /&gt;
* SD cards&lt;br /&gt;
* RPi cameras&lt;br /&gt;
* WiFi USB adapters&lt;br /&gt;
* LED strips&lt;br /&gt;
* BUZ11 for LEDs and other peripherals &lt;br /&gt;
* Breadboards&lt;br /&gt;
* Jumper cables&lt;br /&gt;
&lt;br /&gt;
== Organisation ==&lt;br /&gt;
Need to organise talks, components, sponsoring, food, and other important things. &lt;br /&gt;
&lt;br /&gt;
=== Schedule ===&lt;br /&gt;
Talks will be held in two tracks, with one track being held in the univercité meeting space, and another one being held in fixme (? - this still needs to be defined). There will also be a supervised hacking area in the workshop, where people can use soldering irons, play with breadboards and jumper cables, or hack away at something. The lounge area outside of fixme will serve as a buffer zone with food and drinks, potentially some things on sale (needs to be clarified).&lt;br /&gt;
&lt;br /&gt;
Some people have already volunteered to give talks (see [[#Participants]]), please do not hesitate to add yourself to the list. Talks should be up to 30-60 minutes long, or up to 120 minutes long if it's a workshop. Taking into account a ~10 minute break between talks + 1h lunch break, there should be 15~25 talks and workshops throughout the weekend. From saturday evening through to whenever the last person leaves, there will be a '''RPi hackathon'''. &lt;br /&gt;
&lt;br /&gt;
=== Sponsoring ===&lt;br /&gt;
Find sponsoring for food and drinks. Look to see if there are any entities willing to lend keyboards + mice + displays for just the event. Possibly also find sponsoring so that we can offer various Raspberry Pi things to people who are interested.&lt;br /&gt;
&lt;br /&gt;
* [https://www.orange.ch/en/common/about-orange/contact/sponsoring-request/ Orange] - sent on 11/04, waiting for response - although they normally sponsor only music and cinema events&lt;br /&gt;
* [http://www.lausanne.ch/thematiques/services-industriels/les-sil/sponsoring/extrasArea/00/links/0/linkBinary/Charte%20Sponsoring%20et%20Soutien.pdf SIL] - to send on 11/04&lt;br /&gt;
=== Components ===&lt;br /&gt;
Create a budget for purchasing components (see [[#Components]]), which will include 20-50 Raspberry Pi's (&amp;lt;2000 chf with shipping + taxes), various modules/sensors/etc for the Pi's, and a selection of jumper cables, breadboards, and other miscellaneous useful accessories. We will also need to find a bunch of displays (and dvi-hdmi adapters, possibly vga-hdmi too), mice, keyboards, network cables, and other things needed during setup.&lt;br /&gt;
&lt;br /&gt;
=== Marketing ===&lt;br /&gt;
Print flyers at ECAL/IRL/Ville de lausanne. Get a giant [http://fc07.deviantart.net/fs70/f/2012/163/8/9/3d_roll_up_banner___pull_up_stand_by_devgrafizone-d53aw24.jpg roll up poster] that could eventually be re-used for other fixme events - this costs ~40€.&lt;br /&gt;
&lt;br /&gt;
== Schedule ==&lt;br /&gt;
* '''June 13/14''': confirmed date&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
It would be nice to have some more RPi's that we can give to the public with a caution, as well as a wide selection of RPi sensors. We will also need to make sure to place this event in all of the calendars that univercite and hackuarium use to avoid confusion.&lt;/div&gt;</summary>
		<author><name>Benni 75</name></author>	</entry>

	<entry>
		<id>https://fixme.ch/w/index.php?title=Raspberry_Pi_Weekend&amp;diff=6805</id>
		<title>Raspberry Pi Weekend</title>
		<link rel="alternate" type="text/html" href="https://fixme.ch/w/index.php?title=Raspberry_Pi_Weekend&amp;diff=6805"/>
				<updated>2015-06-04T21:09:47Z</updated>
		
		<summary type="html">&lt;p&gt;Benni 75: /* Participants */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Workshops]]&lt;br /&gt;
[https://eventbrite.com/event/16884849038 The Raspberry Pi weekend will be held on the '''13-14th of June'''! Sign up here!]&lt;br /&gt;
&lt;br /&gt;
2 day event at FIXME, focused on exploring and playing with the Raspberry Pi. The idea is to organise a big RPi event with lots of talks, workshops, and projects for everyone, especially the public.&lt;br /&gt;
&lt;br /&gt;
The events will be held in two places, the goal is to hold two talks/workshops at the same time. It still needs to be decided where these two places will be. Carmelo has given approval to accommodate 50-100 people.&lt;br /&gt;
&lt;br /&gt;
== Event ideas ==&lt;br /&gt;
* Introduction to RPi&lt;br /&gt;
* Downloading and setting up NOOBS&lt;br /&gt;
* RPi history&lt;br /&gt;
* Introduction to GPIO&lt;br /&gt;
* Advanced GPIO&lt;br /&gt;
* Command line basics&lt;br /&gt;
* Introduction to scripting&lt;br /&gt;
* Python basics&lt;br /&gt;
* Introduction to programming with scratch&lt;br /&gt;
* 3D printing RPi cases&lt;br /&gt;
* Laser cutting RPi cases&lt;br /&gt;
* Connecting LCD to RPI&lt;br /&gt;
* Connecting camera to RPi&lt;br /&gt;
* Connecting WiFi to RPi&lt;br /&gt;
* Analog input/output on RPi&lt;br /&gt;
* Project: LED controller&lt;br /&gt;
* Project: weather station&lt;br /&gt;
* Project: TL bus display&lt;br /&gt;
* Project: something else that is cool&lt;br /&gt;
* Project: [https://info-beamer.com/pi infobeamer]&lt;br /&gt;
&lt;br /&gt;
More ideas on [http://www.pihunt.co/toplist Pihunt]&lt;br /&gt;
&lt;br /&gt;
== Participants ==&lt;br /&gt;
Rough interest expressed for participation during weekend:&lt;br /&gt;
&lt;br /&gt;
* '''Francois''' - playing with the RPi camera, possibly streaming if he can figure it out&lt;br /&gt;
* '''Martin''' - introduction to gstreamer on RPi&lt;br /&gt;
* '''Simon &amp;amp; Laura''' (fragment.in) - something with occulus rift? their friend made a turtle tweeting pi&lt;br /&gt;
* '''Max''' - xbmc media center set up, maybe something else&lt;br /&gt;
* '''Oscar''' - bring 10~20 old laptops for event that were previously used at his office&lt;br /&gt;
* '''Pierre''' - creating your own NXT coin/FixmeCoin&lt;br /&gt;
* '''Sasha''' - filling in parts that no one else is willing to do&lt;br /&gt;
* '''Fred''' - Build Your Own PBX with our RPi&lt;br /&gt;
&lt;br /&gt;
== Components ==&lt;br /&gt;
* Screens&lt;br /&gt;
** [http://www.aliexpress.com/store/product/Free-shipping-LCD-module-Pi-TFT-2-8-inch-320-240-Touchscreen-Display-Module-TFT-for/1362008_1969913024.html 2.8&amp;quot; Touchscreen module for RPi (17.40 $)] - same as Adafruit one&lt;br /&gt;
** [http://www.aliexpress.com/store/product/7-inch-Raspberry-Pi-IPS-LCD-With-HDMI-VGA-AV-Screen-Display-Module-For-Pcduino-Banana/403088_32241358353.html 7&amp;quot; Screen for RPi (21.60 $)]&lt;br /&gt;
** [http://www.aliexpress.com/store/product/LCD-module-TFT-3-6-inch-for-Version-Raspberry-Pi-Project-Board-Model-B/1185416_32247238464.html 3.6&amp;quot; Screen for RPi (7.65 $)]&lt;br /&gt;
* DB18B20 sensors&lt;br /&gt;
* Plexiglass for laser cut cases&lt;br /&gt;
* SD cards&lt;br /&gt;
* RPi cameras&lt;br /&gt;
* WiFi USB adapters&lt;br /&gt;
* LED strips&lt;br /&gt;
* BUZ11 for LEDs and other peripherals &lt;br /&gt;
* Breadboards&lt;br /&gt;
* Jumper cables&lt;br /&gt;
&lt;br /&gt;
== Organisation ==&lt;br /&gt;
Need to organise talks, components, sponsoring, food, and other important things. &lt;br /&gt;
&lt;br /&gt;
=== Schedule ===&lt;br /&gt;
Talks will be held in two tracks, with one track being held in the univercité meeting space, and another one being held in fixme (? - this still needs to be defined). There will also be a supervised hacking area in the workshop, where people can use soldering irons, play with breadboards and jumper cables, or hack away at something. The lounge area outside of fixme will serve as a buffer zone with food and drinks, potentially some things on sale (needs to be clarified).&lt;br /&gt;
&lt;br /&gt;
Some people have already volunteered to give talks (see [[#Participants]]), please do not hesitate to add yourself to the list. Talks should be up to 30-60 minutes long, or up to 120 minutes long if it's a workshop. Taking into account a ~10 minute break between talks + 1h lunch break, there should be 15~25 talks and workshops throughout the weekend. From saturday evening through to whenever the last person leaves, there will be a '''RPi hackathon'''. &lt;br /&gt;
&lt;br /&gt;
=== Sponsoring ===&lt;br /&gt;
Find sponsoring for food and drinks. Look to see if there are any entities willing to lend keyboards + mice + displays for just the event. Possibly also find sponsoring so that we can offer various Raspberry Pi things to people who are interested.&lt;br /&gt;
&lt;br /&gt;
* [https://www.orange.ch/en/common/about-orange/contact/sponsoring-request/ Orange] - sent on 11/04, waiting for response - although they normally sponsor only music and cinema events&lt;br /&gt;
* [http://www.lausanne.ch/thematiques/services-industriels/les-sil/sponsoring/extrasArea/00/links/0/linkBinary/Charte%20Sponsoring%20et%20Soutien.pdf SIL] - to send on 11/04&lt;br /&gt;
=== Components ===&lt;br /&gt;
Create a budget for purchasing components (see [[#Components]]), which will include 20-50 Raspberry Pi's (&amp;lt;2000 chf with shipping + taxes), various modules/sensors/etc for the Pi's, and a selection of jumper cables, breadboards, and other miscellaneous useful accessories. We will also need to find a bunch of displays (and dvi-hdmi adapters, possibly vga-hdmi too), mice, keyboards, network cables, and other things needed during setup.&lt;br /&gt;
&lt;br /&gt;
=== Marketing ===&lt;br /&gt;
Print flyers at ECAL/IRL/Ville de lausanne. Get a giant [http://fc07.deviantart.net/fs70/f/2012/163/8/9/3d_roll_up_banner___pull_up_stand_by_devgrafizone-d53aw24.jpg roll up poster] that could eventually be re-used for other fixme events - this costs ~40€.&lt;br /&gt;
&lt;br /&gt;
== Schedule ==&lt;br /&gt;
* '''June 13/14''': confirmed date&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
It would be nice to have some more RPi's that we can give to the public with a caution, as well as a wide selection of RPi sensors. We will also need to make sure to place this event in all of the calendars that univercite and hackuarium use to avoid confusion.&lt;/div&gt;</summary>
		<author><name>Benni 75</name></author>	</entry>

	</feed>