Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
SoC: nRF5340 SDK: nRF Connect SDK 1.9.1
CMAC calculation works fine with SDK 1.7 and SDK 1.8. But it failed with SDK 1.9.1.
psa_mac_sign_setup returns error = PSA_ERROR_NOT_PERMITTED...
Hello,
I a developing a custom application on a custom board with nRF51822 and SDK 10.0. I am also a newbie with BLE, so please bear with me.
I have succeeded in incorporating...
Hello everyone,
I would like to make the following application.
I want to connect a temperature sensor to nRF51822-beacon to broadcast the temperature measurements
...
Hi,
What does the "Enable services" button in the MCP do?
What are the Master Emulator API equivalent command to duplicate the "Enable services" button in the MCP?
...
Two questions:
If I use Nordic's library functions such as app_timer_create() and app_timer_start(), are the timers using the low-power RTC timer running with the...
After I connected a BLE device (HRM sample program on dev kit), I call sd_ble_gap_rssi_start to do a RSSI measurement, it returns error code 6.
Apparently error code 6...
Hi,
I've encountered a problem during development of an application based on ble_app_hrs_rscs_relay.
Everything works fine (I mean concurrent central and peripheral...
Hi
I'm testing the Peer Manager as a replacement for the currently used device manger. I ported out code to use of the peer manager. I can see the peripheral advertising...
Hi,
I am trying to debug in eclipse for a NRF51_DK on mac.
I have found the right configurations for the NRF51_DK and how to debug with it in Eclipse. I use the JLINK debugger...
I am using nRF51 SDK 8.1. When I add this code:
const app_uart_comm_params_t comm_params =
{
RX_PIN_NUMBER,
TX_PIN_NUMBER,
RTS_PIN_NUMBER,
CTS_PIN_NUMBER,
APP_UART_FLOW_CONTROL_DISABLED...
Hello,
According to specification, SoftDevice (S132) supports three connections as a central. Do you have example project?
I need collect data from 3 sensors:
...
I need to setup a nRF51 dongle as a transmitter and a nRF51 beacon as a receiver. The transmitter will send a byte every 7.8 ms (128 times per second).
I am wondering whether...
Hi,
I am using the ble_gls_app provided in the SDK 8.1.
Also i am using S110 softdevice v8.0.
When i am trying to bond through MCP it is asking for a passkey.
How...
Hello everyone,
I following the exmple about advertising
devzone.nordicsemi.com/.../
It advertise a string (line 142 in main.c). I want to replace this string with...
Hi,
We have updated our code to the last sdk version (nRF51_SDK_9.0.0_2e23562) and we cannot upload the application code anymore with the nRF Toolbox on our iPad. However...