Hi.
(For example, press and hold button 1 to send to BLE, press button 2 to transmit to RF)
static void keys_send (uint8_t key_pattern_len, uint8_t * p_key_pattern)
Can you add nrf_esb_write_payload (& p_key_pattern); in the above function?
Do you have a guide?
In the keyboard example, the data format is [modifier, reserved, Key1, Key2, Key3, Key4, Key6, Key7].
Is it possible to input 8 keys simultaneously in RF communication? (I only sent 5 bytes when sending keyboard values RF communication. [ReportID, modifier, key1, key2, key3])
Thank you.
Have a nice day.