- This topic has 1 reply, 2 voices, and was last updated 9 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › Raspberry Pi › sharing text file from raspberry pi to pc
1. Is it possible to store the text files in raspberri pi ?
Raspberry pi is communicate to arduino or some other microcontroller. This arduino is send text files to raspi and these are connected via ethernet. These text files are store to internal storage of raspi.
Hi Palaniyappan
Yes, it is possible to Store text file in the Raspberry Pi. You can use a python to create a webserver and make arduino as a client, so that you can tranfer the text file. first go through the basics of raspberry pi and you can save any data in a text file.