OV7670 300KP: Software UART Between All The Modules
This document outlines requirements for developing multiple versions of a tracking device with various modules. It requests:
1. Four main versions with different module combinations: GSM/GPS, GSM/GPS/SD, GSM/GPS/Camera, and GSM/GPS/Camera/SD.
2. All code and libraries to be organized and packaged together in a single zip folder with clear naming conventions.
3. Each version to support commands to remotely locate the device, start/stop logging, capture photos, and retrieve logs - communicating data via GPRS, SMS, or email depending on the version.
4. The most advanced version to support location tracking when moving, deleting old SD card data
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
89 views
OV7670 300KP: Software UART Between All The Modules
This document outlines requirements for developing multiple versions of a tracking device with various modules. It requests:
1. Four main versions with different module combinations: GSM/GPS, GSM/GPS/SD, GSM/GPS/Camera, and GSM/GPS/Camera/SD.
2. All code and libraries to be organized and packaged together in a single zip folder with clear naming conventions.
3. Each version to support commands to remotely locate the device, start/stop logging, capture photos, and retrieve logs - communicating data via GPRS, SMS, or email depending on the version.
4. The most advanced version to support location tracking when moving, deleting old SD card data
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4
OV7670 300KP
Software UART between all the modules
Use UART pins of the Atmel to connect to the computer for debugging purpose Use Interrupt ( please define what pins you use ) and timer I need four versions a. GSM/GPRS + GPS b. GSM/GPRS + GPS + SD c. GSM/GPRS + GPS + Camera d. GSM/GPRS + GPS + Camera + SD e. (Bluetooth in GSM) + Camera Software Folder: Please put everything in one zip folder Libraries : Original Libraries Smart Track libraries Version A, version B, Version C,.. Template: Version A Version B Version A header Version C Version A , B header Etc. Final Codes Version A Version B Etc Manual How to connect schematic How to use Atmel Studio 6 How to comply How to get hex file Pinouts Commands send from a phone My phone number is 1 408 239 9278 a. Locate by Email: a. GPS will get real time data and send it to another phone though GPRS b. Locate by Mobile a. GPS will get real time data and send it to another phone though SMS c. Locate 1 E or Locate 2 E or Locate 3 E. Etc a. GPS will get real time data and send it to another phone b. Repeat step a after 1, 2 , etc minutes ( depends on what the user sends) c. Stop command is used to stop the repeating. d. Locate 1 M or Locate 2 M or Locate 3 M. Etc a. GPS will get real time data and send it to another phone b. Repeat step a after 1, 2 , etc minutes ( depends on what the user sends) c. Stop command is used to stop the repeating. Commands send from a phone My phone number is 1 408 239 9278 a. Everything in version A b. New Command: a. Log GPS i. Log GPS The GPS will get real time data and log the data into the SD cards. ii. Stop , the GPS will stop log to SD iii. Erase, the SD card will erase the data iv. Get GPS Info The GSM will enable GPRS and get all the lasted log in the SD card and send it to the user by using GPRS a. Everything in Version A b. New Command a. Capture by Email : The Camera will capture the picture and send to user using GPRS( Email) b. Capture by Phone: The Camera will capture the picture and send to user using SMS. c. Capture 1 E, Capture 2 E, Capture 3 E.etc : The camera will capture the picture and send it to user though Email. Repeat after 1 minutes, 2 minutes,etc d. Capture 1 M, Capture 2 M,etc. The camera will capture the picture and send it to user though SMS. Repeat after 1 minutes, 2 minutes,etc e. Stop : Stop repeating. a. Everything in version C b. New Command: a. Log Camera i. Log Camera The GPS will get real time data and log the data into the SD cards. ii. Stop , the GPS will stop log to SD iii. Erase, the SD card will erase the data iv. Get GPS Info The GSM will enable GPRS and get all the lasted log in the SD card and send it to the user by using GPRS Note: If the SD is full, delete old data, replace with the new data.
a. When the device is moving within a certain distance, send a message such as I am moving to the user using SMS.