Sending data via WiFi
-
Hello,
how can I send some data from WiPy to computer via WiFi?
-
first you must connect to wifi
https://docs.pycom.io/pycom_esp32/pycom_esp32/tutorial/includes/wlan.htmlthen you must create socket and send data
https://docs.pycom.io/pycom_esp32/library/usocket.htmland then use
send