GPS tracker with very long battery life

Hi,

I have a colleague who has some animals on his property, I think about 50 cows.

His entire rural property is covered by internet signal.

I intend to put a GPS module connected to a battery on a collar and create an application in the inventor app so that he can see the animals in real time as dots on his cell phone screen.

I'm looking for a GPS module with excellent battery life.

I did a lot of research on aliexpress. There are ready-made trackers, including solar.

But these ready-made ones send location signals directly to their own URLs and apps.

I believe that in my case even an ESP32-C3 and a NEO-6M module would work because, as I said, there is internet available throughout the property.

But is there a GPS module, low price, very low consumption, with a built-in controller ? Just stay sending the coordinates to the app every x minutes ?

Or they stay in sleep mode and when I send a command from my cell phone, everyone wakes up and sends their coordinates. The goal is for the battery to last months.

If anyone can and wants to help by posting links or tips. I thank.

Sorry, I said it wrong. There is CELL PHONE signal throughout the property.

But if I use an M2M chip in each animal, the monthly fee for each chip will make the cost unfeasible.

I know I can use LoRa. But it involves more technique.

Would there be any other option ?

Thanks

Hobby module GPS receivers are power hungry, and they all draw about the same amount of current (in the range of 30 to 40 mA).

The only option is to turn them off for some period of time, then turn them on, wait for a fix, send the location, and turn them off again.

1 Like

Will my best option be to do the same in this video ?

I think it will be difficult to compact a mount like this into a collar, make it waterproof, or at least rainproof.

Would there be something more compact in which I could insert a sleep-mode system into the code waiting for a signal from the inventor app ?

Thats is sort of an appropriate approach, LoRa and LoRaWAN are widely used for the type of application.

But for long battery life, its the wrong GPS, wrong microcontroller and wrong LoRa module.

For an estimate of tracker battery life, using AA alkalines, see some practical tests with various GPSs here;

https://stuartsprojects.github.io/2019/02/01/gps-performance-comparisons.html

The Ublox 8 did fairly well with a projected battery life of 195 days based on sending a fix every 10 minutes.

However electronics aside the major issue with such a tracker is finding or designing a suitably robust and waterproof package, perhaps the problem to be solved first.

Think.

How is the receiver going to be activly listening for an incoming signal whilst being asleep at the same time ?

Maybe Wideband Realtime Location System is worth considering? (I don't know what range you get with them)
see: https://www.youtube.com/watch?v=-GNkobAxao0

If you just require a rough location then maybe have some very low power transmitters around the field (bluetooth?) and the modules can report back which they are able to see.
In fact if they just periodically wake up, transmit their id and go back to sleep this would make the modules on the animals very simple and the receivers could keep a log of which they received and when.

BTW - This may be of interest: basics-lora-technology-crop-and-livestock-management

Ones I have seen have a LOS range of 50-100M.

I apologize for the delay in interacting with those who participated in this issue. I had an important family loss here.

I thank the 3 colleagues who participated with ideas and suggestions.

After much research I understood that there are two most common ways of tracking animals in a pasture. One of them is via cell phone signal. An M2M chip here in Brazil costs on average 1 dollar per month per animal (10 Mb plan).
Another solution is to use LoRa. But there are several problems with both solutions. The battery would have to be solar charged as it would be unfeasible to keep changing (charging) the battery for 100-200 animals. Although I have seen videos of LoRa signal range tests, some of which are impressive, I believe that it is not easy to face obstacles such as hills, trees, etc.

There are more problematic details. But I don't want to turn this Post into a book. So I would like to know your opinion on the idea of ​​spreading some powerful wifi signal repeaters around the property.

***Don't read this, see post#13 *****

I saw some on Aliexpress with a promise of a range of 1.2 km (1200 meters).
About ten repeaters managed to cover up to 10km. The battery problem would not be solved, but the hardware in each animal would be simpler (just GPS and any ESP).
Running electrically powered wires to each repeater would also be a challenge.

The property's main office has quality internet.

What do you think ?

Thanks

Oops... sorry. I didn't see a 1.2 km repeater on Aliexpress. I made a mistake here. It's 1200 bps.

So forget my 'idea'.

Maybe the idea of ​​installing several 'super wifi routers' isn't so crazy after all. I saw that the TP-Link TL-WR941HP can reach 900 m2.

If true, with 10 of them, it would cover 9 km2. Mainly speaking of open areas, rural areas.

It will be ?