Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
raspberry_boards:raspberry_basic_hat [2017/09/12 18:11]
admin created
raspberry_boards:raspberry_basic_hat [2017/09/12 19:21]
admin [Paper-Duino-Hat]
Line 1: Line 1:
 ===== Paper-Duino-Hat ===== ===== Paper-Duino-Hat =====
  
 +{{:​raspberry_boards:​raspberry_basic_hat.jpg?​600|}}\\
 That's the pure reduced simple Basic Hat for the Raspberry Pi. If one just needs a reset button, a control LED and a switch, that is the right board.\\ That's the pure reduced simple Basic Hat for the Raspberry Pi. If one just needs a reset button, a control LED and a switch, that is the right board.\\
-It has an Reset-Button (GPIO 22) and a GPIO LED (GPIO 27).+It has an Reset-Button (GPIO 22) and a GPIO LED (GPIO 27). On GPIO 18 is a switch. 
 ---- ----
- 
 ==== Paper PCB ==== ==== Paper PCB ====
 +{{:​raspberry_boards:​raspberry_basic_hat_02.jpg?​600|}}\\ 
 +{{ :​raspberry_boards:​raspberry_basic_hat_02.zip |}}
  
 ---- ----
Line 21: Line 23:
 ==== Install the Shutdown Button and the LED ==== ==== Install the Shutdown Button and the LED ====
  
 +Make a folder:
 +  $ mkdir /​home/​pi/​basic-hat
 Go to your Paper-Duino-Pi folder Go to your Paper-Duino-Pi folder
   $ cd /​home/​pi/​basic-hat   $ cd /​home/​pi/​basic-hat
Line 37: Line 41:
   # run reset and shutdown script   # run reset and shutdown script
   printf ">>>>>>>>​ Starting shutdown aund reset button on GPIO 22\n"   printf ">>>>>>>>​ Starting shutdown aund reset button on GPIO 22\n"
-  /home/pi/paper-duino-pi/​shutdownbutton_hat.py & +  /home/pi/basic-hat/​shutdownbutton_hat.py & 
   ​   ​
   # blink an LED   # blink an LED
   printf ">>>>>>>>​ Starting blinking LED on GPIO 27\n"   printf ">>>>>>>>​ Starting blinking LED on GPIO 27\n"
-  /home/pi/paper-duino-pi/​blink_hat.py &+  /home/pi/basic-hat/​blink_hat.py &
  
 To save and leave press: CTRL+O, Enter, CTRL+X\\ To save and leave press: CTRL+O, Enter, CTRL+X\\