Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.44 KB

File metadata and controls

39 lines (30 loc) · 1.44 KB

FitNUS Fitness Tracker prototype

Disclaimer: key portions of code removed to prevent plagarism. Codes avaliable upon request, contact me.

Basic Features

FitNUS detects acceleration, light and temperature changes. FitNUS sends data periodically to a server known as FiTrackX. The XBee RF module acts as a low powered wireless communication device that sends collected data to FiTrackX.

Cool Features


Getting Started

Environment Prerequisites

Software used

  • LPCXpresso V6.1.4 194

Languages used

  • Assembly
  • C

Hardware

  • LPCXpresso Base Board revB
  • LPC1769 with ARM Cortex M3 Microcontroller
  • XBee RF module (optional, for wireless transmit and receive functions)

Deployment

Authors

Acknowledgements

  • Dr Rajesh Panicker for being such an inspiration
  • Prof Thamn Chen Khong for the awesome lessons and materials
  • TA Kenneth for allowing me to bug you with my never ending supply of questions
  • Clive Yuan and Jason Loo for your continuous support, giving me inspiration for speeding up my implementations and teaching me how to use EINT0