Similar Posts
MixPose
ByoeadminWith MixPose, yoga and fitness professionals can teach classes via streaming platform, which would generate income for them. It is for the benefit and well beings for all the viewers. It also enables many places like India and Nepal, where yoga was born. China, where Tai Chi was, and is still being practiced. This…
Arduino UNO Mini-Weather Station
ByoeadminThis is the first generation of my Arduino based mini-weather station with Wi-Fi connection, which is able to post data publicly online using the ThingSpeak platform. The weather station collects the following data related to the weather and environment using different sensors: Temperature Humidity Atmospheric pressure Light intensity UV index Dust concentration The aim is…
Arduino as a programmable logic controller (PLC)
ByoeadminToday we’ll explain how to exploit the potential of Arduino as a programmable logic controller, connecting it to appropriate interfaces for I/O. The PLC (Programmable Logic Controller) has been and still is the basic component of the industrial automation world. The Industrial application made the PLC systems being very expensive, both to buy and repair,…
Maker Faire Rome opens the Makers Call
ByoeadminMaker Faire showcases the amazing work of all kinds and ages of makers—anyone who is embracing the do-it-yourself (or do-it-together) spirit and wants to share their accomplishments with an appreciative audience. via Maker Faire Rome | Call for makers. Finally, the call for Makers of the European Edition of the Maker Faire is…
An IoT temperature and humidity sensor
ByoeadminThis project aims to monitor the temperature and humidity in a room, through a compact and cheap device, powered via USB and which sends data to our smartphone through WiFi communication. The circuit consists of an ESP8266 module, a DHT22 temperature and humidity sensor and a 3.3V voltage regulator. The ESP8266 module will connect to…
Determining a Plant’s Health with TinyML
ByoeadminThe brain of this project is the Arduino Nano 33 BLE Sense, and it was chosen for several reasons. First, it has a rich set of powerful sensors, including a 9DoF IMU, APDS-9960 (color, gesture, proximity, and brightness), microphone, and a temperature/humidity/pressure sensor combo. In order to move the board around the plant’s leaf and…