Relative Content

Tag Archive for kotlinarduinoesp8266android-wifi

How to send data throught Wi-Fi with Kotlin to an Arduino with ESP8266-01S

I’m working on a project where I send information via Wi-Fi between an app and an Arduino Nano. I need to send simple text to an ESP8266-01S Wi-Fi module, which then communicates with the Arduino. The text will represent values such as temperature or light, and I also need to receive this text back and translate it to actual values.