.ino file compiles and converts into a .hex file , the I copy the ones and zeros to a .txt file and load it on the SD card . The Attiny85 reads those values from the SD and by using SPI programs the ATmega . Is this even doable? I ve seen people discussing about it online but no one ever gave a clear answer . Is there any modification needed so this concept works ? What about the file types ? Is txt okay for programming ? I m using the arduino IDE for programming
