Differences

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

Link to this comparison view

Next revision
Previous revision
raspberry_boards:raspberry_basic_hat [2017/09/12 18:11]
admin created
raspberry_boards:raspberry_basic_hat [2020/06/11 22:13] (current)
Line 1: Line 1:
-===== Paper-Duino-Hat =====+===== Raspberry Basic 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\\
Line 48: Line 52:
  
 ---- ----
-~~socialite:icon facebook twitter googleplus reddit tumblr~~+==== License ==== 
 + 
 +The Raspberry Basic Hat was designed by **Wolfgang Spahn** 2017.\\ 
 +It is licensed under a [[http://​creativecommons.org/​licenses/​by-nc-sa/​4.0/"​|Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License]]. 
 + 
 +<​html>​ 
 +<a rel="​license"​ href="​http://​creativecommons.org/​licenses/​by-nc-sa/​4.0/"><​img alt="​Creative Commons License"​ style="​border-width:​0"​ src="​https://​i.creativecommons.org/​l/​by-nc-sa/​4.0/​88x31.png"​ /></​a>​  
 +</​html>​
  
 ---- ----