This is arduino project to use 2.4Ghz PC Remote (with lost receiver) with EventGhost app (Windows).
Channel scaner. Usage:
- Start scanner on arduino and open com port on PC.
- Press a keys on your remote and watch changes on each channel ('w' to comport - next channel, 's' - prev)
- Find channel with max changes while keys on remote are pressed
PC Remote receiver. Usage: In sketch:
- Enter your channel to 'channel' var (may be speed need to be changed in myRF24.setDataRate)
- Uncomment FIND_ADDRESS_MODE in sketch
- Run sketch and watch com port.
- Fast press button on your remote many times and find new lines with your device address (first 4-5 bytes)
- Comment FIND_ADDRESS_MODE uncomment DISPLAY_CODES_MODE and write your first 4 bytes in 'RemoteAddress' var.
- Run sketch and watch what codes genereated while you press keys on your remote
- Create your own SignalsInfo array with correct codes. Special chars in name: @ - no repeat key on long press, $ - alternative repeat of key with longer intervalsls