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) ...
Dear Sr.,
Can't detect carrier
They are two PCB one TX Carrier and other mush Detect the carrier ---------------------------------------------------------------------...
mains.c
Hello Everyone,
I have deveLoped the Custom PCB whixh has the push button which is connected to VCC so i would like verify my software logic for button configuration...
Hi,
We have a new product based on the NRF52840. We are trying to add NFC record text to the firmware that based on SDK15. We could get the NFC record text from the NRF52840...
We're evaluating the nrf52840 and I am looking at the SPIM peripheral. The datasheet states the following:
"If several AHB bus masters try to access the same AHB slave at...
i am working on the Cycling Speed and Cadence sensor central configuration using nRF52832 DK in Segger Embedded Studio. I used the RSCS central example of nrf_sdk_v15.0 and...
I'm trying to migrate a working application from SDK 14.0.0 to SDK 14.2.0. I was using app_twi on SDK 14.0.0 and am now using nrf_twi_mngr on SDK 14.2.0. One difference is...
Hi all,
Just noticed the RTT logs are broken with GCC in SDK14.2 while they work fine in SDK14.1
I found the cause is the definition of the macros:
/*
* For GCC...
Hello.
I am working with a custom board. I have been wondering how to change the default polarity for a pin? I need LED_1 to have a polarity and the other 3 LEDs to have...
Hello,
I base on migration guide:
http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.1.0%2Fnrfx_migration_user_guide.html&cp=4_0_0_2_5...
Hello,
I found the link below and was wondering if the information is up to date (says nRF52 SDK v0.9.2 ).
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic...
Hello,
I am using nRF52480, s140 , SDK_15.0 and using a central example. I can print the scanned RSSI, and MAC address of the each advertising packets with BLE_GAP_EVT_ADV_REPORT...
Hi, I'm trying to increase the NRF_SDH_BLE_PERIPHERAL_LINK_COUNT to max possible (20) in my project. When I first tried to do this the softdevice prompted me with this error...
Looking to better understand bsp_indication_set.
As per the example custom_ble_service_example found on github, ...when DK is connected, LED_1 is lit and stays lit from...
Hi,
I'm developing an application for nrf52840 that's essentially based on both the USB MSC example and the BLE NUS example in SDK 14. I started with the USB MSC example...