Posts

Showing posts from August, 2023

IoT Tide Gauge System

Image
 IoT Tide Gauge System The project is compromised with two main units, the transmitter and the receiver. The transmitter is integrated with the sensor and the ATMEGA328 microcontroller, which does all the mathematical computation and data management. The methodology and tools built to extract, process, export, receive and display are laid out as follows. Figure 1 : Figure showing the transmitter process flow This process is all implemented within the program stored in the boot loader. The program is executed once and is burnt into the boot loader. This process then remain in the system until the boot loader is burnt again at any form. When the system starts, it will set up all necessary parameters and will also ensure to set up its communication ports. The GPIO 10 and 11 are reserved for communication purposes in this study.  Once the communication ports are ready, the system begins analog reading with port A0, A1 and A2. However, for this case, only A0 and A1 are occupied wit...