867 links
  • Links Lounge
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 2 / 2
Newer►
35 results tagged RaspberryPi x
  • Raspberry PI ~ 24 : Créer une multi sonde wifi pour 11€ – IdleBlog
    Thu Nov 2 10:23:21 2017 - permalink -
    - - - http://blog.idleman.fr/raspberry-pi-24-creer-une-multi-sonde-wifi-pour-11e/
    Domotique RaspberryPi Raspbian
  • Note : Capteur de température DS18B20 RaspberryPi

    Ou comment lire un capteur de température DS18B20 sur un RaspberryPi 3.

    Voir aussi :

    • Mesure de température 1-wire DS18B20 avec le Raspberry Pi
    • Construire une sonde de température radio
    Sun Oct 22 13:52:52 2017 - permalink -
    - - - https://www.modmypi.com/blog/ds18b20-one-wire-digital-temperature-sensor-and-the-raspberry-pi
    Linux RaspberryPi Raspbian
  • Take These Steps to Secure Your Raspberry Pi Against Attackers

    via Shaarli de Erase

    Thu Sep 14 09:25:14 2017 - permalink -
    - - - https://makezine.com/2017/09/07/secure-your-raspberry-pi-against-attackers/
    RaspberryPi Security
  • First 2 things to do if you want to secure your Raspberry Pi on the internet. – xAppSoftware Blog
    Thu Sep 14 09:02:02 2017 - permalink -
    - - - http://www.xappsoftware.com/wordpress/2013/05/30/first-2-things-to-do-if-you-want-to-secure-your-raspberry-pi-on-the-internet/
    RaspberryPi Security
  • Two tricks to make your Raspberry Pi more reliable – xAppSoftware Blog
    Thu Sep 14 09:01:40 2017 - permalink -
    - - - http://www.xappsoftware.com/wordpress/2013/06/10/two-tricks-to-make-your-raspberry-pi-more-reliable/
    RaspberryPi SD
  • Note: Configuration Raspbian

    Configuration carte SD

    • Configuration du fichier "/boot/config.txt" pour que l'écran s'affiche sur le touchscreen Waveshare. Cela peut aussi se faire plus tard mais uniquement via un écran plus standard ou via SSH, puisque rien ne s'affiche sur l'écran Waveshare sans cette modification.

      ## Parameters for Waveshare touchscreen
      max_usb_current=1
      hdmi_group=2
      hdmi_mode=1
      hdmi_mode=87
      hdmi_cvt=1024 600 60 6 0 0 0
    • Configuration du fichier "/boot/config.txt" pour activer une sonde température DS18B20 (il y aura d'autres commandes à activer par la suite)

      ## Parameters for temperature sensor DS18B20
      dtoverlay=w1-gpio
    • Activation du serveur SSH : créer un fichier vide nommé "/boot/ssh" pour activer le serveur SSH de Raspbian. Cela peut se faire plus tard via l'IHM ou en ligne de commande.
    • Configuration du WiFi : modifier le fichier "/etc/wpa_supplicant/wpa_supplicant.conf" pour configurer un (ou plusieurs) point d'accès WiFi par défaut. Cela peut aussi se faire plus tard via l'IHM ou en ligne de commande.
      network={
      ssid="Access Point SSID"
      psk="Your_wifi_password"
      }

      A installer / désinstaller

    apt install vim tmux
    apt install xscreensaver
    
    # Virtual keyboard, azerty, http://www.framboise314.fr/florence-un-autre-clavier-virtuel-pour-le-raspberry-pi/
    apt install florence at-spi2-core && setxkbmap fr
    
    # Install hubiC and configure DBus
    wget http://mir7.ovh.net/ovh-applications/hubic/hubiC-Linux/2.1.0/hubiC-Linux-2.1.0.53-linux.deb -O hubic.deb
    sudo dpkg -i hubic.deb
    sudo apt install -f
    dbus-launch --sh-syntax
    export DBUS_SESSION_BUS_ADDRESS='unix:abstract=/tmp/dbus-xxxx,guid=xxxx' # Copy/paste the bus data address and export the settings (change ‘xxxx’ with your own data from the previous command output)
    # Configuration hubiC and connect the account
    mkdir /home/pi/hubic
    hubic login login@domain.tld /home/pi/hubic
    Fri May 12 09:02:43 2017 - permalink -
    - - - http://links.la-bnbox.fr/?nqPxxg
    Linux RaspberryPi Raspbian
  • Raspbian : Tout un Tas de Trucs... - Framboise 314, le Raspberry Pi à la sauce française....
    Thu May 4 09:36:10 2017 - permalink -
    - - - http://www.framboise314.fr/raspbian-tout-un-tas-de-trucs/
    RaspberryPi
  • Raspberry Pi • View topic - Howto: Disable Screen Saver In Raspbian

    J'ai acheté un super touchscreen Wawestone de 7' pour mon RaspberryPi et je découvre que par défaut sous Raspbian, l'écran s'éteint au bout de 10 minutes. Ah. Aucune configuration du bureau ne permet de changer cela...

    Cette discussion retrace différente solutions possibles. Voir aussi Effacement de l'écran chez framboise314.

    Je vais tenter d'installer "xscreensaver" voir si ça change la donne.

    Thu May 4 09:29:40 2017 - permalink -
    - - - https://www.raspberrypi.org/forums/viewtopic.php?t=57552
    RaspberryPi ScreenSaver
  • HubiC on Raspberry pi – something somewhere

    Je vais tester d'installer hubiC sur mon RaspberryPi 3 (je pense que le 2 souffrirait un peu trop).

    Thu May 4 09:28:38 2017 - permalink -
    - - - http://www.somethingsomewhere.net/hubic-on-raspberry-pi/
    hubiC RaspberryPi
  • Florence un [autre] clavier virtuel pour le Raspberry Pi - Framboise 314, le Raspberry Pi à la sauce française....

    Le clavier "florence" est à privilégier. Il semble que le clavier Matchbox consomme 25% de CPU en permanence ><

    Thu May 4 09:22:37 2017 - permalink -
    - - - http://www.framboise314.fr/florence-un-autre-clavier-virtuel-pour-le-raspberry-pi/
    Clavier RaspberryPi
  • Raspberry Pi as Server: DNS and DHCP — Andrew Oberstar

    sudo apt-get install dnsmasq

    Fri Feb 26 11:08:28 2016 - permalink -
    - - - http://www.andrewoberstar.com/blog/2012/12/30/raspberry-pi-as-server-dns-and-dhcp
    DNS RaspberryPi Réseau Server
  • How do I prepare a Raspberry Pi with Raspbian so I can cross compile Qt5 programs from a Linux host? - Stack Overflow

    Franchement, le Web, c'est génial !
    Et GCC, Qt, C++, Linux aussi.

    Quelques infos complémentaires :

    • http://wiki.qt.io/RaspberryPi2EGLFS : Cross-compiler Qt5.6 pour RaspberryPi 2 (ou 1 accessoirement) en utilisant le RaspberryPi pour installer les dépendances requises
    • http://wiki.qt.io/RaspberryPi_Beginners_Guide : Idem mais je ne sais pas trop comment ils installent les dépendances requises
    Tue Jan 26 22:28:09 2016 - permalink -
    - - - http://stackoverflow.com/questions/30120871/how-do-i-prepare-a-raspberry-pi-with-raspbian-so-i-can-cross-compile-qt5-program
    ARM C++ Cross-Compilation Linux RaspberryPi
  • Here is COPS : Calibre OPDS (and HTML) PHP Server | Technology and Me

    Ma recherche en cours pour rendre ma bibliothèque epub hostable depuis mon RaspberryPi et browsable via un navigateur.
    Cops semble ok. En lecteur peut-etre epub.JS.

    Sun Dec 27 10:18:29 2015 - permalink -
    - - - http://blog.slucas.fr/en/oss/calibre-opds-php-server
    epub OnMyServer RaspberryPi
  • Raspberry Pi: Mopidy music streaming on a credit card — Mopidy 1.0.8 documentation

    Voir aussi : http://www.le-libriste.fr/2015/01/mopidy-fait-de-votre-raspberry-pi-un-serveur-de-musique/

    Thu Jul 23 16:28:25 2015 - permalink -
    - - - https://docs.mopidy.com/en/latest/installation/raspberrypi/
    Musique RaspberryPi
  • Qt on the Raspberry Pi 2

    Qt4 disponible
    Qt5 à recompiler sur chaque RaspberryPi2 : compter 4 à 8h. Il y a des soucis avec OpenGL.

    Wed May 6 09:09:16 2015 - permalink -
    - - - http://www.ics.com/blog/qt-raspberry-pi-2
    RaspberryPi
Links per page: 20 50 100
page 2 / 2
Newer►
Shaarli - The personal, minimalist, super-fast, no-database delicious clone by the Shaarli community - Help/documentation