Keyboard reference and Da14580 basic kit!

9 posts / 0 new
Last post
bluetoothdev
Offline
Last seen:5 years 10 months ago
加入:2015-02-12 07:11
Keyboard reference and Da14580 basic kit!

Hi,

I heard that Last keyboard reference source supported 2 keys which can put the device into permanent extended sleep by pressing both keys at the same time. But i dont know where i need have a look in app_kbd.c ? And what GPIO i need to config to make my DA14580 Dev Basic KIT avertising? Could i use LEDs GPIO as a key for testing.Do you have a complete file config.h for the DA14580-Dev Basic KIT?

Thank you so much!

Blue.

TR_Dialog
Offline
Last seen:2 months 3 days ago
Staff
加入:2014-06-30 23:52
Hi Blue:

Hi Blue:

Please refer to section 10.1 of the UM-B-009 User Manual for Keyboard Reference for information about putting the device into permanent extended sleep.

Thanks,

TR_DIALOG

TR_Dialog
Offline
Last seen:2 months 3 days ago
Staff
加入:2014-06-30 23:52
Hi Blue:

Hi Blue:

当you use basic kit for this application, please disable EEPROM (#undef EEPROM_ON, in app_kbd_config.h), disable MULTI_BOND (#undef CFG_MULTI_BOND, in da14580_config.h).

Also see section 10.19 of the user manual on guidelines for configuring keyboard keys.

Thanks,

TR_DIALOG

chungtran
Offline
Last seen:4 years 11 months ago
加入:2015-01-21 05:57
Hi TR_Dialog,

Hi TR_Dialog,

I have also work on Keyboard reference design and could i ask you a question! When i loaded source code with my Basic kit i have confused between UART jumper configuring with SPI! Can i debug with my basic DK connected to TTL-232R?

Thank in advance,

Chungtran

bluetoothdev
Offline
Last seen:5 years 10 months ago
加入:2015-02-12 07:11
Dear TR,

Dear TR,

I have already done it like what you said and I used my ipad mini (IOS8) to scan my basic kit but it still does not advertise. So do i need to config some ports and pins?

Regards,
Blue

TR_Dialog
Offline
Last seen:2 months 3 days ago
Staff
加入:2014-06-30 23:52
Hi Dat:

Hi Dat:

Just to check your setup, can you load the proximity reporter project on the basic kit, and check if it is advertising.

For jumper settings refer to the user manual for the basic kit.

If it does we will focus on the keyboard project.

Thanks,

TR_DIALOG

bluetoothdev
Offline
Last seen:5 years 10 months ago
加入:2015-02-12 07:11
Hi,

Hi,

My basic kit works absolutely nice with proximity reporter project. But with keyboard, it does not work. Do i need to make a separate file config " app_kbd_key_matrix_setup.h" . I see #define MATRIX_SETUP (10) , but it just works with expert-kit with 2 keys, right? Meantime, i use a basic kit.

Best regards,

TR_Dialog
Offline
Last seen:2 months 3 days ago
Staff
加入:2014-06-30 23:52
Hi,

Hi,

Please follow the instructions in section 10 of the user manual for customization.

Thanks,

TR_DIALOG

bluetoothdev
Offline
Last seen:5 years 10 months ago
加入:2015-02-12 07:11
Hi TR,

Hi TR,

Thanks for your helping i have 2 issue now:
1/ So could i use an android device to scan keyboard reference?
2/ With DSPS application for android , could i type a passkey from my android phone ?

Thanks,

Blue