Skip to content

ESP8266 Wifi Module

This module implements the Zerynth driver for the Espressif ESP8266 Wi-Fi chip (Resources and Documentation).

NOTE: To avail the Wi-Fi functionalities, the end user had to follow this steps: * inizialize the Espressif ESP8266 chip using the init() of this driver * exploit the Wi-Fi features using the Wi-Fi Module of the Zerynth Standard Library

init

init()

initializes the Wi-Fi chip connected to the device.

Once ended this operation without errors, the Wi-Fi chip is ready to work and it can be handled using the Wi-Fi Module of the Zerynth Standard Library.

get_rssi

get_rssi()

Returns the current RSSI in dBm.