Description
In this course, you will learn :
- Create Raspberry Pi based Walky Talky.
- Build light detector mechanism.
- Build a motion detector using PIR motion sensor.
- Step by step code to build the project.
Syllabus :
1. Walky Talky
- Introduction and Hardware Requirements
- Concept behind FM frequency
- Attaching Antenna to Raspberry Pi
- Linux command to transmit voice
- Linux Command to emit audio frequency
- Transmit your voice at particular frequency
- Live testing of Walky Talky Project
2. Light Detector Mechanism
- Introduction and hardware requirements
- Detailed description of the hardware components
- Assembling the light detector circuit
- Begin Code - Import the required Python library
- Code for light detector - Define light detector function
- Code for Light detector - Declare if block
- Code for Light detector - ELIF condition
- Code for Light detector - Else condition
- Error debugging and testing
- Live Demonstration of Light detector mechanism
3. Laughing Teddy Bear
- Introduction and Hardware Requirements
- Working theory of PIR motion sensor
- Wiring and assembling PIR sensor circuit
- Begin Code - Import Python library required files
- Code for Motion Detection - Define TRY block
- Code for Motion Detection - Define If block
- Code for Motion Detection - Define Else block
- Code for Motion Detection - Define Exception block
- Error Debugging and testing