<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf:RDF[
	<!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
	<!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
	<!ENTITY owl 'http://www.w3.org/2002/07/owl#'>
	<!ENTITY swivt 'http://semantic-mediawiki.org/swivt/1.0#'>
	<!ENTITY wiki 'http://https://wikifab.hatlab.fr/Special:URIResolver/'>
	<!ENTITY category 'http://https://wikifab.hatlab.fr/Special:URIResolver/Category-3A'>
	<!ENTITY property 'http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3A'>
	<!ENTITY wikiurl 'https://wikifab.hatlab.fr/'>
]>

<rdf:RDF
	xmlns:rdf="&rdf;"
	xmlns:rdfs="&rdfs;"
	xmlns:owl ="&owl;"
	xmlns:swivt="&swivt;"
	xmlns:wiki="&wiki;"
	xmlns:category="&category;"
	xmlns:property="&property;">

	<owl:Ontology rdf:about="https://wikifab.hatlab.fr/Special:ExportRDF/Nelson">
		<swivt:creationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2026-04-28T13:08:48+02:00</swivt:creationDate>
		<owl:imports rdf:resource="http://semantic-mediawiki.org/swivt/1.0"/>
	</owl:Ontology>
	<swivt:Subject rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Nelson">
		<rdf:type rdf:resource="http://https://wikifab.hatlab.fr/Special:URIResolver/Category-3ATutoriels"/>
		<rdfs:label>Nelson</rdfs:label>
		<rdfs:isDefinedBy rdf:resource="https://wikifab.hatlab.fr/Special:ExportRDF/Nelson"/>
		<swivt:page rdf:resource="https://wikifab.hatlab.fr/Nelson"/>
		<swivt:wikiNamespace rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</swivt:wikiNamespace>
		<swivt:wikiPageContentLanguage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">fr</swivt:wikiPageContentLanguage>
		<property:Area rdf:resource="&wiki;-C3-89lectronique"/>
		<property:Area rdf:resource="&wiki;Robotique"/>
		<property:Complete rdf:resource="&wiki;Cochez_cette_case_si_vous_consid-C3-A9rez_ce_tutoriel_termin-C3-A9"/>
		<property:Cost rdf:datatype="http://www.w3.org/2001/XMLSchema#double">0</property:Cost>
		<property:Currency rdf:datatype="http://www.w3.org/2001/XMLSchema#string">EUR (€)</property:Currency>
		<property:Description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Nelson est un objet connecté créé par le designer Maxime Casstelli.(voir [https://www.youtube.com/watch?v=Hx-PYAIlMGM la video de présentation])</property:Description>
		<property:Difficulty rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Moyen</property:Difficulty>
		<property:Duration rdf:datatype="http://www.w3.org/2001/XMLSchema#double">0</property:Duration>
		<property:Duration-2Dtype rdf:datatype="http://www.w3.org/2001/XMLSchema#string">minute(s)</property:Duration-2Dtype>
		<property:Introduction rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Cet objet sert de support et de travaux pratiques pour le MOOC de Mines Telecom, “Fabriquer un objet connecté”.

Ce cours est terminé mais vous pouvez encore vous y inscrire jusqu’au 22/12/2016, vous ne pourrez pas avoir d'attestation de fin de cours mais vous bénéficierez de toutes les ressources du mooc.

Pour résumé, Nelson peut se connecter à un serveur, lui envoyer des informations et en recevoir (position du bras).

Un [http://api.tom.tools/nelsons/ serveur de test] est mis en place par le MOOC.

L'objet de ce post n'est pas de tout vous expliquer en détail, le cours le fait parfaitement, mais peut-être de vous donner envie de fabriquer le vôtre.</property:Introduction>
		<property:Licences rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Attribution (CC BY)</property:Licences>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">* Carte de prototypage NodeMCU ESP8266 - 12E
Dès le branchement de la carte, vous disposez dans l'IDE de l'Arduino d'un programme de test Wifiscan qui vous permet de visualiser sur la console série tous les réseaux wifi disponibles.

* Moteur SG90
Prix entre 2 et 3 euros. On trouve des offres à moins de 10 euros pour des quantités de 4 ou 5 pièces.
Je vous suggère d'y souscrire car dans le projet, il faut pouvoir tourner le moteur à la main et certains n'aiment pas ça.
Les servo-moteur ont en général 3 fils sauf les servo-moteur à retour d'information qui coûtent beaucoup plus chers (&gt; 20 euros).
Le MOOC explique comment ajouter ce quatrième fil. C'est très facile mais il faut avoir de tous petits outils et des grands yeux.

Pour ajouter le fil de retour d'information, c'est [https://www.fun-mooc.fr/courses/MinesTelecom/04018/session01/courseware/6762a962071d463c852b1744568ab417/32233a0b48724571b7a5673884ae3450/ ici]. (Attention: ce lien ne fonctionne que si vous êtes enregistré sur FUN)

* Une petite breadboard de 4,5 x 3,5 cm.</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">* Le servomoteur à retour d’information, ou comment transformer un servomoteur en capteur analogique.
* Les piles protocolaires (le modèle OSI – Open Systems Interconnection)
* Le Wifi
* Le modèle client/serveur
* Les Méta-données
* Le format json
* Décrire la notion d'API web (Application Programming Interface)
* Récupérer les données d'un capteur pour les envoyer sur une API web.
* Placer votre Nelson en tant que serveur d'API web.
* Visualiser le chemin de la donnée depuis un serveur vers des clients.
* Transformer une donnée brute en donnée utile.
* Développer une application en Processing</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Louis-Camille et Arnaud qui ont imprimé les pièces, à Karine, qui par un regard neuf m'a permis de solutionner un bug et bien sur à l'équipe des Mines Telecom pour la réalisation de ce MOOC.</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Les fichiers SSL sont disponibles au sein du MOOC.</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Pour être honnête, je dirais que l’utilité de Nelson ne saute pas aux yeux. Voir la vidéo de son créateur Maxime Castelli.

Mais pour ma part, je trouve que son coté gadget inutile fait tout son charme. Si son utilité n'est pas avérée, son intérêt l'est.</property:Step_Content>
		<property:Step_Content rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Si vous n'avez pas encore de compte sur France Université Numérique, inscrivez-vous vite, c'est gratuit et il y a des tas de cours passionnants (certains dont je ne comprends même pas l'intitulé, mais ça doit être bien).

[https://www.fun-mooc.fr/ La plateforme]</property:Step_Content>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A quoi sert Nelson ?</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ce que vous apprendrez en fabriquant Nelson</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Composition de Nelson</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">FUN</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Impression</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Le schéma</property:Step_Title>
		<property:Step_Title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Remerciements</property:Step_Title>
		<property:Tags rdf:datatype="http://www.w3.org/2001/XMLSchema#string">carte-arduino</property:Tags>
		<property:Type rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Création</property:Type>
		<swivt:wikiPageModificationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2022-04-22T20:12:31Z</swivt:wikiPageModificationDate>
		<property:Modification_date-23aux rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2459692.3420255</property:Modification_date-23aux>
		<swivt:wikiPageSortKey rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Nelson</swivt:wikiPageSortKey>
	</swivt:Subject>
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#creationDate" />
	<owl:Class rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Category-3ATutoriels" />
	<owl:ObjectProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#page" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiNamespace" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiPageContentLanguage" />
	<owl:ObjectProperty rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3AArea" />
	<owl:ObjectProperty rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3AComplete" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3ACost" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3ACurrency" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3ADescription" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3ADifficulty" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3ADuration" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3ADuration-2Dtype" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3AIntroduction" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3ALicences" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3AStep_Content" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3AStep_Title" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3ATags" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3AType" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiPageModificationDate" />
	<owl:DatatypeProperty rdf:about="http://https://wikifab.hatlab.fr/Special:URIResolver/Property-3AModification_date-23aux" />
	<owl:DatatypeProperty rdf:about="http://semantic-mediawiki.org/swivt/1.0#wikiPageSortKey" />
	<!-- Created by Semantic MediaWiki, https://www.semantic-mediawiki.org/ -->
</rdf:RDF>