We here at Techiesms have made several projects using Alexa, be it for controlling appliances or fetching sensors data. But, till now we have used third party platforms like Sinric
Bluetooth and WiFi automation using ESP32
Have you ever tried to use both Bluetooth and WiFi simultaneously on ESP32 ? Well, we did and failed drastically on the first try. Our team went through several forums
Internet and Manual Home Automation using Blynk
If you are searching for a project using which you can control the appliances over internet from your phone as well as know the status of your appliances in ON/OFF
Home Automation using Mesh Networking | No Internet, No Router
Till now you have seen many different kind of Home automation using Smart phone, Blynk, Google Assistant, Alexa, Google Firebase or even local MQTT server based as well. But what
Automation without sensor | ESP8266 Projects
Imagine when you enter the room and the lights get turned on!!! I know, it’s not a new thing now. But Imagine again, turning on the light when you enter
MQTT + ESP8266 12e (Node MCU)
MQTT(Message Queue Telemetry Transport) is a Client Server publish/subscribe messaging transport protocol. This protocol is widely used in the field of IoT for communication between Machine to Machine because of its following
Machine To Machine Talk Using ESP8266
Machine to Machine talk is a subpart of IoT (Internet Of Things) in which a machine gives a command or signal to another machine for doing some task. And in
Controlling Appliances with Google Assistant
Till now you have used your Google Assistant to answer questions regarding weather condition, currency rates, direction, date & time etc. Your Google Assistant can do more than just answer
Home Automation based on Local MQTT server using Raspberry Pi and Nodemcu Board
Till now I have made several tutorial videos regarding controlling appliances over internet. And for that I always preferred Adafruit MQTT server as it was easy to use and user