We have built a home automation system using NodeMCU here. In this post we will try to replicate same system using ESP32. We will connect couple of LEDs
Most of the applications involved with ESP32 requires some sort of data transport, means the device should be able to send data over network to some other device/system.
Introduction: Even before languages are invented to communicate among human, signs are the only way of communication. Man used certain gestures to convey a specific intent to other
Introduction: Sometime ago, PDA personal digital assistants became popular before mobile wave came. Now it is time for SDA (smart digital assistant) On Oct 4, Google launched Google
Introduction : Image classification is getting more popular nowadays, thanks to good quality mobile cameras, high speed processors. There could be possibly many things can be done using
In IoT, there are are two components – Embedded device (edge) and application on cloud. Normally server components are hosted in cloud to have better performance as explained
Introduction: In IoT, it is important to connect two components using server. Typical way is to use HTTP protocol, because it is easy and became defacto standard. However
We had fun controlling the servo position from computer in the previous post, but my friend Siva says this is mobile era, everything has to be controlled by mobile