by kakigodek | Oct 25, 2020 | Arduino
This time i want to share with you about how to connect esp32 NodeMCU with your home wifi. It’s just a simple code that you have to write on your arduino ESP32 NodeMCU. Before you start, the first thing you must know which board that you use. Like me, i’m...
by kakigodek | Oct 24, 2020 | Arduino
I am using arduino ESP32 NodeMCU for NTPClient. It will connect to the internet and get time from NTPServer. Here is the pinout for ESP32 NodeMCU ESP32 NodeMCU pinout #include <WiFi.h> #include <NTPClient.h> #include <WiFiUdp.h> // Replace with your network...
Recent Comments