Outils pour utilisateurs

Outils du site


raspberry_pi_utilisations

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
Prochaine révisionLes deux révisions suivantes
raspberry_pi_utilisations [2018/09/20 15:16] – [Arrêt automatique] sergeraspberry_pi_utilisations [2018/10/21 14:52] – [MediaCenter avec Raspberry] Benjamin Labomedia
Ligne 442: Ligne 442:
  
   * http://www.davidhunt.ie/piphone-a-raspberry-pi-based-smartphone/   * http://www.davidhunt.ie/piphone-a-raspberry-pi-based-smartphone/
 +===== Raspberry Pi Capteurs température humidité gyroscope joystick =====
 +  * https://www.raspberrypi.org/products/sense-hat/
  
 +===== Wikipedia sur Raspberry Pi =====
 +Avec le projet http://www.kiwix.org
 +
 +  wget http://download.kiwix.org/bin/kiwix-server-arm.tar.bz2
 +  mkdir /home/pi/kiwix
 +  tar xjf kiwix-server-arm.tar.bz2 -C kiwix
 +  cd /home/pi/kiwix
 +y placer le fichier zim (trouvable ici http://www.kiwix.org/wiki/Content_in_all_languages/fr)
 +
 +Créer l'index (à faire une seule fois):
 +  ./kiwix-index -v vikidia_fr_all_nopic_2015-11.zim vikidia_fr_all_nopic_2015-11.zim.idx
 +
 +Puis démarrer le serveur:
 +  ./kiwix-serve --port=8080 --index=vikidia_fr_all_nopic_2015-11.zim.idx vikidia_fr_all_nopic_2015-11.zim 
 +  
 +===== Sonic-Pi sur Raspberry Pi =====
 +  * Le projet Sonic-Pi pour faire du live coding musical sur Raspberry https://sonic-pi.net/
 +{{::sonic-pi.png?direct&600|}}
 ===== MediaCenter avec Raspberry ===== ===== MediaCenter avec Raspberry =====
  
   * http://openelec.tv/   * http://openelec.tv/
  
 +===== CodimMD super PADs sur Raspberry =====
 +  * CodimMD https://github.com/hackmdio/codimd
 +A partir d'une Raspbian stretch, installer Docker :
 +  curl -fsSL https://get.docker.com -o get-docker.sh
 +  sudo sh get-docker.sh
 +Installer docker-compose
 +  sudo pip install docker-compose
 +Pour faire marcher CodiMD dans un container https://github.com/hackmdio/codimd-container
 +  git clone https://github.com/hackmdio/codimd-container.git
 +  cd codimd-container/
 +  sudo docker-compose up
 +Wait until see the log HTTP Server listening at port 3000, it will take few minutes based on your internet connection.
 +  Open http://127.0.0.1:3000
 ===== Arrêt automatique ===== ===== Arrêt automatique =====
  
raspberry_pi_utilisations.txt · Dernière modification : 2024/01/29 16:50 de Sélia