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...
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...
Hi, I'm trying do drive WS2812B LEDs (aka neopixels) with the I2S peripheral, using method similar to this https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/driving...
Hi,
I want to implement a Single Base UUID with 3 Custom Characteristics. I followed the instructions which are mentioned in the https://github.com/maidenone/custom_ble_service_example...
Hi,
I'm using the I2S for driving a Neopixel (WS2812b) , my code is working properly on the nrf52840DK . but when i flashed it to the adafruit nrf52840 board via the P19...
Hi,
Can you please provide a small UART application for the nRF52 and nRF52840, to communicate with PC application using bluetooth.
The deafult ble_peripheral applications...
I would like to connect an nRF52833 to a host through UART-over-USB. The host needs to be able to update the nRF52. HOWEVER, the host is itself an embedded device, not running...
Hello,
I started following the tutorials in the devzone blog and was really helpful to understand the logic behind the ncs. I got stuck in some issues and would like some...
Kind BLE experts,
Here's some background that you might find interesting. I'm working with a consortium of International teams working on creating IOS and Android apps for...
The ble_app_hhs_freertos example uses nrf_sdh_freertos.c, which in turn, requires that NRF_SDH_DISPATCH_MODEL be set to NRF_SDH_DISPATCH_MODEL_POLING.
Is there a reason...
We are in process to certified a product using the nrf52832. While testing the certification team find an offset greater than 20 ppm, like in the following scree shot:
...
Hi team,
I have to create a program which sends messages from one dongle to another. Now I have ported radio transmit and receive + USB CDC ACM programs for two 52840 dongles...
Hello,
I have experienced some softdevice hardfault in my multiprotocol application. I use https://github.com/NordicSemiconductor/nRF-IEEE-802.15.4-radio-driver/wiki with...
Hello,
My application, running on nRF52840 with SDK15.2, needs to detect the reset source from System OFF state. However, when using the BLE Secure DFU Bootloader, it always...
Hello,
I use nRF5SDK160098a08e2 SDK version, on ubuntu 16.04.
I use pca10056 (nrf52840 dev-kit).
I want to run cc310 example located at ./examples/crypto/nrf_cc310...
hello,
We have a product in production using nRF51422 and we are scaling up volume in a new manufacturing facility.
The functional tester stations require use of Master...
Hi!
Is there an example of how to use BLE_GAP_CONN_SEC_SET_MODE_LESC_WITH_MITM?
I cannot find one and I am having a hard time understanding what I need to do to make...