transfering data from lopy to lopy over wifi
-
hello, I am new to this.
can anyone plz tell me how to connect one lopy to another lopy by wifi and transferring data? or tell me some reading material?
-
@seb thank you
-
You will need to put one LoPy into access point mode (if you haven't changed anything on your device, it should boot up in access point mode) and then connect the second one as you would connect it to any other WiFi network. Once they are connected you can use sockets to send data between them. The micropython documentation have some example of this: http://docs.micropython.org/en/v1.9.2/esp8266/esp8266/tutorial/network_tcp.html
Standard python code should also work as long as you don't try to do anything too fancy.