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...
UART works fine as long it is configured on port 0:
But if it is configured to port 1, it does not work:
and compiler reports a warning in serial_uart.c, serial_uart_init...
I would like to test how our solutions react to a ble jammer.
is there any sample for the pca10040 dk to generate suchjam noise ? Or maybe you could guide me on how i can...
I thought I would be able to do the following, but when FDS_ERR_NO_SPACE_IN_QUEUES occurs m_fds_no_space_in_queue never becomes false. Is there any way I can wait for space...
Hello,
I'm having trouble compiling the ble_app_thingy_s132_pca20020 project on my Windows machine. I have carefully followed the instructions on the Nordic Thingy:52 SDK...
I used SDK14.1.0, softdevice s132_nrf52_5.0.0. and IDE Keil
when I run the code below, the microcontroller consumes 7.5 mA if I comment this part it consumes 200μA.
Apart...
Hi,
I an try to use "Esb function" and "App timer function (app_timer_create() and app_timer_start()" in the same project, but there have one following link error message...
Hi,
I am using fatfs of nRF5_SDK_15.0.0_a53641a.
I am writing a program with keil.
I am currently doing SPI communication with BLENanov2 ( nRF52832 ) and SD card...
hi, I'm using two nrf52840 and I was given a task to transmit a string between them. I'm trying to understand ble_uart central and peripheral examples. I'm using sdk15 and...
Hi, I am using PTS v7.0 for Bluetooth profiles testing for a home device with Android O system. The PTS instruction of Android AOSP indicates "nordic app installed and running...
Hi,
I'm trying to build a custom HID device. I'm not able to receive any bytes on the host machine (I'm using an HID API). The Nordic board connects to the bluetooth of...
Hi,
I use FreeRTOS for ble application on nRF52840.
To save current consumption, I want to add __WFE() to portTASK_FUNCTION().
There is a comment in the function as...
Hi,
I have worked on various descriptors for mouse, keyboard, consumer controls, game pad,.. How do I write a descriptor for glove? (VR Controls Page -> Glove) Please help...
Hi
I am receiving data samples from a radio trans-receiver over SPI, and I am storing them in a buffer. I want to send this samples over BLE, and want to have a maximum throughput...
Hi,
Is there any information about mesh sdk roadmap or coming updates? I am interested in future changes of sdk and bootloader parts, but can't find any related information...
Hi!
I have read a lot of topics, but there is no answear of my question.
I added HID services in my project but now project fall with error 4- no memory.
nRF52832, SDK13...