0% found this document useful (0 votes)
46 views1 page

Iot Index

This document contains an index listing 9 programming projects completed with a Raspberry Pi on various dates between June 2022 and January 2023. The projects include: 1) Running basic Python programs, 2) Getting input from switches to control LEDs, 3) Flashing an LED based on on/off times from a file, 4) Switching on a relay at a scheduled time using cron, 5) Accessing a webcam image, 6) Controlling a light source via webpage, 7) Getting remote bulb status over LAN, 8) Getting remote smoke alarm over LAN, and 9) Implementing an intruder alert system that emails alerts.

Uploaded by

Every Thing
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views1 page

Iot Index

This document contains an index listing 9 programming projects completed with a Raspberry Pi on various dates between June 2022 and January 2023. The projects include: 1) Running basic Python programs, 2) Getting input from switches to control LEDs, 3) Flashing an LED based on on/off times from a file, 4) Switching on a relay at a scheduled time using cron, 5) Accessing a webcam image, 6) Controlling a light source via webpage, 7) Getting remote bulb status over LAN, 8) Getting remote smoke alarm over LAN, and 9) Implementing an intruder alert system that emails alerts.

Uploaded by

Every Thing
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

INDEX

SL.N DATE PROGRAM DESCRIPTION PAGE


O NUMBER
1 06/12/2022 Run some python programs on Pi like: 1-6
i. Read your name and print Hello message
with name.
ii. Read two numbers and print their sum,
difference, product and division.
iii. Word and character count of a given string.
iv. Area of a given shape (rectangle, triangle and
circle) reading shape and appropriate values
from standard input.
v. Print a name ‘n’ times, where name and n are
read from standard input, using for and while
loops.
vi. Handle Divided by Zero Exception.
vii. Print current time for 10 times with an
interval of 10 seconds.
viii. Read a file line by line and print the word
count of each line.
2 27/12/2022 Get input from two switches and switch on 7-9
corresponding LEDs
3 27/12/2022 Flash an LED at a given on time and off time cycle, 10-11
where the two times are taken from a file.
4 27/12/2022 Switch on a relay at a given time using cron, where 12-13
the relay’s contact terminals are connected to a load.
5 03/01/2023 Access an image through a Pi web cam. 14
6 03/01/2023 Control a light source using web page. 15-18
7 10/01/2023 Get the status of a bulb at a remote place (on the LAN) 19-21
through web.
8 10/01/2023 Get an alarm from a remote area (through LAN) if 22-24
smoke is detected.
9 17/01/2023 Implement an intruder system that sends an alert to 25-27
the given email.

You might also like