marceluphd / Image-recognition-over-LoRa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Artificial Intelligence and Image Recognition using HuskyLens

alt text

Today, we are going to have a look at the HuskyLens module from DFRobot. It is an AI powered camera module with the built in capabilities of doing complex tasks such as object detection, face recognition, line detection etc. It has a camera on board, a LCD screen to display the objects in front of the camera, Three LEDs(2 white and 1 RGB), Two buttons(a push button for learning function of the module and a slider switch to toggle between the functions of the module. This module is a great choice for applications like Face recognition etc. as we don't need to mess up with the complex algorithms for these functions everythong is handled by the module itself.

alt text

In this project, we will use HuskyLens to detect objects and recognize faces and after that transmit the data collected by the module with the help of RYLR907 LoRa module to another LoRa module connected to an ESP8266 and display the data on the Serial monitor of the Arduino IDE. The RYLR907 module is capable of transmitting data to a large distance i.e. of the order of km without any internet or other required services. Materials used in the project are:

  1. HuskyLens:https://www.dfrobot.com/product-1922.html
  2. RYLR907:https://reurl.cc/n0OOA6
  3. ESP8266:https://www.dfrobot.com/product-1634.html
  4. Arduino:https://www.dfrobot.com/product-838.html

alt text

You must check out PCBWAY for ordering PCBs online for cheap!

You get 10 good quality PCBs manufactured and shipped to your doorstep for cheap. You will also get a discount on shipping on your first order. Upload your Gerber files onto PCBWAY to get them manufactured with good quality and quick turnaround time. Check out their online Gerber viewer function. With reward points you can get free stuff from their gift shop. alt text

About

License:GNU Affero General Public License v3.0


Languages

Language:C++ 91.6%Language:C 8.4%