Shahariar
Created December 17, 2018

Hiking Tracker 2.0

Tracks & sends data to cloud of compass heading, altitude, temperature, pressure, humidity, time & GPS location during a hike

27
Hiking Tracker 2.0

Things used in this project

Hardware components

Rapid IoT Prototyping Kit
NXP Rapid IoT Prototyping Kit
×1

Story

Read more

Schematics

nxp-sln-rpk-node-image_web_DZ6gseFRwx.jpg

Code

IO_Functions.ino

C/C++
// D2 for INT 2 RED PUSH SWITCH
// D3 for PWM BUZZER Drive
// D10 INT 0 GREEN PUSH SWITCH
// D11 INT 1 BLUE PUSH SWITCH

// D4 spare line for Relay drive spare line not used


// initialize buzzer and push switch
void io_init (void)
{


// pinMode(4,OUTPUT) Spare outout line 
 pinMode(3,OUTPUT);
 pinMode(2,INPUT_PULLUP);
 pinMode(10,INPUT_PULLUP);
 pinMode(11,INPUT_PULLUP);
 
}

Credits

Shahariar

Shahariar

71 projects • 262 followers
"What Kills a 'Great life' is a 'Good Life', which is Living a Life Inside While Loop"

Comments