I'm a student making a pH sensor with data saving and I need a simple way to transfer the .txt containing my current data to my computer...
A simple way anyone can do it like an USB flash drive
How i get a .txt data from Annex32 to my computer?
-
- Posts: 2
- Joined: Wed May 21, 2025 5:24 pm
- karlkloss
- Posts: 359
- Joined: Fri Aug 18, 2023 12:21 pm
- Location: Local group
- Has thanked: 62 times
- Been thanked: 89 times
Re: How i get a .txt data from Annex32 to my computer?
Just connect to Annex using a web browser, open the filemanager, and use view or download.
You do not have the required permissions to view the files attached to this post.
-
- Posts: 261
- Joined: Thu Mar 02, 2023 10:15 pm
- Location: germany
- Has thanked: 125 times
- Been thanked: 65 times
Re: How i get a .txt data from Annex32 to my computer?
that is an interesting idea. One[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Wed Jun 04, 2025 5:03 pm I'm a student making a pH sensor with data saving and I need a simple way to transfer the .txt containing my current data to my computer...
A simple way anyone can do it like an USB flash drive

Modules : 3xESP32-Cam MB (Chip"DM ESP32 S" ),AI-Thinker Audio Kit (ES8388), ESP32 Dev Kit with Display
- cicciocb
- Site Admin
- Posts: 3254
- Joined: Mon Feb 03, 2020 1:15 pm
- Location: Toulouse
- Has thanked: 650 times
- Been thanked: 2290 times
- Contact:
Re: How i get a .txt data from Annex32 to my computer?
There are several way to do that:
1) The method using the File Manager as described by karlkloss
2) Using the icon "Save a file to the local computer" in the Editor (see below) 3) Typing, in the browser, the IP address of the module followed by the file name
i.e. type http://192.168.1.100/myFile.txt
4) Sending the files using FTP : [Local Link Removed for Guests]
5) Sending the file by email
6) Sending the file by Telegram
So, the choice is very large.
p.s.
For security reasons it is not possible to send a file from the module directly to the computer through the browser.
1) The method using the File Manager as described by karlkloss
2) Using the icon "Save a file to the local computer" in the Editor (see below) 3) Typing, in the browser, the IP address of the module followed by the file name
i.e. type http://192.168.1.100/myFile.txt
4) Sending the files using FTP : [Local Link Removed for Guests]
5) Sending the file by email
6) Sending the file by Telegram
So, the choice is very large.

p.s.
For security reasons it is not possible to send a file from the module directly to the computer through the browser.
You do not have the required permissions to view the files attached to this post.
Re: How i get a .txt data from Annex32 to my computer?
HI
I use this
[Local Link Removed for Guests]
could it be useful?
I use this
[Local Link Removed for Guests]
could it be useful?
-
- Posts: 2
- Joined: Wed May 21, 2025 5:24 pm
Re: How i get a .txt data from Annex32 to my computer?
Wow thanks guys, I wasn't expecting so many alternatives, this makes me very happy! thanks again