Seytonic / malduino

All the Malduinos!
MIT License
208 stars 50 forks source link

[Help] Access SDCard #36

Open emlinhax opened 4 years ago

emlinhax commented 4 years ago

I want to Access my SDCard directly with the MalDuino. Like if all the switches are off and I plug it in, it shows the SDCard and I can access it normally. Or If somebody knows a way to do that, please tell. Because I really wanna edit scripts "on the fly" and not always have to plug the sdcard out and into an adapter. And I also want to store files via Script on the SDCard (Example: Password Files) so I dont have to Upload/Send them.

irishgreencitrus commented 4 years ago

don't think its possible with the hardware the malduino is built on at the moment

ertaku12 commented 2 years ago

I also have the same problem. It happens because Arduino IDE uploads the script into the flash memory of the Malduino. Then when you want to plug in a Malduino with SD card and run the files in it, it automatically runs the flash memory not the SD card. I haven't seen any solution for that. Little help would be good!