SlideShare une entreprise Scribd logo
Monthly drink-up
Riviera.rb                                        2012 - 07

                                             Raspberry Pi
                                             ARM
                                                         Ruby
                                          Haskell
                                                            Arduino
                                     Avec la participation amicale de Pobo

Contact us at contact@rivierarb.fr   http://www.pobot.org
  Follow @rivierarb on Twitter
Pobot : club de robotique
 Ouvert à tous : 40 adhérents et autant de profils différents
 Des projets simples < 2 jours, des projets complexes > 2 ans

 Réunions le vendredi soir
 Plus de 1000 articles partagés sur le site web http://www.pobot.org
Robot Nono : électronique
               1 haut-parleur
               1 capteur de distance (front)
               12 leds (front)
               24 leds (casquette)
               6 leds (yeux)
               2 capteurs de présence (oreilles)

               27 leds (bouche)
               2 capteurs (cou)
               3 boutons (main)
               2 moteurs (cou et tronc)
Robot Nono : cartes programmables

              Raspberry Pi :
               - système GNU/Linux (Debian)
               - synthèse vocale (mbrola)
               - communication série USB « host »
               - communication Ethernet


              Arduino :
               - contrôle des leds
               - contrôle des moteurs
               - contrôle des capteurs
               - communication série USB « device »
Robot Nono : connecté à Internet




                     HTTP          SMTP

                    X10         SNMP
                          SMS
Raspberry Pi : logiciels testés

    Systèmes d'exploitation :
       Debian
       Archlinux

    Langages :
       C++
       Java / Processing
       Ruby
Ruby & Haskell sur Rpi : un exemple

 Intérêt pour l'intelligence artificielle :
 Nono utilise un chatterbot pour ses décisions

 Parcours d'arbre
 Tri de listes
 Chaînes de décisions


      … alors, prêts pour la robotique ?

Contenu connexe

ODP
Ruby C extensions at the Ruby drink-up of Sophia, April 2012
PPTX
"Sawares ułatwia życie" - artykuł w miesięczniku Kraków, nr 5 maj 2009
PPTX
"Sawares ułatwia życie" - artykuł w miesięczniku Kraków, nr 5 maj 2009
ODP
Mechanize at the Ruby Drink-up of Sophia, November 2011
PPTX
Ppp osgds y rochester
PPT
EL ESTUDIO DE LA VIDA
PPTX
Conceptos importantes
 
PPTX
Pitch presentation
Ruby C extensions at the Ruby drink-up of Sophia, April 2012
"Sawares ułatwia życie" - artykuł w miesięczniku Kraków, nr 5 maj 2009
"Sawares ułatwia życie" - artykuł w miesięczniku Kraków, nr 5 maj 2009
Mechanize at the Ruby Drink-up of Sophia, November 2011
Ppp osgds y rochester
EL ESTUDIO DE LA VIDA
Conceptos importantes
 
Pitch presentation

En vedette (7)

PDF
Ruby and Twitter at the Ruby drink-up of Sophia, January 2013
ODP
DRb at the Ruby Drink-up of Sophia, December 2011
PDF
Ruby 2.0 at the Ruby drink-up of Sophia, February 2013
PDF
Ruby object model at the Ruby drink-up of Sophia, January 2013
PDF
Pry at the Ruby Drink-up of Sophia, February 2012
ODP
Piloting processes through std IO at the Ruby Drink-up of Sophia, January 2012
PPT
6hats #2
Ruby and Twitter at the Ruby drink-up of Sophia, January 2013
DRb at the Ruby Drink-up of Sophia, December 2011
Ruby 2.0 at the Ruby drink-up of Sophia, February 2013
Ruby object model at the Ruby drink-up of Sophia, January 2013
Pry at the Ruby Drink-up of Sophia, February 2012
Piloting processes through std IO at the Ruby Drink-up of Sophia, January 2012
6hats #2
Publicité

Similaire à PoBot at the Ruby drink-up of Sophia, July 2012 (13)

PDF
Programmez un Raspberry Pi - Initiation avec Python (Simon Monk) (z-lib.org).pdf
PDF
My trafficlights - Mets le feu avec ton Ruby
PDF
Introduction to Arduino
PPTX
Arduino Algiers MeetUp
PPTX
The iTronics - Arduino + Raspberry Pi Workshop 20-04-2017
PDF
Hacking your Home @bdx.io
PDF
Atelier PyMite sur STM32F4 à PyconFR 2012
PPTX
.NET Microframework: du code, de l&rsquo;électronique, de la robotique
KEY
121115 Présentation Arduino Cocoaheads
PDF
Un Raspberry Pi pour bidouiller
PDF
Pyconfr2015 : Marre de faire du C++ sur une Arduino ? Faites du Python avec M...
PPTX
Présentation Raspberry Pi @ekito
PPTX
Présentation Arduino par Christian, F5HOD
Programmez un Raspberry Pi - Initiation avec Python (Simon Monk) (z-lib.org).pdf
My trafficlights - Mets le feu avec ton Ruby
Introduction to Arduino
Arduino Algiers MeetUp
The iTronics - Arduino + Raspberry Pi Workshop 20-04-2017
Hacking your Home @bdx.io
Atelier PyMite sur STM32F4 à PyconFR 2012
.NET Microframework: du code, de l&rsquo;électronique, de la robotique
121115 Présentation Arduino Cocoaheads
Un Raspberry Pi pour bidouiller
Pyconfr2015 : Marre de faire du C++ sur une Arduino ? Faites du Python avec M...
Présentation Raspberry Pi @ekito
Présentation Arduino par Christian, F5HOD
Publicité

PoBot at the Ruby drink-up of Sophia, July 2012

  • 1. Monthly drink-up Riviera.rb 2012 - 07 Raspberry Pi ARM Ruby Haskell Arduino Avec la participation amicale de Pobo Contact us at contact@rivierarb.fr http://www.pobot.org Follow @rivierarb on Twitter
  • 2. Pobot : club de robotique Ouvert à tous : 40 adhérents et autant de profils différents Des projets simples < 2 jours, des projets complexes > 2 ans Réunions le vendredi soir Plus de 1000 articles partagés sur le site web http://www.pobot.org
  • 3. Robot Nono : électronique 1 haut-parleur 1 capteur de distance (front) 12 leds (front) 24 leds (casquette) 6 leds (yeux) 2 capteurs de présence (oreilles) 27 leds (bouche) 2 capteurs (cou) 3 boutons (main) 2 moteurs (cou et tronc)
  • 4. Robot Nono : cartes programmables Raspberry Pi : - système GNU/Linux (Debian) - synthèse vocale (mbrola) - communication série USB « host » - communication Ethernet Arduino : - contrôle des leds - contrôle des moteurs - contrôle des capteurs - communication série USB « device »
  • 5. Robot Nono : connecté à Internet HTTP SMTP X10 SNMP SMS
  • 6. Raspberry Pi : logiciels testés Systèmes d'exploitation : Debian Archlinux Langages : C++ Java / Processing Ruby
  • 7. Ruby & Haskell sur Rpi : un exemple Intérêt pour l'intelligence artificielle : Nono utilise un chatterbot pour ses décisions Parcours d'arbre Tri de listes Chaînes de décisions … alors, prêts pour la robotique ?