Flash Drive + LCD (touch screen) + arduino

is it possible to display the content of a flash drive to the LCD (touch screen). and once displayed, can choose a file and sends via bluetooth or any wireless connection...... help us [pleaaaaaaaasssssssseeeeee.... :((( we don't know the codess.s....

Yes it's possible, but you will have to learn coding because no one will do it for you for free :slight_smile:

Yes it's possible

But by no means easy. There are many parts to your project. Some are not too hard. Some are very hard. None are easy.

jemlangako:
is it possible to display the content of a flash drive to the LCD (touch screen). and once displayed, can choose a file and sends via bluetooth or any wireless connection...... help us [pleaaaaaaaasssssssseeeeee.... :((( we don't know the codess.s....

You should be aware that an Arduino is rather slow and you'll be lucky to get 1 megabyte per second throughput. If you want to get the speed you're accustomed to on a PC (20MB/s) you're going to want to use something like a Raspberry Pi rather than an Arduino.