The IoTe Project

IoTe (IoT Edge) is an Open Source IoT Gateway project. Collects telemetry from sensors scattered about, caches recent data for quick access and pushes data to application control logic and the cloud. IoTe also packs an embedded dashboard for easy control!

January 12, 2022
The dashboard is a responsive Web Application written with Vue to display historic and real time application data. The dashboard allows users to configure the application and switch connected relays. This is going to be of interest to reactive frontend devs and designers.
January 13, 2021
The Collection Stations are small battery powered wireless devices outfitted with environmental sensors. They collect and publish the data to the Hub for processing. This project is built with the esp32 micro-controller, C++ and embedded realtime operating system.
January 12, 2021
Cloud support extends the reach of the data globally allowing access to both real-time and historical datas from anywhere in the world. The cloud provides opertunities for global control and fleet management. This section is ideal for DevOps and SRE types.
April 1, 2022
Our gateway is collecting data via MQTT and exposes that data via the REST API this part of the project we are going to build a user interface for the data we have collected. We are going to use VueJS as the framework, lets get going..
September 6, 2020
This project will gather sensor data such as soil moisture, heat and temperature to determine when to start and stop watering a garden. We will use very inexpensive hardware and Open Source software getting started is very easy on the wallet!