Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Internet access | ||||||||
Line: 39 to 39 | ||||||||
When collecting data it may be interesting to transfer them for analysis to a PC. For this an FTP server is very helpful and there is one included in the MicroPython binary. Make sure you are connected to the network with wifi_connect and then simply import uftpd. You may stop the server again with uftpd.stop(). More information about the ftp server can be found at https://github.com/robert-hh/FTP-Server-for-ESP8266-ESP32-and-PYBD ![]() | ||||||||
Added: | ||||||||
> > | TelnetA simple telnet server is included in the MicroPython binary. To start it: import utelnetserverutelnetserver.start() Once started you can telnet to the ESP32 and connect to its REPL. Attention: This does NOT work when running the shell in thonny! Here is an example: ![]() | |||||||
Exercises for the Internet part of the IoT courseIn this course we will have a look into two ways of accessing our data: | ||||||||
Line: 56 to 69 | ||||||||
| ||||||||
Added: | ||||||||
> > |
|