Embedded

ESP8266 Mongoose OS Tutorials TCP Web Server

Welcome to the ESP8266 Mongoose-OS Tutorials on the TCP Web Server. In this series of tutorials, we will explore how to create a TCP Web Server using the ESP8266 microcontroller and the Mongoose-OS firmware....

ESP8266 Mongoose OS Interface LED

To turn on the led you need to load the gpio_api.js file. LED Turn ON/OFF Note : This below example was tested mongoose os with java script app demo-js in ESP8266 NodeMCU Dev Board(ESP-12E)...

ESP8266 NodeMCU Interface LCD

The ESP8266 NodeMCU Interface with LCD allows you to integrate an LCD with your NodeMCU board, enabling you to create projects with visual feedback. LCD 16×2 HD44780 Display Interface Code This code provides basic...

ESP8266 Arduino Core Basics

The ESP8266 Arduino Core is a software framework that enables developers to program ESP8266 microcontrollers using the Arduino programming language and environment. This core provides a set of libraries and tools that simplify the...

ESP8266 Arduino Core Interface ADC

ADC Required Circuit of ESP8266 Arduino Core ADC Code /* http://www.ArunEworld.com/Embedded/ESPressif/ESP8266/ESP8266_Arduino-Core/ Tested By : Arun(20170219) Example Name : AEW_ADC-Interface.ino */ /* AnalogReadSerial Reads an analog input on pin 0, prints the result to the...

Embedded Interface ADC

The analog-to-digital converter (ADC) converts the continuous analog signal into a flow of digital values. To achieve this, the converter must establish the rate at which new digital values sample from the analog signal....

ESP8266 Arduino Core Interface Button

In this tutorial, we will learn how to interface a push button with ESP8266 using the Arduino Core. A push button is one of the simplest input devices, but it is essential in embedded...

ESP8266 NodeMCU Interface LED

LED ON/OFF Note : Assume the pin GPIO-5 is a LED (NodeMCU pin map is 1)   LED Blink Using Timer ESP8266 with LED Connection Diagram Will Add Soon NodeMCU Lua code — http://www.ArunEworld.com/embedded/ESPressif/ESP8266/ESP82266_NodeMCU...

ESP8266 NodeMCU Project Imperial March Ringtone Play

Playing the Imperial March ringtone on an ESP8266 NodeMCU involves using the NodeMCU’s capabilities to generate sound or control an external sound module. One common method is using a piezo buzzer to generate tones....

ESP8266 NodeMCU Tutorial Web Server

The ESP8266 NodeMCU Tutorial – Web Server provides a comprehensive guide on how to set up a web server using the NodeMCU development board powered by the ESP8266 microcontroller. Simple Web Server Code Explanation...

ESP8266 NodeMCU Module WiFi (End User Module)

Welcome to the ESP8266 NodeMCU WiFi End User Module! The ESP8266 NodeMCU is a versatile and powerful microcontroller board that features built-in WiFi connectivity. This module aims to offer a user-friendly platform for IoT...

Embedded Sensor Hx711

The HX711 is a highly popular 24-bit Analog-to-Digital Converter (ADC) designed specifically for reading load cells and strain gauges, making it a core component in digital weighing systems. It integrates a precision amplifier and...

Embedded Interface LCD

LCD stands for Liquid Crystal Display. It’s a type of flat-panel display technology commonly used in TVs, computer monitors, smartphones, and other electronic devices. This work by sandwiching a layer of liquid crystals between...

Embedded Interface 7 Segment Display

A 7-segment display is a common electronic display device used to show decimal numbers and some limited characters. It is widely used in embedded systems, digital clocks, electronic meters, calculators, and counters. A 7-segment...

Embedded Interface Button

Embedded Interface Button (push-button switch) is one of the simplest and most common input devices used in embedded systems. It allows a user to provide digital input to a microcontroller or microprocessor by pressing...

Embedded Interface LED

LED (Light Emitted Diode) Symbol How to Identify the LED’s Positive and Negative Leads ? LED Chemical Substance Summary of LED’s Colors and Common Chemistries Color Wavelength Materials       Amber 605-620 nm...

ESP32 NodeMCU Module Net

The ESP32 NodeMCU Module is a versatile development board known for its robust capabilities in IoT projects. With built-in Wi-Fi and Bluetooth connectivity, it offers seamless integration into networked environments. Its compact size and...

ESP32 NodeMCU Module WiFi

ESP32 NodeMCU Wifi Functions   Scan for available all station networks wifi.start() — Scan and print all found APs, including hidden ones wifi.sta.scan({ hidden = 1 }, function(err,arr) if err then print (“Scan failed:”,...

Please turn AdBlock off, and continue learning

Notice for AdBlock users

Please turn AdBlock off