Raspberry Pi Pico files transfer text files (.txt) without Thonny?
Hello, I'm dealing with a problem that might be quite easy to solve, involving a Raspberry PI Pico project. I'm planning to build a humidity and temperature monitor for the shed (I already have the materials: "Raspberry PI Pico without (W) (there's no Wi-Fi anyway)", "Sensor"…). Everything's fine so far. I've already written a little code that writes 30-minute temperature and humidity readings (currently without a time stamp) to the file schuppen.txt. –So far, all good–
Here's the problem: every time I want to import my file, I have to open Thonny and load it from there. It's too complicated!!! (Not for me, but for the person I'm building it for)
I would now like to create a small, preferably Python (2.7.5) program that simply copies the file "schuppen.txt" from Raspberry Pi Pico into the same folder (in this case it is the desktop.
My goal is for it to go like this:
- Connecting the Raspberry Pi Pico
- Click copy.py on the desktop
- Open text file on the desktop (to read values
- Separate the raspberry
- Complete 🙂
Hopefully someone can help me
System information
Windows 10 / 7 (PC for which I am building this)
Python2 on PC
Raspberry PI Pico Micro Python 3…
Raspberry PI Pico (without W)
more on request if I have forgotten something
Copy/transmit file via SCP? Synchronize file via rsync over ssh?
File available on the Pi via HTTP makebm if necessary – then simply nen Bookmark.
There are various options.
Sorry you mean a Raspberry Pi 1, 2, 3, 4 I mean a Raspberry Pi!PICO! That there is a lot of possibilities for a normal Raspberry Pi is also known to me unfortunately I mean the smallest Pi of the Raspberry Pi family, namely the “Raspberry Pi Pico” Besides, I also mentioned that the Raspberry pi has no Wi-Fi on site. But thanks for your answer
Ah, the pico is just a uC.
It must be possible to interact with the interfaces and to make a serial transmission?
Many thanks look good
Searched for something like this
Thank you
(Sorry I didn’t answer immediately Much about the ears:-))
https://stackoverflow.com/questions/76138267/read-write-data-over-raspberry-pi-pico-usb-cable
Maybe this can serve you as a starting point.