directly from the command line. Successful tested on Windows 10, Debian 8, 9, 10 and Ubuntu 14, 15, 16, 17, 18 - works out of the box without any tweaks Depending on ...
When I began programming microcontrollers in 2003, I had picked up the Atmel STK-500 and learned assembler for their ATtiny and ATmega lines. At the time I thought it was great – the emulator and ...
The NodeMCU development board is a powerful solution to program microcontrollers and be part of the Internet of Things (IoT). The NodeMCU development board, based on ESP8266EX, is a cute module with a ...
In this tutorial we will see how to interface NodeMCU with 16x2 LCD without using I2C communication. Here we will interface 16x2 LCD using shift register SN74HC595. We can also interface it even ...
Microcontrollers Arduino UNO: A general-purpose microcontroller board used to control sensors and relays, manage input/output devices, and process automation logic. NodeMCU ESP8266: A microcontroller ...
Have you ever thought of getting your device’s location without using any GPS hardware? Sounds interesting!! Yes it is possible to get the location coordinates just using NodeMCU ESP board without any ...
Learn how to connect your NodeMCU (ESP8266) to a Laravel backend! In this tutorial, you'll see how to send sensor or device data from NodeMCU to Laravel using HTTP requests (POST/GET), making it ...