Mike, for doing stationary tests, it's easy to not connect to your WiFi network at all. Instead, just use the logger in AP mode (which is a direct connection between your computer and the logger). That works well even for general use. For file downloads, the FTP connection always goes to the same IP address (192.168.4.1), regardless of unit. Firmware updates also work fine. The advantage is that the wifi gets switched off about 20 seconds after the logger is switched on, unless you connect to the AP point from the computer.
To use the logger in AP mode only, do the following:
1. In the config.txt file, chance the network description to a non-existing network (for example:
"ssid": "none",
"password": "no password",
2. To connect to the logger:
- switch the logger on
- when you see the "Connecting to .." screen, use the magnet (or, before putting the logger in the case, the right bottom on the board) to enter AP mode (you have 10 seconds to do that)
- the logger switches to a screen that shows the Wifi AP info (ssid is "ESP32AP", below it shows the password)
- on your computer, select ESP32AP as the WiFi network, and log in using the password shown on the screen
- when your computer is connected, the logger screen will show the IP address of the logger.
For FTP file transfers:
- connect to the logger AP point as above
- enter the IP address shown (192.168.4.1) in the FTP program and log in as usual
- if you want to download from multiple units in a row:
- quit the FTP program
- switch off the first logger, switch on the second logger
- follow the steps to connect above (you will probably have to select the ESP32AP wifi network again).
To update firmware using AP mode, type the IP address in your browser (
192.168.4.1) and log in using the same credentials that you usually use for firmware updates.