Hi,
I have just started using a nRF52840 PDK board with the purpose to verify BT 5.0 features. I am completely beginner working with nRF boards or nRF SDK. Anyways, I downloaded...
I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
Hi,
When creating and adding an characteristic to service, what the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
Hi all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
I need to know how to set up the SES debugger to continue debugging when the program jumps from application into the bootloader.
nRF52832 SDK v15.3
Using the following...
C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.18/gcc/arm-none-eabi/bin/ld: Output/Debug/Obj/port_cmsis_systick.o: in function `RTC1_IRQHandler':
1> .....\nRF5_SDK_for_Thread_and_Zigbee_v3...
Hi,
When I use SDK16, for example, the ble_app_hrs, the Keil will throw a error about the system_nrf52840.c.
1. For Device Family Pack version 8.27.1, it could not find...
Hello
I am contacting you because I have 2 problems:
1. I downloaded the "nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b" available at this address: www.nordicsemi.com...
Hi!
I'm using nrf52832, SDK 16 and s132. I've successfully used a ble_app_hids_keyboard example to make a Bluetooth HID peripheral device to transfer sensor data to the...
I want to use a timer to generate an event at a rate of 16kHz. So just as a test I'm setting up TIMER4 and a CC event to toggle a gpio pin. As I understand the clock source...
Hello everyone,
I set up Thread Secure OTA DFU Example by using a nrf52840 DK as DFU server and a nrf52840 Dongle as DFU client. I am using nRF5 SDK for Thread and Zigbee...
I'd be grateful for some assistance with what I may be doing wrong.
I have programmed the serial example on a device and the server example on another device.
Copied the...
Hi everyone:
I was testing the bonding with passkey entry, but it seems failed.
The slave 51822 EVK board is set with "BLE_GAP_IO_CAPS_DISPLAY_ONLY" and "MITM = 1".
...
Hello devzone! I am using translation.
I am using a DK board (PCA10056) to examine the current consumption of nRF52840. I commented out the advertising_start() of the SDK...
Hi, I'm trying to implement a mesh serial node with LPN capability, where the UART can be disabled to save power, and then re-enabled via a GPIO.
I am measuring current...
Ok -
I've been through this a few times and read the forums, but the current build system is broken. I'm trying to compile (not even load the board at this point) the ble_hts...
Whichever input channel I select, I always get a value close to zero. Here is my test code using VDD as the input source:
In this case, RTT reports that the value...
More of a plea than a problem. When I migrate to a new version of the SDK I try to be very careful. So, I use sha256sum to check all similarly named files from one version...