====== Raspberry Pi Zero ====== et version W Le truc c'est quelle ne consomme que 76mA a vide et 220 en wifi puisqu'elle ne tourne pas aussi vite que les H3.. du coup c'est une trouvaille pour faire des machines autonomes ;) Pour se connecter sur la RSP 0 raspbian stretch en version original wifi quand on a rien.. - modifier etc/rc.local pour y mettre "sudo systemctl enable ssh && sudo systemctl start ssh" - modifier etc/wpa_supplicant/wpa_supplicant.conf en ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 network={ ssid="SSID" psk="blablapass" key_mgmt=WPA-PSK } et donc on pourra faire ssh pi@raspberrypi.lan avec un mot de passe:raspberrypi cmdline.txt sans console acces par wifi dwc_otg.lpm_enable=0 console=tty1 root=PARTUUID=fc70dcac-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait fastboot noswap et avec une entree serie dwc_otg.lpm_enable=0 console=tty1 console=serial0,115200 root=PARTUUID=5ea66a51-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait fastboot noswap ===== En vrac ===== Schemas * https://www.raspberrypi.org/documentation/hardware/raspberrypi/schematics/rpi_SCH_Zero_1p3_reduced.pdf * de https://cdn.sparkfun.com/r/600-600/assets/learn_tutorials/6/7/6/PiZero_1.png {{:raspberry:raspberry-pi-zero-pinout-schema.jpg?400|}} {{ :raspberry:rpi_sch_zero_1p3_reduced.pdf |}} ajout source.liste: deb http://mirrors.ircam.fr/pub/raspbian/raspbian stretch main contrib non-free rpi GPIO * http://abyz.me.uk/rpi/pigpio/examples.html