I am looking to get my ESP-12E chips to send SSID and RSSI information via I2C, but the expressif documentation seems to only outlines information on calling the info via AT commands. Unfortunately, I need to do the information be called and captured by the code during triggering instances.
The information should be ideally, sent to a computer or microcontroller (e.g. Raspberry Pi or Arduino).
Any suggestions on how I should start? Thanks in advance!