Описание: Chapter 1: Introduction to Raspberry Pi
- Introduction
- Raspberry Pi at a glance
- Software and Hardware requirements
- Setup
Chapter 2: Controlling the Raspberry Pi Remotely
- Remote server setup
- Create a local server
- Controlling Raspberry Pi GPIO using local server
Chapter 3: Understanding MQTT Broker
- What is MQTT Broker?
- Packet Structure
- Publisher and Subscriber
- Installing Mosquitto Broker
Chaptre 4: Controlling Raspberry Pi GPIO
- Writing Python Program for GPIO
- Using MQTT for controlling GPIO
- Example code for getting sensor data on smartphone
Chapter 5: Building Your Own Alexa and Google Home
- How voice assistant works
- Understanding flow of Amazon Alexa and Google home
- Installing the Alexa voice assistant
- Installing Google Home voice assistant
- Testing
Chapter 6: Making a Wireless Node
- What is Mesh networking?
- Types of Mesh
- Hardware requirements
- Sensors and Modules
- Implementation and Testing
Chapter 7: AC Light Dimming Node and Circuit Design
- Basics of Electronics and components
- Designing Dimming circuit
- Designing PCB
- Testing
Chapter 8: User Interface Using OpenHAB
- What is openHAB?
- Initial Setup
- Installing in Raspberry Pi
- Creating User Interface
- Testing
Chapter 9: Custom Voice Assistant
- What is STT and TTS and available types?
- What is Jasper Framework?
- Installing and setup process
- Making Receipes
- Testing
Chapter 10: GPIO Control Using Gestures
- Sensor Requirement
- Interfacing with the node
- Coding and Testing
Chapter 11: Smart Door Bell and Integration
- Camera Interfacing with Raspberry Pi
- Basics of Image processing
- Installing image processing Packages
- Testing and Integration