SpaceAPI: Difference between revisions

From Technologia Incognita
Jump to navigation Jump to search
Guido (talk | contribs)
Created page with "{{Project |ProjectSkills=nanode, arduino, basic electronics |ProjectStatus=Active |ProjectPurpose=Infrastructure }} To know whether you can go to the space, you need to know w..."
 
Guido (talk | contribs)
No edit summary
Line 6: Line 6:
To know whether you can go to the space, you need to know whether it's open, and what better place to find out than on the website.
To know whether you can go to the space, you need to know whether it's open, and what better place to find out than on the website.


To make it easy for people to inform you its open (or closed), we will install a button near the entrance one need only press, and automagically the website will toggle between informing the space is open or closed.
To allow all sorts of interfaces to inform everyone a php script exposes an api.
 
To accomplish this we use an internet connected arduino called a nanode and a php script behind a url.
 
Programming of the arduino can be found at: https://github.com/guidocalvano/spaceapi
 
The button wiring is:
 
From pin 2  a wire runs to the button, and from the button a wire runs to ground.


Realitygaps will probably soon post the php url
Realitygaps will probably soon post the php url

Revision as of 14:27, 6 May 2012

Projects
Participants
Skills nanode, arduino, basic electronics
Status Active
Niche
Purpose Infrastructure

To know whether you can go to the space, you need to know whether it's open, and what better place to find out than on the website.

To allow all sorts of interfaces to inform everyone a php script exposes an api.

Realitygaps will probably soon post the php url