├── Chapter03 ├── rpz_start.sh └── rpz_temp.sh ├── Chapter04 ├── rpz_log_analysis.py ├── rpz_log_analysis.pyc ├── rpz_log_analysis_csvexport.py ├── rpz_log_analysis_email.py ├── rpz_log_analysis_loops.py ├── rpz_log_analysis_plot.py ├── rpz_log_analysis_spreadsheets.py └── rpz_log_analysis_strings.py ├── Chapter06 ├── lcd_info.py ├── led_notifier.py ├── matrix8x8.py ├── pwmled.py ├── rgbled.py ├── sevendigitdisplay.py └── shiftregled.py ├── Chapter07 ├── blink.sh ├── movedc.py ├── movestepper.py ├── pface.py ├── piezo.py ├── rgbmosfet.py └── rpz_alert.py ├── Chapter08 ├── button.py ├── ch8schematics.vsdx ├── int.py ├── keypad.py ├── pullupdown.py ├── rfidpass.py ├── toggle.py └── whereami.py ├── Chapter10 ├── light_temp_c.py ├── pulse.py └── pulse_mqtt.py ├── LICENSE └── README.md /Chapter03/rpz_start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter03/rpz_start.sh -------------------------------------------------------------------------------- /Chapter03/rpz_temp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter03/rpz_temp.sh -------------------------------------------------------------------------------- /Chapter04/rpz_log_analysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter04/rpz_log_analysis.py -------------------------------------------------------------------------------- /Chapter04/rpz_log_analysis.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter04/rpz_log_analysis.pyc -------------------------------------------------------------------------------- /Chapter04/rpz_log_analysis_csvexport.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter04/rpz_log_analysis_csvexport.py -------------------------------------------------------------------------------- /Chapter04/rpz_log_analysis_email.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter04/rpz_log_analysis_email.py -------------------------------------------------------------------------------- /Chapter04/rpz_log_analysis_loops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter04/rpz_log_analysis_loops.py -------------------------------------------------------------------------------- /Chapter04/rpz_log_analysis_plot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter04/rpz_log_analysis_plot.py -------------------------------------------------------------------------------- /Chapter04/rpz_log_analysis_spreadsheets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter04/rpz_log_analysis_spreadsheets.py -------------------------------------------------------------------------------- /Chapter04/rpz_log_analysis_strings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter04/rpz_log_analysis_strings.py -------------------------------------------------------------------------------- /Chapter06/lcd_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter06/lcd_info.py -------------------------------------------------------------------------------- /Chapter06/led_notifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter06/led_notifier.py -------------------------------------------------------------------------------- /Chapter06/matrix8x8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter06/matrix8x8.py -------------------------------------------------------------------------------- /Chapter06/pwmled.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter06/pwmled.py -------------------------------------------------------------------------------- /Chapter06/rgbled.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter06/rgbled.py -------------------------------------------------------------------------------- /Chapter06/sevendigitdisplay.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter06/sevendigitdisplay.py -------------------------------------------------------------------------------- /Chapter06/shiftregled.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter06/shiftregled.py -------------------------------------------------------------------------------- /Chapter07/blink.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter07/blink.sh -------------------------------------------------------------------------------- /Chapter07/movedc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter07/movedc.py -------------------------------------------------------------------------------- /Chapter07/movestepper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter07/movestepper.py -------------------------------------------------------------------------------- /Chapter07/pface.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter07/pface.py -------------------------------------------------------------------------------- /Chapter07/piezo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter07/piezo.py -------------------------------------------------------------------------------- /Chapter07/rgbmosfet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter07/rgbmosfet.py -------------------------------------------------------------------------------- /Chapter07/rpz_alert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter07/rpz_alert.py -------------------------------------------------------------------------------- /Chapter08/button.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter08/button.py -------------------------------------------------------------------------------- /Chapter08/ch8schematics.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter08/ch8schematics.vsdx -------------------------------------------------------------------------------- /Chapter08/int.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter08/int.py -------------------------------------------------------------------------------- /Chapter08/keypad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter08/keypad.py -------------------------------------------------------------------------------- /Chapter08/pullupdown.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter08/pullupdown.py -------------------------------------------------------------------------------- /Chapter08/rfidpass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter08/rfidpass.py -------------------------------------------------------------------------------- /Chapter08/toggle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter08/toggle.py -------------------------------------------------------------------------------- /Chapter08/whereami.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter08/whereami.py -------------------------------------------------------------------------------- /Chapter10/light_temp_c.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter10/light_temp_c.py -------------------------------------------------------------------------------- /Chapter10/pulse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter10/pulse.py -------------------------------------------------------------------------------- /Chapter10/pulse_mqtt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/Chapter10/pulse_mqtt.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Raspberry-Pi-Zero-Cookbook/HEAD/README.md --------------------------------------------------------------------------------