KANAN

Felipe Sanchez

Felipe Sanchez

Mexico City, Mexico City

0 0
  • 0 Collaborators

Mexico is one of the most insecure countries, in addition to having a large number of missing persons... Have you ever felt in danger? (This is a project that I carried out during my confinement due to the covid-19 pandemic) ...learn more

Project status: Under Development

Robotics, Internet of Things

Intel Technologies
DevCloud, Intel FPGA

Code Samples [1]

Overview / Usage

M A I N P R O B L E M.

This project begins in 2020 where the main problem is to combat insecurity in Mexico City, when in 2019 the highest number of cases of disappearances of women and minors was registered (Around 14 cases of disappearances per day).

WHY KANAN?

With this in mind arises KANAN (KANAN means "little warrior" in Mayan, a pre-Hispanic language of Mexico).Therefore KANAN, should be a solution that:

  • Work independently of any other device.
  • Be portable.
  • Be easy to use.
  • Work anywhere.
  • Have a low price (Because it is focused on a general public).
  • Be light.
  • Be difficult to break.
  • Have a long battery life.
  • Can connect to a database.

RESULTS.

KANAN works in such a way that it receives at least one cell phone number of your most trusted contact via text messages or in the code through AT commands (These are the commands that the SIM module understands), and when the battery is full, it is already functional.

It has a different appearance to go unnoticed as a help button, then when you press the help button three times, KANAN sends a text message to your close contact of your exact location at that moment using the GPS module. In addition, it sends your exact location to a database, this is because a measure used by the government of Mexico City to curb crime is to divide the city into sectors with a police group in charge for each one sector. Therefore, the reason that the location is also sent anonymously to a database is because it can be implemented so that the government itself can observe the possible cases of assistance in the respective sector, and inform the security secretary of the case to act immediately with the police group of the sector, and this will reduce crime rates at the time they are happening.

Finally, KANAN has the appropriate characteristics so that the population that is most affected (women and minors) can have the device to be able to respond to any act against their safety.

Methodology / Approach

The main material to make the device are:

  • A microcontroller: In this case I used the PIC16f873A.
  • A module GPS: In this case I used the neo-6m.
  • A module SIM: In this case I used the SIM800L.
  • A good battery: Due to the price, KANAN was implemented with AAA batteries, but the perfect battery is: lipo.
  • Others : leds, diodes, resistors, transistors, etc.

**M I C R O C O N T R O L L E R:**The microcontroller will be the one guilty of working at the moment the button is pressed, once it is the case, it will read the GPS information, and send the text message to the user's contact and to the DB.

**G P S .**Once the GPS module is connected, it will be sending the information it receives from its antenna repeatedly, the way to handle it is through arrays, but to automate this is the library in my repository. The microcontroller reads the GPS information with the RX pin.

S I M.

The sim uses AT commands, in such a way that the microcontroller will send those commands and the GPS information through the TX pin, once the information is collected, the module sends the help signal by text message, to the cell phone number of the contact of the user and to the DB.

D I G I T A L S Y S T E M S.

Finally, this theory is only united with separate circuits that provide the correct power supply and the connection between the modules and the microcontroller.
FOR MORE INFORMATION ABOUT THE PROJECT click this.

THAT'S ALL FOR NOW.

:) For more personal projects like this visit my Github profile :) and u can follow me, pls :)))

Technologies Used

  • 3D printed: KANAN's shell is 3D printed.
  • **GPS: **Used in the geolocation of the KANAN.
  • **SIM: **Used in the same way as a cell phone sends calls and messages.
  • **Microcontroller: **It is the brain of KANAN, in charge of managing the GPS and the SIM.
  • C language: All of KANAN's source code was written in C.
  • **JavaScript, CSS, MySQL, HTML and Python: **Used in the development of the web page.
  • Google Maps: The location of KANAN is sent through a link to Google Maps.
  • Intel DevCloud: Could be used to host the website
  • Digital systems: To make the connection of all the modules and their respective power supply.

Repository

https://github.com/PhilipSanM/Kanan

Comments (0)