esp8266

xod-dev/esp8266/esp8266

Initialize ESP8266 and configure it to communicate at a specific baud rate Possible errors: — No bytes written. Probably due to buffer overflow — Hardware responded with an error
esp8266
@/esp8266
Initialize ESP8266 and configure it to communicate at a specific baud rate Possible errors: — No bytes written. Probably due to buffer overflow — Hardware responded with an error
UARTxod/uart/uart
An UART interface to which ESP8266 is wired
BAUDnumber
The target baud rate for communicating with ESP8266
INITpulse
Initialize ESP8266
esp8266
UART
BAUD
INIT
DEV
DONE
DONEpulse
Pulses when ESP8266 initialized and configured
DEV@/esp8266-device
An ESP8266 device connected as an internet provider
To use the node in your project you should have the xod-dev/esp8266 library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.