I know this question has been asked a hundred times, but i've never seen a sure fire answer
Okay. So I've spent a good 3 days researching this topic. I have come to no solution whatsoever.
I have tried countless times to get the Bluesmirf to receive and transmit a sketch to my Femtoduino which lacks a USB port.
I'm doing the testing on an Arduino Uno
I looked up the documentation for the RN-42 and it describes using the PIO10 pin as a DTR signal. My thought was I'd be able to solder the PIO10 pin to a wire and route that to the reset on the Arduino. i also set the bluesmirf to MDM mode, which is supposed to automatically set the PIO10 to high when ready.
Maybe I don't understand how DTR works, but the sketches don't upload still...
I don't want to do it the software way because A: I have to add code to my already complicated sketch and B: It involves recompiling the IDE which i have absolutely no idea how to do.
I have to be able to upload sketches via Bluesmirf, my femto is going at the heart of my robot which i wont be able to access. I will have to program remotely.
There HAS to be a way to do this, someone help please