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...
Hello All,
We are using nrf52840 board interface with wiznet550i.
We try to implement mqtt tls 1.2.we get following errors..
I get certificate verification error -0x2700...
Hi,
i am using SDK v8 with softdevice v8,using master control panel pc application,added custom service and characteristics to application,problem is characteristics value...
There is the board mark on the chip like n51822CEAAD01350A0, where DO is Build code, 1350 is tracking code(YYMM), A0 is lot code.
My question is how can I get those codes...
I'm trying to debug a randomly occuring Hardfault. In trying to trace down the source I read the CPU registers use the Nordic hardfault_implementation.c which grabs the register...
Dear nordic employee
my purpose is send a data the length is from 150 to 273
when my server device send data by sd_ble_gatts_hvx(the send length is fixed 10 bytes) ...
nrf52832 , SDK_V15.3 , ble_app_uart sample code , data communication problem.
Hello there...
I use the SDK V15.2, ble_app_uart sample code, on the nrf52832
seems the...
Hello,
Currently working with Segger 4.42 and SDK 15.0
I've searched around the devzone on doing a passkey connection between my server and central.
I've used the ble_app_gls...
Hi, I'm having trouble pairing with Android devices using the SDK's ble_app_gls example, when I try to pairing with any andoid device it throws the following error "couldn...
I Modify my code for 7 buttons from 7 gpios. But my code has a issue at sdk_config.h. The define of GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS is 9. When I built the code and download...
Hi all,
The nRF52832 spec. document specifies that the current consumed in System OFF / No RAM retention / Wake on LPCOMP mode is 1.9uA. However, if I measure the current...
Hi,
A couple of months ago, the Bluetooth SIG published a specification for LE Audio : a new codec and method to send audio data through BLE 5 connection.
Is there an...
Hello,
Few questions about NUS and NUS C please.
Is there any way to know how many TX are pending ?
Are TX notify or indicate ? How to change it please ?
Thank yo...
Hello,
Based on aws_fota sample, I want to replace the line with poll with something that not blocks (because I have another things to manage in my loop). Do someone have...
Hi,
I am evaluating nRF52840 DK as a peripheral with 300ms interval with no timeout (continuous advertising with APP_ADV_DURATION set to 0 ).
I understood that while APP_ADV_DURATION...
I am developing for an nRF52810 target application.
I am using IAR 8.42 with a PE Micro debugger. If I debug a project (call it project A), the linker ROM space starts at...
Hi,
I tried the SDK_DIR\examples\dfu\secure_bootloader\pca10040_s132_ble example from nRF5_SDK_16.0.0 with my custom board with nrf52832 mcu.
I followed this guide:
...
To the kind attention of Nordic support team,
I 'm working on a custom project so that nRF52840 can operate in two different mutual exclusive running modes. A USB operational...
I'm starting a new project that ports an existing (non-Nordic) application to a system based on an nRF52840. My current solution is based on FreeRTOS, so I'm looking at the...
Hello,
We are experiencing 2 different but related app_timer failure conditions.
app_timer_create() returns NRF_ERROR_INVALID_STATE
app_timer_start() does not return...