├── 1. Introduction ├── 2 - Parts List.docx └── 2 - Resources │ ├── CourseHadware.pdf │ └── Thumbs.db ├── 10. Working with GPIO (General Purpose Input Output) Pins ├── 1. Resources │ └── WorkingWithGPIO.pdf └── 3. Resources │ └── Project Resources_Code_GitHub.txt ├── 11. Using the Power Pins on the Raspberry Pi └── 1. Resources │ ├── Power_LED.pdf │ └── Thumbs.db ├── 12. Blinking an LED └── 1. Resources │ ├── Blink_LED.pdf │ └── Thumbs.db ├── 13. Detecting a Button Press └── Button_Press.pdf ├── 14. Using a push button switch to control an LED └── Button_Press_LED.pdf ├── 15. Using a PIR (Passive Infrared) Sensor ├── 1. Resources │ └── pir_operation.png └── 3. Resources │ └── PIR_Sensor.pdf ├── 16. Building a Simple Alarm with a PIR Sensor └── PIR_Sensor_Alarm.pdf ├── 18. Working with USB Web Cams ├── 2. Resources │ └── WebCam_Server_Motion.txt └── 4. Resources │ └── fswebcam.txt ├── 19. Working with the Raspberry Pi Camera Module └── Enabling the Pi Camera in your Raspi Config settings.docx ├── 2. Setting up the Hardware for your Raspberry Pi └── 2 - Setup without a monitor, extra keyboard or mouse.docx ├── 20. Let_s make an Amazon Echo Clone ├── 1. Resources │ └── Amazon_Echo_Clone.pdf ├── 3. Resources │ └── Amazon Developer Portal.txt └── 4. Resources │ ├── Alexa_Pi_Installation_Revised.txt │ └── Link to Alexa Pi Software on Github.txt ├── 3. All about SD Cards ├── 1. Resources │ └── SD_Cards.pdf ├── 3. Resources │ └── Etcher Download Link.txt ├── 3. Software Options for Flashing your SD Cards.docx ├── 4. Resources │ └── Raspberry Pi Imager Download Link.txt ├── 6. Alternative approaches to preparing SD Cards.docx ├── 6. Resources │ └── Raspberry Pi OS Downloads.txt └── 8. Resources │ └── List of Valid Raspberry Pi SD Cards.txt ├── 5. Setting up your Raspberry Pi in Headless Mode - No Additional Monit ├── 1. Resources │ └── Complete Instructions to Setup in Headless Mode.docx ├── 2 - A note about flashing your SD card.DOC ├── 2. Resources │ └── Download link.txt ├── 3. Resources │ ├── Two Character Country Code.txt │ └── wpa_supplicant.conf template.txt ├── 4. Resources │ ├── Default Router Passwords.txt │ └── How to Get your Router IP Address.txt ├── 5. Resources │ └── Enabling SSH for Windows 10.txt └── 6. Resources │ └── RealVNC VNC Viewer Download.txt ├── 6. Connecting Remotely to your Raspberry Pi ├── 1. Introduction to Remote Connections.docx ├── 1. Resources │ └── Putty Download for Windows.txt ├── 2. Resources │ └── Real VNC Viewer Client Download.txt ├── 3. Resources │ └── FileZilla Home Page.txt └── 5. Enabling Remote Desktop on Windows 10.txt ├── 7. Working with the Terminal ├── Terminal Cheat Sheet.docx └── Working_with_the_Terminal.pdf ├── 8. Installing Software on your Raspberry Pi └── Installing_Software.pdf ├── 9. Installing a Web Server ├── 1. Resources │ └── One_Line_Webserver.txt ├── 2. Resources │ └── Apache_PHP_Install.txt └── 3. Resources │ └── Apache_PHP_Install.txt ├── Bonus └── Closing Comments.docx ├── LICENSE ├── README.md └── pi-ultimate-guide-master ├── README.md ├── blink_led └── blink_led.py ├── button_press └── button_press.py ├── button_press_led └── button_press_led.py ├── cameras ├── picam │ ├── effects │ │ ├── adjust_brightness.py │ │ ├── adjust_brightness_loop.py │ │ ├── annotate.py │ │ ├── change_resolution.py │ │ └── effects_loop.py │ ├── preview.py │ ├── record_video.py │ ├── series_pictures.py │ └── still_picture.py └── webcam │ └── webcam.sh ├── pir_sensor └── pir_sensor.py ├── pir_sensor_alarm └── pir_sensor_alarm.py └── setup_headless_mode ├── instructions.md └── wpa_supplicant.conf /1. Introduction/2 - Parts List.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/1. Introduction/2 - Parts List.docx -------------------------------------------------------------------------------- /1. Introduction/2 - Resources/CourseHadware.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/1. Introduction/2 - Resources/CourseHadware.pdf -------------------------------------------------------------------------------- /1. Introduction/2 - Resources/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/1. Introduction/2 - Resources/Thumbs.db -------------------------------------------------------------------------------- /10. Working with GPIO (General Purpose Input Output) Pins/1. Resources/WorkingWithGPIO.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/10. Working with GPIO (General Purpose Input Output) Pins/1. Resources/WorkingWithGPIO.pdf -------------------------------------------------------------------------------- /10. Working with GPIO (General Purpose Input Output) Pins/3. Resources/Project Resources_Code_GitHub.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/10. Working with GPIO (General Purpose Input Output) Pins/3. Resources/Project Resources_Code_GitHub.txt -------------------------------------------------------------------------------- /11. Using the Power Pins on the Raspberry Pi/1. Resources/Power_LED.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/11. Using the Power Pins on the Raspberry Pi/1. Resources/Power_LED.pdf -------------------------------------------------------------------------------- /11. Using the Power Pins on the Raspberry Pi/1. Resources/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/11. Using the Power Pins on the Raspberry Pi/1. Resources/Thumbs.db -------------------------------------------------------------------------------- /12. Blinking an LED/1. Resources/Blink_LED.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/12. Blinking an LED/1. Resources/Blink_LED.pdf -------------------------------------------------------------------------------- /12. Blinking an LED/1. Resources/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/12. Blinking an LED/1. Resources/Thumbs.db -------------------------------------------------------------------------------- /13. Detecting a Button Press/Button_Press.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/13. Detecting a Button Press/Button_Press.pdf -------------------------------------------------------------------------------- /14. Using a push button switch to control an LED/Button_Press_LED.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/14. Using a push button switch to control an LED/Button_Press_LED.pdf -------------------------------------------------------------------------------- /15. Using a PIR (Passive Infrared) Sensor/1. Resources/pir_operation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/15. Using a PIR (Passive Infrared) Sensor/1. Resources/pir_operation.png -------------------------------------------------------------------------------- /15. Using a PIR (Passive Infrared) Sensor/3. Resources/PIR_Sensor.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/15. Using a PIR (Passive Infrared) Sensor/3. Resources/PIR_Sensor.pdf -------------------------------------------------------------------------------- /16. Building a Simple Alarm with a PIR Sensor/PIR_Sensor_Alarm.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/16. Building a Simple Alarm with a PIR Sensor/PIR_Sensor_Alarm.pdf -------------------------------------------------------------------------------- /18. Working with USB Web Cams/2. Resources/WebCam_Server_Motion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/18. Working with USB Web Cams/2. Resources/WebCam_Server_Motion.txt -------------------------------------------------------------------------------- /18. Working with USB Web Cams/4. Resources/fswebcam.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/18. Working with USB Web Cams/4. Resources/fswebcam.txt -------------------------------------------------------------------------------- /19. Working with the Raspberry Pi Camera Module/Enabling the Pi Camera in your Raspi Config settings.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/19. Working with the Raspberry Pi Camera Module/Enabling the Pi Camera in your Raspi Config settings.docx -------------------------------------------------------------------------------- /2. Setting up the Hardware for your Raspberry Pi/2 - Setup without a monitor, extra keyboard or mouse.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/2. Setting up the Hardware for your Raspberry Pi/2 - Setup without a monitor, extra keyboard or mouse.docx -------------------------------------------------------------------------------- /20. Let_s make an Amazon Echo Clone/1. Resources/Amazon_Echo_Clone.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/20. Let_s make an Amazon Echo Clone/1. Resources/Amazon_Echo_Clone.pdf -------------------------------------------------------------------------------- /20. Let_s make an Amazon Echo Clone/3. Resources/Amazon Developer Portal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/20. Let_s make an Amazon Echo Clone/3. Resources/Amazon Developer Portal.txt -------------------------------------------------------------------------------- /20. Let_s make an Amazon Echo Clone/4. Resources/Alexa_Pi_Installation_Revised.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/20. Let_s make an Amazon Echo Clone/4. Resources/Alexa_Pi_Installation_Revised.txt -------------------------------------------------------------------------------- /20. Let_s make an Amazon Echo Clone/4. Resources/Link to Alexa Pi Software on Github.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/20. Let_s make an Amazon Echo Clone/4. Resources/Link to Alexa Pi Software on Github.txt -------------------------------------------------------------------------------- /3. All about SD Cards/1. Resources/SD_Cards.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/3. All about SD Cards/1. Resources/SD_Cards.pdf -------------------------------------------------------------------------------- /3. All about SD Cards/3. Resources/Etcher Download Link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/3. All about SD Cards/3. Resources/Etcher Download Link.txt -------------------------------------------------------------------------------- /3. All about SD Cards/3. Software Options for Flashing your SD Cards.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/3. All about SD Cards/3. Software Options for Flashing your SD Cards.docx -------------------------------------------------------------------------------- /3. All about SD Cards/4. Resources/Raspberry Pi Imager Download Link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/3. All about SD Cards/4. Resources/Raspberry Pi Imager Download Link.txt -------------------------------------------------------------------------------- /3. All about SD Cards/6. Alternative approaches to preparing SD Cards.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/3. All about SD Cards/6. Alternative approaches to preparing SD Cards.docx -------------------------------------------------------------------------------- /3. All about SD Cards/6. Resources/Raspberry Pi OS Downloads.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/3. All about SD Cards/6. Resources/Raspberry Pi OS Downloads.txt -------------------------------------------------------------------------------- /3. All about SD Cards/8. Resources/List of Valid Raspberry Pi SD Cards.txt: -------------------------------------------------------------------------------- 1 | List of Valid Raspberry Pi SD Cards 2 | https://elinux.org/RPi_SD_cards 3 | -------------------------------------------------------------------------------- /5. Setting up your Raspberry Pi in Headless Mode - No Additional Monit/1. Resources/Complete Instructions to Setup in Headless Mode.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/5. Setting up your Raspberry Pi in Headless Mode - No Additional Monit/1. Resources/Complete Instructions to Setup in Headless Mode.docx -------------------------------------------------------------------------------- /5. Setting up your Raspberry Pi in Headless Mode - No Additional Monit/2 - A note about flashing your SD card.DOC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/5. Setting up your Raspberry Pi in Headless Mode - No Additional Monit/2 - A note about flashing your SD card.DOC -------------------------------------------------------------------------------- /5. Setting up your Raspberry Pi in Headless Mode - No Additional Monit/2. Resources/Download link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/5. Setting up your Raspberry Pi in Headless Mode - No Additional Monit/2. Resources/Download link.txt -------------------------------------------------------------------------------- /5. Setting up your Raspberry Pi in Headless Mode - No Additional Monit/3. Resources/Two Character Country Code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/5. Setting up your Raspberry Pi in Headless Mode - No Additional Monit/3. Resources/Two Character Country Code.txt -------------------------------------------------------------------------------- /5. Setting up your Raspberry Pi in Headless Mode - No Additional Monit/3. Resources/wpa_supplicant.conf template.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/5. Setting up your Raspberry Pi in Headless Mode - No Additional Monit/3. Resources/wpa_supplicant.conf template.txt -------------------------------------------------------------------------------- /5. Setting up your Raspberry Pi in Headless Mode - No Additional Monit/4. Resources/Default Router Passwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/5. Setting up your Raspberry Pi in Headless Mode - No Additional Monit/4. Resources/Default Router Passwords.txt -------------------------------------------------------------------------------- /5. Setting up your Raspberry Pi in Headless Mode - No Additional Monit/4. Resources/How to Get your Router IP Address.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/5. Setting up your Raspberry Pi in Headless Mode - No Additional Monit/4. Resources/How to Get your Router IP Address.txt -------------------------------------------------------------------------------- /5. Setting up your Raspberry Pi in Headless Mode - No Additional Monit/5. Resources/Enabling SSH for Windows 10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/5. Setting up your Raspberry Pi in Headless Mode - No Additional Monit/5. Resources/Enabling SSH for Windows 10.txt -------------------------------------------------------------------------------- /5. Setting up your Raspberry Pi in Headless Mode - No Additional Monit/6. Resources/RealVNC VNC Viewer Download.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/5. Setting up your Raspberry Pi in Headless Mode - No Additional Monit/6. Resources/RealVNC VNC Viewer Download.txt -------------------------------------------------------------------------------- /6. Connecting Remotely to your Raspberry Pi/1. Introduction to Remote Connections.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/6. Connecting Remotely to your Raspberry Pi/1. Introduction to Remote Connections.docx -------------------------------------------------------------------------------- /6. Connecting Remotely to your Raspberry Pi/1. Resources/Putty Download for Windows.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/6. Connecting Remotely to your Raspberry Pi/1. Resources/Putty Download for Windows.txt -------------------------------------------------------------------------------- /6. Connecting Remotely to your Raspberry Pi/2. Resources/Real VNC Viewer Client Download.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/6. Connecting Remotely to your Raspberry Pi/2. Resources/Real VNC Viewer Client Download.txt -------------------------------------------------------------------------------- /6. Connecting Remotely to your Raspberry Pi/3. Resources/FileZilla Home Page.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/6. Connecting Remotely to your Raspberry Pi/3. Resources/FileZilla Home Page.txt -------------------------------------------------------------------------------- /6. Connecting Remotely to your Raspberry Pi/5. Enabling Remote Desktop on Windows 10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/6. Connecting Remotely to your Raspberry Pi/5. Enabling Remote Desktop on Windows 10.txt -------------------------------------------------------------------------------- /7. Working with the Terminal/Terminal Cheat Sheet.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/7. Working with the Terminal/Terminal Cheat Sheet.docx -------------------------------------------------------------------------------- /7. Working with the Terminal/Working_with_the_Terminal.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/7. Working with the Terminal/Working_with_the_Terminal.pdf -------------------------------------------------------------------------------- /8. Installing Software on your Raspberry Pi/Installing_Software.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/8. Installing Software on your Raspberry Pi/Installing_Software.pdf -------------------------------------------------------------------------------- /9. Installing a Web Server/1. Resources/One_Line_Webserver.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/9. Installing a Web Server/1. Resources/One_Line_Webserver.txt -------------------------------------------------------------------------------- /9. Installing a Web Server/2. Resources/Apache_PHP_Install.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/9. Installing a Web Server/2. Resources/Apache_PHP_Install.txt -------------------------------------------------------------------------------- /9. Installing a Web Server/3. Resources/Apache_PHP_Install.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/9. Installing a Web Server/3. Resources/Apache_PHP_Install.txt -------------------------------------------------------------------------------- /Bonus/Closing Comments.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/Bonus/Closing Comments.docx -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/README.md -------------------------------------------------------------------------------- /pi-ultimate-guide-master/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/pi-ultimate-guide-master/README.md -------------------------------------------------------------------------------- /pi-ultimate-guide-master/blink_led/blink_led.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/pi-ultimate-guide-master/blink_led/blink_led.py -------------------------------------------------------------------------------- /pi-ultimate-guide-master/button_press/button_press.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/pi-ultimate-guide-master/button_press/button_press.py -------------------------------------------------------------------------------- /pi-ultimate-guide-master/button_press_led/button_press_led.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/pi-ultimate-guide-master/button_press_led/button_press_led.py -------------------------------------------------------------------------------- /pi-ultimate-guide-master/cameras/picam/effects/adjust_brightness.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/pi-ultimate-guide-master/cameras/picam/effects/adjust_brightness.py -------------------------------------------------------------------------------- /pi-ultimate-guide-master/cameras/picam/effects/adjust_brightness_loop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/pi-ultimate-guide-master/cameras/picam/effects/adjust_brightness_loop.py -------------------------------------------------------------------------------- /pi-ultimate-guide-master/cameras/picam/effects/annotate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/pi-ultimate-guide-master/cameras/picam/effects/annotate.py -------------------------------------------------------------------------------- /pi-ultimate-guide-master/cameras/picam/effects/change_resolution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/pi-ultimate-guide-master/cameras/picam/effects/change_resolution.py -------------------------------------------------------------------------------- /pi-ultimate-guide-master/cameras/picam/effects/effects_loop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/pi-ultimate-guide-master/cameras/picam/effects/effects_loop.py -------------------------------------------------------------------------------- /pi-ultimate-guide-master/cameras/picam/preview.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/pi-ultimate-guide-master/cameras/picam/preview.py -------------------------------------------------------------------------------- /pi-ultimate-guide-master/cameras/picam/record_video.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/pi-ultimate-guide-master/cameras/picam/record_video.py -------------------------------------------------------------------------------- /pi-ultimate-guide-master/cameras/picam/series_pictures.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/pi-ultimate-guide-master/cameras/picam/series_pictures.py -------------------------------------------------------------------------------- /pi-ultimate-guide-master/cameras/picam/still_picture.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/pi-ultimate-guide-master/cameras/picam/still_picture.py -------------------------------------------------------------------------------- /pi-ultimate-guide-master/cameras/webcam/webcam.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/pi-ultimate-guide-master/cameras/webcam/webcam.sh -------------------------------------------------------------------------------- /pi-ultimate-guide-master/pir_sensor/pir_sensor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/pi-ultimate-guide-master/pir_sensor/pir_sensor.py -------------------------------------------------------------------------------- /pi-ultimate-guide-master/pir_sensor_alarm/pir_sensor_alarm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/pi-ultimate-guide-master/pir_sensor_alarm/pir_sensor_alarm.py -------------------------------------------------------------------------------- /pi-ultimate-guide-master/setup_headless_mode/instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/pi-ultimate-guide-master/setup_headless_mode/instructions.md -------------------------------------------------------------------------------- /pi-ultimate-guide-master/setup_headless_mode/wpa_supplicant.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Ultimate-Guide-to-Raspberry-Pi---Tips-Tricks-and-Hacks/HEAD/pi-ultimate-guide-master/setup_headless_mode/wpa_supplicant.conf --------------------------------------------------------------------------------