These days, glass touch panels are becoming common even for the household switchboards. China worldwide selling units which have touch switch, a remote control, sometimes Wi-Fi with a mobile application for IoT control. Here is how to build ESP32 Arduino glass touch switch with LED. Glass touch panels are electric shockproof and cost of manufacturing total units including relay, SoC (like ESP32) … [Read more...]
Tips For Building Digital Switch With ESP32 Arduino
There are some design considerations to increase safety while building an ESP32 Arduino based physical switch controlled by IoT project. In our earlier guide (Controlling AC Powered Appliances With ESP32 and IBM Watson IoT), we have shown the basic of how to use a pushbutton and IoT control together. The case will be using both the pushbutton and IoT control independent. Our that guide is a … [Read more...]
Required Circuit For Bare Minimum ESP32 Module
When you need many ESP32 for projects then you'll save money by avoiding full development board. Import tax is quite higher in many countries, yet the bare ESP32 module cost only $3. Bare minimum ESP32 module is more than System on Chip. ESP32 module, unfortunately, does not have built-in USB–TTL/ UART hardware. That costs $1.5 per piece and you do not need to connect USB–TTL/ UART hardware … [Read more...]
Develop WEB Applications with ESP32 and IBM Watson IoT
Here is How to Develop Web Applications with ESP32 and IBM Watson IoT. Often, using an HTML page with JavaScript is practical than developing an Android App. Because, web applications can be hosted on own cloud server or cloud storage service - thus it becomes device independent. Securing access to such web application usually, need minimal configuration for the Apache2 server. Cloud storages … [Read more...]
Cheap ESP32-CAM Setup With Arduino IDE
Here are Minor Details of Cheap ESP32-CAM Setup With Arduino IDE. In an earlier guide, we described the steps to setup the normal variants of ESP WROOM 32 with Arduino IDE on Windows PC. The software setup part is essentially the same for these cheap ESP32-CAMs too but there is more hardware to buy with it. This board has an OV2640 camera and a microSD card slot. Obviously, OV2640 camera … [Read more...]
Controlling AC Powered Appliances With ESP32 and IBM Watson IoT
It is an upgrade to our previous article to control ESP32 Arduino LED from IBM Watson IoT. We already talked about Android Apps for Watson IoT for this purpose. We already have an article to use relay with Arduino. Our linked relay guide should be enough for anyone to understand how to use relay and AC connections. These relay modules will create mechanical clicking sound like switch. My relay … [Read more...]
Android Apps to Control Devices Connected to IBM Watson IoT
It is too common to find some ready to use Android app which can perform basic works, such as some apps which can work to control ESP32 Arduino LED from IBM Watson IoT. As for receiving notification from IBM Watson IoT platform, we previously described one app named Pushover for push notification after routing the backend on Node-RED. However, for our previous guide to control ESP32 Arduino … [Read more...]
Control ESP32 Arduino LED from IBM Watson IoT
Anthony Elder published a guide on developerWorks Recipes on how to "Build your own Watson controlled kettle" for ESP8266. This article's code is shamelessly ripped-off from him for broader usage. This guide will show how to turn on and turn off a LED connected with ESP32 Arduino from IBM Watson IoT platform. That "remote control" over the internet will be shown by using a simple bash scripts - … [Read more...]
ESP32 Arduino : Fetching Current Weather Data (No JSON Parsing)
ESP32 Arduino means, an ESP32 dev board (which costs $8) and Arduino IDE configured for ESP32 in the way we described in an earlier guides. Our examples with IBM Watson IoT not fully easy guides for the newbie. This guide on Internet of Things (IoT) is relatively easier than them. To follow this guide, you need to sign-up for free account on OpenWeatherMap … [Read more...]
ESP32 Deep Sleep : Push Button Message to IBM Watson IoT
We already demonstrated how to send message to IBM Watson IoT platform using ESP32 Arduino with just a button press. We have several non-IoT guides on pushbutton with Arduino including simple basic Arduino Blink LED With Pushbutton. Learning various logics with pushbutton will hugely help the beginners as pushbutton from the binary way of thought is a basic sensor to convey 0 or 1. Working with … [Read more...]
M5Stack (ESP32 Arduino) : Modular, Stackable, Wearable IoT Platform
The M5Stack is ESP32 Arduino by heart. It is a modular, stackable, wearable IoT platform for development which is obviously Open Source. There are many stackable ESP32 or other 32 bit Arduino compatible prototyping boards. The big difference of M5Stack with them is that it has an enclosure, display, pushbuttons, microSD card slot, USB-C, loudspeaker, and extension connectors. Official website … [Read more...]