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

Prochaine révision
Révision précédente
raspberry_pi_utilisations [2018/07/27 09:24] – créée Benjamin Labomediaraspberry_pi_utilisations [2024/01/29 16:50] (Version actuelle) – [Lire une vidéo en boucle au lancement sur Raspberry] Sélia
Ligne 45: Ligne 45:
 ===== OpenFramework sur Raspberry Pi ===== ===== OpenFramework sur Raspberry Pi =====
  
-  * **[[OpenFrameworks_avec_Raspberry_Pi|OpenFrameworks avec Raspberry Pi]]** page dédiée sur le wiki+  * **[[Raspberry Pi OpenFrameworks|OpenFrameworks avec Raspberry Pi]]** page dédiée sur le wiki
  
 ===== Streaming Video sur Raspberry Pi ===== ===== Streaming Video sur Raspberry Pi =====
Ligne 64: Ligne 64:
   * http://www.youtube.com/watch?v=8cFXnVDa5Cc et   * http://www.youtube.com/watch?v=8cFXnVDa5Cc et
  
-{{:Pi-noir.png|vignette|droite|Module Caméra vignette|droite|Module Caméra}}+{{media_11:pi-noir.png|vignette|droite|Module Caméra vignette|droite|Module Caméra}}
  
 ==== Avec la Caméra Raspberry ==== ==== Avec la Caméra Raspberry ====
Ligne 290: Ligne 290:
  
 Voir la partie dédiée à la [[Radio_Définie_par_Logiciel_(SDR)|Radio Définie par Logiciel (SDR)]] Voir la partie dédiée à la [[Radio_Définie_par_Logiciel_(SDR)|Radio Définie par Logiciel (SDR)]]
 +
 +===== Lire une vidéo en boucle au lancement sur Raspberry =====
 +//Cette manière de faire utilise VLC, omx étant apparemment obsolète.// 
 +//Pour le moment, testé sur rPi 4 B+ seulement//
 +
 +- [[https://ressources.labomedia.org/lire_une_video_en_boucle_au_lancement_sur_raspberry|Une technique avec autostart]]
 +
 +- [[https://ressources.labomedia.org/raspberry_pi_installation#lancer_une_application_au_demarrage_de_raspberry_pi_os_debian_11_bullsyesvlc_par_exemple_pour_faire_un_player_video|une autre technique et une autre façon de faire l'autostart]]
 +
  
 ===== Raspberry comme lecteur vidéo ===== ===== Raspberry comme lecteur vidéo =====
 +//Omx ne fonctionne apparemment plus (n'est plus inclus dans l'OS de base), ce qui risque de rendre obsolètes plusieurs des méthodes ci-dessous//
  
   * lecteur commandable en OSC http://antoine.villeret.free.fr/?p=633   * lecteur commandable en OSC http://antoine.villeret.free.fr/?p=633
-  * http://antoine.villeret.free.fr/?p=600 avec omx +  * http://antoine.villeret.free.fr/?p=600 avec omx  
-  * http://w.xuv.be/projects/raspi_video_loop+  * http://w.xuv.be/projects/raspi_video_loop 
   * Lire une playlist en boucle http://www.cenolan.com/2013/03/looping-video-playlist-omxplayer-raspberry-pi/   * Lire une playlist en boucle http://www.cenolan.com/2013/03/looping-video-playlist-omxplayer-raspberry-pi/
   * Autre technique http://lietu.net/2013/05/bash-playlist-management-raspberry-pi.html   * Autre technique http://lietu.net/2013/05/bash-playlist-management-raspberry-pi.html
Ligne 325: Ligne 335:
   $ sudo apt-get install alsa-utils   $ sudo apt-get install alsa-utils
  
-Utilisation : $ arecord <html><params></html>+Utilisation :  
 +  $ arecord <html><params></html>
  
   $ arecord   $ arecord
Ligne 368: Ligne 379:
   * http://jasperproject.github.io   * http://jasperproject.github.io
  
-<html><embedvideo service="vimeo"></html>vimeo.https:%%//%%vimeo.com/123514651<html></embedvideo></html> +{{ vimeo>123514651 }}
 ==== Avec un service web ==== ==== Avec un service web ====
  
Ligne 442: Ligne 452:
  
   * 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/
 +{{media_12: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
 +**!!! Au final ne marche pas car Docker container pas prévu pour l'architecture ARM : "standard_init_linux.go:190: exec user process caused "exec format error"**
 +
 +Voir aussi pour yunohost https://forum.yunohost.org/t/solved-disabling-ssowat-login-for-some-url-fr-desactiver-la-connexion-avec-ssowat-pour-certaines-url/1412
 ===== Arrêt automatique ===== ===== Arrêt automatique =====
  
Ligne 460: Ligne 506:
  
  
-{{tag>bj}}+{{tag>bj micro_ordinateur raspberry_pi}}
raspberry_pi_utilisations.1532683488.txt.gz · Dernière modification : 2018/07/27 09:24 de Benjamin Labomedia