We have different types of doorbell projects such as Arduino doorbell with 3 LEDs, ESP32 Arduino which sends push notification on button press. We Need to Connect Our Electric or Battery Operated Doorbell With the Project to Make it Functional. Here is How to Interface/Connect Doorbell Switch with Arduino ESP32 Pushbutton. Commonly projects all over the internet ends describing from sending … [Read more...]
Connecting ESP32 Arduino with DHT11 with IBM Watson IoT
Earlier, we described how to create graph on IBM Watson IoT dashboard by using the default widgets. In previous guide, we described how to use ESP32 Arduino with DHT11 sensor. Here is the Code and Diagram to Connect ESP32 Arduino with DHT11 with IBM Watson IoT and Get Odometer Like Gauges on Dashboard. For this guide, you will need : Reading the above linked guides for setup and materials … [Read more...]
ESP32 Arduino with DHT11 Sensor : Connection & Code
Here is Connection & Working Code for ESP32 Arduino with DHT11 Sensor. We will use Adafruit's libraries for DHT11 and DH22 Temperature Humidity Modules. For using DHT11, DHT21, DHT22 with non-ESP32 Arduino please read our previous guide on Arduino Temperature Humidity Sensor. For ESP32, it is mandatory to have the common required setup for Arduino IDE (ESP32 does not work with Arduino IDE out of … [Read more...]
ESP32 Arduino : IBM Watson Visual Recognition of Images with cURL
IBM Watson Visual Recognition of Images Supports cURL. ESP32 Arduino Can Send cURL of Images and Receive JSON Response on Serial Monitor. Demo of Watson Visial Recognition can be found on this URL : [crayon-69e2dbab891e8485182566/] WARNING : This testing project's Arduino/ESP32 code may return blank response at present. It is for pointing to understand how the platform can be used from … [Read more...]
High Quality ESP32 Development Boards Vs Cheap ESP32 Clones
How High Quality ESP32 Development Boards Vs Cheap ESP32 Clones Comparison Goes? Why Adafruit HUZZAH32 board costs higher than the generic ESP32 boards, like we recently shown some ESP32 projects with? You can simply run a Wi-Fi scan and compare the result with your Wi-Fi scanning capabillity of Samsung smartphone or laptop. Adafruit Huzzah32 Feather is a standard development board with … [Read more...]
Base64 Encoding on ESP32 Arduino (Base64 for Images)
Base64 images are easy to transmit over the network. Base64 encoding of images for CSS is highly discussed on our blog. Base64 is not new to our regular readers but the current application is different. Here is How to Use Base64 Encoding on ESP32 Arduino. ESP32 lacks sufficient RAM which limits the actual capabillity. You can actually use HTTP POST (like we have shown with IBM Watson IoT … [Read more...]
ESP32 Arduino : Get Time & Date From NTP Server
Here is ESP32 Arduino How to Get Time & Date From NTP Server and Print it. This is upgrade of the projects where an event requires a timestamp, for example think of LED turning on after push button click or HTTP POST on button click. These events better to have a timestamp. Of course most robust way of adding timestamp using a real time clock (RTC) module with ESP32. However, RTC modules … [Read more...]
Arduino ESP32 : HTTP(S) POST Request to IBM Watson IoT on Button Press
Here is How to Send an HTTP POST Request to IBM Watson IoT on Button Press from Arduino ESP32. The basic is dependent on our earlier two separate examples, first is the set of working examples of codes for IBM Watson IoT and second is the example of using a button press to make a LED turn on for a pre-defined time. Earlier, we had another example of using Blynk to send a basic push message on a … [Read more...]
Arduino ESP32 : Turn on LED on Button Press and Turn Off After a Period
Here is How to Turn on LED on Button Press and Turn Off After a Period on Arduino ESP32. For this guide, we will use the onboard boot button and the onboard LED of ESP32. You can not use the EN button of ESP32 for this purpose. The onboard boot button is attached to Pin 0 and the onboard LED of ESP32 attached to Pin 2. This guide has more usage on advanced projects of IoT. Instead of LED, … [Read more...]
ESP32 Arduino and TM1637 Seven Segment LED Display
ESP32 Arduino means Arduino IDE configured to use ESP32 like Arduino, the guide which we already have. TM1637 Seven Segment LED Display is Popular Thing in Arduino Prototyping World. Here is Some Words About Using TM1637 With ESP32 Arduino. Apart from IoT developments, it is important to port all the popular modules, kits to ESP32. TM1637 is a driver IC which has pathetic documentation. It is … [Read more...]
ESP32 Arduino : Base Board, Battery and Battery Charger
Here is Ideas Around Base Board, Battery and Battery Charger for ESP32 Arduino for Prototyping. It is not easy to place ESP32 on breadboard and use all the pins. The form factor of WROOM ESP32 board we are using is pathetic. Adafruit Huzzah32 is beautifully designed but not easily available in all the countries. Huzzah32 is not good investment unless the boards/wings are easily available. … [Read more...]