how can i make simple remote control by using SPI interface?

3 posts / 0 new
Last post
ggkang
Offline
Last seen:6 years 1 month ago
Joined:2015-03-05 07:31
how can i make simple remote control by using SPI interface?

I have da14580 development kit-pro and wanna design simple remote control (maybe.. it will have 4~5 keys)

And i have several questions.

1. Is it possible to make a remote control with SPI interface?

2. if so, what softwares should i use ? also, if i use and modify the source code of BLE remote control in 'Ref designs' section, can i make the remote control???

these are basic questions and i wanna know about more. please answer to me. Moreover, if you have a source code related to my concern, please let me know about that

thanks

JE_Dialog
Offline
Last seen:1 month 16 hours ago
Staff
Joined:2013-12-05 14:02
你好ggkang,

你好ggkang,

Yes, you could use the remote (HID over GATT) as a starting point . Probably the best lpace to start is the Keyboard example : This also uses HID over GATT profile. The user manual describes how to customise the key mapping (section 10).

BR JE_Dialog

MH_Dialog (not verified)
你好ggkang,

你好ggkang,

你想要什么SPI接口使用for the remote? Please clarify your purpose
I would recommend using the BLE remote Ref design and modify the key matrix and HID usage report map to fit your remote hardware.

BR,
Morris