Ajaighosh
Created May 21, 2016

ATL for ATM

ATL(Any Time Light) is a prototype for enhancing the usability of ATM(Automated Teller Machine).

IntermediateWork in progress10 days51
ATL for ATM

Things used in this project

Hardware components

ge light
×1
Jumper wires (generic)
Jumper wires (generic)
×1
NXP bluetooth module
×1
Slide Switch
Slide Switch
×1
PIR Motion Sensor (generic)
PIR Motion Sensor (generic)
×1
Kinetis Freedom Board with FlexIO
NXP Kinetis Freedom Board with FlexIO
×1

Software apps and online services

BlueMix
IBM BlueMix

Story

Read more

Schematics

ATL in ATM

Its just a prototyping representation

ATL in ATM

Component names

Code

ATL in ATM

C/C++
Just algorithm#
/* 1- get the sensor data
if it is true , turn on light
if it is false ,turn of light
*/
int sensor_value;
if(sensor_value==true)
{
  onClick(pin_13);
}
else{
  offClick(pin_13);
}

/* For getting information from ATM 
if ATM is out of cash ,Turn of light AND give notification light;
if ATM having any other software problem, Turn of light AND give notification light
else jumb to sensor function*/

atm();// function for getting ATM inform ation
sensor_value();// function for sensing the availability of consumer
charge();// function for charge the battery in the switch of condition of lights

Credits

Ajaighosh

Ajaighosh

3 projects • 3 followers
Energetic + Creative

Comments