It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
Hello Nordic people,
Is anyone knows how to set the Nrf52840 buttons high automatically without human interface while button press?
Any examples or Related API are available...
Hi there. When nrfx_gpiote_in_init's event handler is called, is it being called as an interrupt? I note that if I use NRF_LOG_INFO within the body of the event handler, then...
Hi everyone,
I am following the qspi example to communicate with MX25R6435F flash memory. This is my first time interacting with a flash memory and I have some questions...
Hello!
i´m enable ble long range like central for scanner beacons, i can see long range beacons, but only one time, then i need to restart my DK: i use to do this ble_uart_c...
Hello,
As per your given link in 1.2 Build and flash - using SEGGER Embedded Studio ( https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts...
Hi,
It appears that at least one Mesh_v4.2.0 example (light switch) will not link under nRF5_SDK_17.0.2.
I managed to get Mesh examples to run under SDK_17.0.0 a while...
I have a new Bluetooth remote product in development that has a bluetooth stack that will incorporate HID, BAS, NUS, ANCS, and buttonless DFU services. I have the HID and...
Hi, I'm using nRF52832 Software Development Kit, PCA10040, S132.
I'm getting this error while trying to connect with my device in the "ble_app_hrs_c".
"Connection...
I have found a few "how to" on cofiguring Eclipse for application development on nRF52 devices. After some point things are not as described in this guides. So, Is there any...
I'm trying to create a read event whenever a certain characteristic is read. I used BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST event to monitor that. I also set "is_defered_read"...
Hello,
I am developing a composite HID peripheral based on the nRF52840 that can connect to a PC either via USB or BLE.
I am using SDK 15.0.0.
Regardless of the connection...
When I build and run an example Bluetooth: Peripheral HIDS keyboard (it's the same for master branch and v1.3.2) using nRF52840 DK I faced one strange behaviour. To simplify...
I just downloaded the latest version of the pc-ble-driver hoping some of the bugs I had reported were fixed. The downside is the notes do NOT indicate they were addressed...
I'm working on an nRF52840 design where we may get away with only the outer pin row on the package.
However, one pin on the inner row of harder to reach pins seems important...
To the kind attention of Nordic support team,
I'm considering here a scenario where only a device and only an host PC are involved. They are ble bonded together.
Now,...