Chat freely about anything...

User avatar
By Masoud Navidi
#87612 Hi everyone.

I am developing a code for esp8266-07. My code has 3 sub-routines

1- standalone micro controller: in this sub-routine, I use ESP8266-07 as a micro controller with some buttons and a display to communicate with the user.

2- IOT device: in this subroutine, I have a broker too and the user can communicate with the device over internet. I use some apps to transfer data as commands, and these commands will be translated in the ESP8266-07. in the near future, there will be an android app, which will handle this.

3- Access point: in this scenario, the device must cooperate with an android app over WIFI. My problem is here! My android app is not ready yet but I want to develop my arduino code. so I need an android app which can send and receive data to/from ESP8266-07. can you help me with that and introduce me an app?