Author Topic: Wireless Digispark activation  (Read 1874 times)

Coto

  • Newbie
  • *
  • Posts: 3
Wireless Digispark activation
« on: March 05, 2017, 04:07:49 am »
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:
Code: [Select]
if (RFDuino.receiveSignalFromPhone) {
[execute Digispark keystrokes]
}

It could work? Please let me know, thanks! :)