Top "Esp8266" questions

ESP8266 is a highly integrated chip which offers a complete and self-contained Wi-Fi networking solution, allowing it to either host applications or offload all Wi-Fi networking functions from another application processor.

Request cURL with ESP8266

I am pretty new to programming (the ESP8266). Right now I am putting code-pieces from different blogs together in order …

curl arduino esp8266 pushbullet
Interface NodeMCU (ESP8266) with GSM module

I'm a new user of NodeMCU and I would like to make it communicate with a GSM module like SIM900. …

gsm esp8266 nodemcu sim900
Is it possible to get ESP8266 running on WPA2 Enterprise network?

I've seen examples for ESP8266 chip Wifi clients logging onto a WPA2 personal network. However, is it possible for an …

c arduino esp8266
ESP8266 Arduino Hostname (MDNS)

I am having problems with the hostname of my ESP8266. I am using the MDNSResponder and I can successfully access …

esp8266 mdns
not able to connect to test.mosquitto.org

I am working on esp8266 and trying to connect to test.mosquitto.org. here is what I got from net …

mqtt esp8266 nodemcu
How to make AT commands work programatically in arduino for ESP8266 wifi module

I am doing a simple tcp communication from an arduino to raspberry-pi wirelessly with an ESP8266 wifi module on arduino …

tcp tcpclient arduino-uno esp8266 arduino-ide
how much NodeMCU GPIO Current Maximum, and NodeMCU standalone Power Consumption?

Unfortunately, i can't find hardware Spec about NodeMCU. so i want know about GPIO Current limitation, Standalone Power Comsumptionm, and …

esp8266 nodemcu
What is zalloc in embedded programming?

I am looking into programming the ESP8266 serial-wifi chip. In its SDK examples it makes extensive use of a function …

c embedded esp8266
Using Wifi module ESP8266 to send UDP broadcast message

I need to communicate Arduino module with my Phone through ESP8266 wifi module They all link to the local LAN …

c arduino network-programming esp8266
How to implement ESP8266 5 kHz PWM?

I need to realise a PWM output with 5 kHz +/- 5%. (Presumably due to a filter circuit into which this feeds …

esp8266 nodemcu pwm arduino-esp8266