How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Hello,
We are currently using the NRF52840 with SDK 17.0.2 with S113 softDevice. We have our own boot-loader implementation. Is it possible (advisable) to perform an Over...
I try to folloe the tutorial devzone.nordicsemi.com/.../nrf-connect-sdk-tutorial---part-1-ncs-v1-4-0 but this failed. What did I try
1. install on macOS using setup assistant...
Hello there,
I have been using RTT viewer since a while and its works fine only if i program that board without DFU, and if i program this board with DFU it says " could...
Hi there,
I have spent the last week trying to understand why my board, which is largely identical to the DK had various BT robustness issue; it was basically impossible...
Hi,
We want to use the NFC of nrf52 to develop a payment card. And we will use RATS to exchange data, does the NFC of nrf52 support this? Is there any code or lib or example...
base on https://www.u-blox.com/sites/default/files/Add-NordicSemiconductorDFU-to-SDKexample_AppNote_UBX-19050198.pdf
modify some of the code here:
main.c:
basically...
Hi, all.
I'm using nrf52840, s140, pca10056
I also want to add a scanning instance to the ble_app_uart example.
So, refer to the example of ble_app_uart_c, I a dded...
Hi, all
I'm trying to add scan function to ble_app_uart peripheral example.
So I changed NRF_SDH_BLE_CENTRAL_LINK_COUNT '0' to '1' and NRF_SDH_BLE_TOTAL_LINK_COUNT ...
The project I'm working on will have multiple subsystems which will be reused by multiple applications. Similar to zephyr/samples and zephyr/subsys, and nrf/samples and nrf...
Hi I wonder if i can make 16Mhz interrupt by HFCLK.
I tried to find some example about that but i couldn't
Can anyone help me to get a example of HFCLK interrpt ?...
Hey all, I'm trying very hard to understand how UART over USB works by following through the USB CDC ACM example in SDK 17.0.2 on the nRF52840DK, but I'm still new to this...
Dear Nordic DevZone team,
I have spent some frustrating hours trying to find the difference between configuring my tiny application with nrf9160dk_nrf9160ns or my custom...