Mosquitto MQTT Broker on Raspberry Pi

What is MQTT? MQTT stands for Message Queuing Telemetry Transport.MQTT is a lightweight publish/subscribe messaging protocol designed for M2M (machine to machine) telemetry in low bandwidth environments. What Port does MQTT Normally Use?The standard port that MQTT use is 1883.Can…

What is Artificial Intelligence(AI)?

Overview The term Artificial Intelligence(AI), refers to the simulation of human intelligence by machines or in other words, AI is software that imitates human behaviors and capabilities. Technologies or workloads that come under AI include machine learning and deep learning,…

AI Bot

Top Posts of 2023

Hoping year 2024 to be good and memorable to everyone! Year 2023 started with bad news everywhere. There was an expectation of recession. Job market was not good with layoff news everywhere. Will keep that aside and remember it for…

Step-by-Step Guide to Your DIY Drone Project

Drones, once reserved for the tech-savvy and commercially produced models, have now become an accessible project for DIY enthusiasts. For more details on impact of Drones in todays world read my previous article here. Building your own drone not only…

Exploring the Impact of Drones in Today’s World

In recent years, the world has witnessed an astonishing surge in technological advancements across various industries, none more captivating than the rapid evolution of drones. What was once a futuristic concept confined to sci-fi novels and movies has now become…

ESP8266 WiFi Module with Raspberry Pi Pico

In this post we will see how to interface ESP8266 WiFi module with Raspberry Pi Pico to get internet connectivity. Raspberry Pi Pico is a low-cost, high-performance board based on the Raspberry Pi RP2040 microcontroller chip. But, it does not…

Test Automation using Python and pytest

In this post we will see test automation using python and pytest. Previously we have seen how to write Selenium test using Python and unittest. Python unittest has many advantages like: Simple and easy to use Comprehensive reporting- Python unittest…

Test Automation using Python – Part 2

In the previous post we have seen how to write unit test using unittest framework in Python. Here we will extend it and use for Selenium test automation using Python. Prerequisite Install Selenium driver binding for Python using following command…