[article][raspi_therm] Add photos of hard wire version, whithout the
breadboard
This commit is contained in:
parent
7daa14a374
commit
9e3f431a98
3 changed files with 4 additions and 2 deletions
BIN
content/images/therm_raspi_without_breadboard.jpg
Normal file
BIN
content/images/therm_raspi_without_breadboard.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 988 KiB |
BIN
content/images/therm_raspi_without_breadboard_small.jpg
Normal file
BIN
content/images/therm_raspi_without_breadboard_small.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 105 KiB |
|
@ -22,6 +22,7 @@ J'ai choisi la version "standard" à 3 fils.
|
|||
|
||||
Voici une image de la raspi : [![raspi](images/therm_raspi_small.jpg)][5]
|
||||
et une de la breadboard : [![breadboard](images/therm_raspi_bread_small.jpg)][6]
|
||||
et une sans la breadboard : [![without_breadboard](images/therm_raspi_without_breadboard_smal.jpg)][7]
|
||||
|
||||
|
||||
# Logiciel
|
||||
|
@ -70,7 +71,7 @@ La deuxième ligne donne la température en millième de °C.
|
|||
|
||||
|
||||
# Plugin collectd
|
||||
Dans un premier temps, je vais utiliser un script shell et le plugin [Exec][7] de collectd. J'essaierai de faire une meilleure version du plugin, en C je suppose, plus tard.
|
||||
Dans un premier temps, je vais utiliser un script shell et le plugin [Exec][8] de collectd. J'essaierai de faire une meilleure version du plugin, en C je suppose, plus tard.
|
||||
|
||||
## En utilisant le plugin exec
|
||||
Voici un exemple de script donné sur la page [wiki du plugin][7], adaptée pour ce capteur :
|
||||
|
@ -109,4 +110,5 @@ Voici la configuration du plugin dans le fichier `collectd.conf`. Notez l'id de
|
|||
[4]: https://www.raspberrypi.org/
|
||||
[5]: images/therm_raspi.jpg
|
||||
[6]: images/therm_raspi_bread.jpg
|
||||
[7]: https://collectd.org/wiki/index.php/Plugin:Exec
|
||||
[7]: images/therm_raspi_without_breadboard.jpg
|
||||
[8]: https://collectd.org/wiki/index.php/Plugin:Exec
|
||||
|
|
Loading…
Reference in a new issue