How i get a .txt data from Annex32 to my computer?

Place where find documentation
Post Reply
Yeasody
Posts: 1
Joined: Wed May 21, 2025 5:24 pm

How i get a .txt data from Annex32 to my computer?

Post by Yeasody »

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
User avatar
karlkloss
Posts: 359
Joined: Fri Aug 18, 2023 12:21 pm
Location: Local group
Has thanked: 62 times
Been thanked: 86 times

Re: How i get a .txt data from Annex32 to my computer?

Post by karlkloss »

Just connect to Annex using a web browser, open the filemanager, and use view or download.

grafik.png
You do not have the required permissions to view the files attached to this post.
RonS
Posts: 251
Joined: Thu Mar 02, 2023 10:15 pm
Location: germany
Has thanked: 122 times
Been thanked: 62 times

Re: How i get a .txt data from Annex32 to my computer?

Post by RonS »

[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
that is an interesting idea. One ;) would have to make the internal editor download command accessible for annexbasic in order to then save a file in a specified folder.
Modules : 3xESP32-Cam MB (Chip"DM ESP32 S" ),AI-Thinker Audio Kit (ES8388), ESP32 Dev Kit with Display
User avatar
cicciocb
Site Admin
Posts: 3237
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 645 times
Been thanked: 2281 times
Contact:

Re: How i get a .txt data from Annex32 to my computer?

Post by cicciocb »

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)
image.png
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. :D


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.
Post Reply