baileychic
Advanced Member level 3
I am working on my innovative idea that is GPS based Anti-theft module for devices. I am writing code in C. I need advises about how I can improve the module.
It is either a stand alone module or it is embedded in the device microcontroller that is the code. It uses UART to communicate with GPS module and also user. When the device has to be first used then a password has to be entered through UART and configured. After configuration the system will restart and ask for password and after password is entered it asks for destination GPS location that is latitude and longitude. After they are entyered the device gets locked to that GPS location and when the device is placed in the configured GPS location then a green led will turn ON and if GPS location is different that the one configured for the device then red led turns ON. The device only works at the configured GPS location.
If device is stolen or GPS location changes then the device will not work. I am trying to implement this feature using the smallest GPS module in products like TV, regridgirators, AC, Computers, laptops.
I will also implement tracing feature that is if device is stolen then the device will send SMS to user about new GPS locations.
So, with this feature id device is stolen then the thief get sonly some usable hardware but the device will not work as product as the functioning get disabled due to change in GPS location.
How can I improve this module and add more features ?
It is either a stand alone module or it is embedded in the device microcontroller that is the code. It uses UART to communicate with GPS module and also user. When the device has to be first used then a password has to be entered through UART and configured. After configuration the system will restart and ask for password and after password is entered it asks for destination GPS location that is latitude and longitude. After they are entyered the device gets locked to that GPS location and when the device is placed in the configured GPS location then a green led will turn ON and if GPS location is different that the one configured for the device then red led turns ON. The device only works at the configured GPS location.
If device is stolen or GPS location changes then the device will not work. I am trying to implement this feature using the smallest GPS module in products like TV, regridgirators, AC, Computers, laptops.
I will also implement tracing feature that is if device is stolen then the device will send SMS to user about new GPS locations.
So, with this feature id device is stolen then the thief get sonly some usable hardware but the device will not work as product as the functioning get disabled due to change in GPS location.
How can I improve this module and add more features ?