845 links
  • Links Lounge
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
3 results tagged Raspbian x
  • Raspberry PI ~ 24 : Créer une multi sonde wifi pour 11€ – IdleBlog
    Thu 02 Nov 2017 10:23:21 AM CET - 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 22 Oct 2017 01:52:52 PM CEST - permalink -
    - - - https://www.modmypi.com/blog/ds18b20-one-wire-digital-temperature-sensor-and-the-raspberry-pi
    Linux RaspberryPi Raspbian
  • 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 12 May 2017 09:02:43 AM CEST - permalink -
    - - - http://links.la-bnbox.fr/?nqPxxg
    Linux RaspberryPi Raspbian
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, no-database delicious clone by the Shaarli community - Help/documentation