So I have a Digispark, and I want it plugged in somewhere where I can not physically touch it, and can only control it from my phone wirelessly.
I was searching online and came across the RFDuino. Can someone tell me how this works, and if it can work with the Digispark with my case? Maybe if I put an if statement like so:
if (RFDuino.receiveSignalFromPhone) {
[execute Digispark keystrokes]
}It could work? Please let me know, thanks!
