virtual-labs / engineers-forum

This is the central repository to post all the queries regarding labs and experiments.
Other
2 stars 5 forks source link

Experiment Repository Creation Request for Internet of Things Virtual Lab - AU #872

Open AmritaValueCS-22 opened 1 year ago

AmritaValueCS-22 commented 1 year ago

Repository Creation Request

Use this to get your experiment repository created or updated on GitHub under Virtual Labs organization.

  1. Coordinating Institute: Amrita Vishwa Vidyapeetham

  2. Approver’s Name: S. Aasha Nandhini

  3. Approved Proposal:

    Internet_of_Things_proposal_PH-IV (1).pdf

  4. Hosted url:

  5. Primary GitHub Handle Details:

    Name: VALUE Virtual Labs
    GitHub Handle: @AmritaValueCS-22
    Email id:virtual_labs@am.amrita.edu
  6. Secondary GitHub Handle Details:

    Name:
    GitHub Handle:
    Email id:
pavanchow commented 1 year ago

@AmritaValueCS-22 Please find the links for Internet of Things Virtual Lab experiments and populate the repositories with sources of the experiments as detailed in Step 4 of the migration document

  1. Introduction to Raspberry PI platform and necessary software installation - https://github.com/virtual-labs/exp-introduction-raspberry-pi-au
  2. To interface LED with Raspberry Pi and write a program to turn ON LED or 1 sec after every 2 seconds - https://github.com/virtual-labs/exp-interface-led-with-pi-au
  3. To interface Push button/Digital sensor (IR/LDR) with Raspberry Pi and write a program to turn ON LED when push button is pressed or at sensor detection - https://github.com/virtual-labs/exp-interface-push-sensor-au
  4. To interface DHT11 sensor with Raspberry Pi and write a program to print temperature and humidity readings - https://github.com/virtual-labs/exp-dht11-sensor-au
  5. To interface Ultrasonic sensor with Raspberry Pi and write a program to print temperature and humidity readings - https://github.com/virtual-labs/exp-ultrasonic-sensor-pi-au
  6. To interface motor using relay with Raspberry Pi and write a program to turn ON motor when push button is pressed - https://github.com/virtual-labs/exp-interface-motor-pi-au
  7. To interface Bluetooth module with Raspberry Pi and write a program to send sensor data to smartphone using Bluetooth - https://github.com/virtual-labs/exp-bluetooth-module-pi-au
  8. To interface Bluetooth with Raspberry Pi and write a program to turn LED ON/OFF when ‘1’/’0’ is received from smartphone using Bluetooth - https://github.com/virtual-labs/exp-interface-bluetooth-with-pi-au
  9. Write a program on Raspberry Pi to upload temperature and humidity data to thingspeak cloud platform - https://github.com/virtual-labs/exp-program-on-raspberry-pi-au
  10. Write a program to create TCP/UDP server on Raspberry Pi and respond with humidity data to TCP/UDP client when requested - https://github.com/virtual-labs/exp-create-tcp-udp-server-au