Home / Reference (page 3)

Reference

ESP8266 WiFi AT Command List

Test command Command Response Parameter AT OK -   Reset Command Response Parameter AT+RST OK -   Get firmware version Command Response Parameter AT+GMR VERSION:<Param> OK Param : firmware version   WiFi mode Command Response Parameter AT+CWMODE=? +CWMODE:(1-3) OK - AT+CWMODE? +CWMODE: <Param> OK Param: 1 -- station mode (client) …

Read More »

NodeMCU Pinout Reference

NodeMCU pinout

The NodeMCU is an ESP8266 development board that combines WiFi, GPIO, USB programming, and power regulation on a single board. At its core is the ESP8266, which means you can build WiFi-enabled projects without connecting a separate Arduino board. This NodeMCU pinout reference covers the commonly used NodeMCU V1.0 and …

Read More »

Arduino Like IDE for PICs

arduino like ide for pic - chipkit uc32

Before the Arduino became popular, PICs were the go-to microcontroller device for most electronic hobbyists. PICs were cheap and the resources (at that time) were plenty. But then Arduinos came, which offer a much simpler way to code and so only a few now use these microcontrollers. Arduino's strength relies …

Read More »