If ISS Passes Over Your Home

ISS (International Space Station), when it will pass over your home, you will be notified if it passes.

BeginnerFull instructions provided30 minutes416
If ISS Passes Over Your Home

Things used in this project

Hardware components

Bolt WiFi Module
Bolt IoT Bolt WiFi Module
×1
Resistor 330 ohm
Resistor 330 ohm
×1
LED (generic)
LED (generic)
×1

Software apps and online services

Bolt Cloud
Bolt IoT Bolt Cloud
Maker service
IFTTT Maker service

Story

Read more

Code

Python code for API request

Python
It will be used to generate your remote API request page.
import requests

url = "https://cloud.boltiot.com/remote/1cdfabea-306f-413f-a84b-552938aa8c5d/digitalWrite"

querystring = {"pin":"2","state":"HIGH","deviceName":"BOLT8795377"}

headers = {
    'Cache-Control': "no-cache"
    }

response = requests.request("GET", url, headers=headers, params=querystring)

print(response.text)

Credits

Unnayan Sharma Newsatview GATE LECTURES

Unnayan Sharma Newsatview GATE LECTURES

1 project • 1 follower
Thanks to Sufian Kaki Aslam.

Comments