Close

Firmware setup process

A project log for 2021 HDP Dream Team: EJA

Learn more about Team EJA's intelligent buoy, and how their solution will help the global fight against ghost gear.

oluwatobi-oyinlolaOluwatobi Oyinlola 08/05/2020 at 07:210 Comments

The bouy system consists of five parts:

We have finally decided to go for ESP32 for the firmware interface for both the bouy and the onboard gateway.

This is an ultra-low-power solution designed for IoT applications because of its low power with a transmitting power of +12dBm.

For the purpose of our solution, we shall develop all the firmware on the ESP and the memory will be enough to serve for the Bouy and onboard gateway.

During the design, we shall develop the firmware code on Arduino IDE for coding flexibility among the team and for quick debugging.

The first test process is to check the network connection by interfacing the ESP with the GSM modem and enable the connectivity and then implement the GPS directly to the bouy.

Discussions