Since I'm facing some problems such as-
1. There is no Gateway server opened for MKR WAN in my country,
2. The frequency (868-915 MHz) is also restricted in my country for public use.
So, My strategy to transmit data is using "Peer to Peer connection" ( you can also say "LoRa to LoRa connection"). To implement my plan , I've managed another LoRa module ( LoRa RA-02) with the frequency of 433 MHz.
I've connected MKR WAN with LoRa RA02 and AHT20 ( sensor for Temperature and humidity). Arduino is connected to the other LoRa RA02. Also, I included BMP280 to get data on pressure and altitude to add more precision to my device.
On the other hand to make practical solution like MKR Wan I made a getway to see data through cloud using ESP32 and LoRa: Ra-02.
Nicla vision cam is perfectly adjustable with MKR WAN 1310.
I was lucky to find the relevant code for image processing for Nicla vision from examples in OpenMV. So, my task became quite easy.
Because My target actually finding Yellow Jacket, and It doesn't seems multi color and bigger than honey bees.
In my next blog I'll show the implementation like how the data is being transmitted and how my final project looks like.