There is a light non Technical Blog Post about this Topic here Blog Post

The following design goals must be met for this system:

  1. Waterproof: The device should be able to withstand various environmental conditions, including water exposure.
  2. Cost-Effective: Given the potential need for large quantities, the solution should aim to minimize costs without compromising functionality or reliability.
  3. Usable Headless & with a Phone: The device should be operable both independently (headless) and in conjunction with a phone, offering flexibility in its use.

The system will consist of the following components:

  • Computing Module: Xiao ESP32S3 for processing and controlling the system.
  • LoRaWAN Transmitter: Wio-SX1262 for long-range communication.
  • Connector: SMA to I-pEX antenna connector for secure connection to the antenna.
  • Antenna: Suitable for 868MHz LoRa communication. (EU)
  • GPS Module: Initially considered L76K GNSS Module for XIAO, but open to alternatives that meet requirements and budget constraints.
  • Compass Module: Not required as heading information is not necessary for this application.
  • Battery Management: Needs to be defined, with 18650 batteries (3500 mAh) being a potential option.
  • Form Factor / Waterproof Housing: Utilizing designs such as https://www.printables.com/model/971362-waterproof-capsule or 32 HT Pipe with End Caps for waterproofing and durability.

To evaluate the feasibility of self-building this system, a cost analysis has been conducted. The initial estimate includes:

ComponentNamePrice EachQuantityTotal
CoreESP32 S3 mit SX126~9,89€5x49,39€
Battery18650 3500 mAh6x12,99€
Antenna915MHz LoRa Antenne6x21,54€
GPSXIAO-L76K-GNSS-Board10,19€5x50,95€
Total26,97€5x134,87€

Using a more affordable GPS module:

ComponentNamePrice EachQuantityTotal
CoreESP32 S3 mit SX126~9,89€5x49,39€
Battery18650 3500 mAh6x12,99€
Antenna915MHz LoRa Antenne6x21,54€
GPSGY-NEO6MV2 GPS-Modul2,69€5x13,45€
Total19,47€5x97,37€

This analysis suggests that self-building the system could be a cost-effective approach, especially with careful selection of components to meet both functional and budgetary requirements.

To be done…

To be done…