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...
Hello!
I've got a couple of NRF52832 based modules - Holyiot-17095-nRF52832. These modules are presented in the list of supported - https://www.nordicsemi.com/Software-and...
I performed below mentioned steps:
Downloaded SDK 12.1.0
Soft Device s130_nrf51_2.0.1_softdevice.hex
Built secure boot-loader with new public key
Built project ble_app_hrs...
I'm trying to compile hci_usb sample of Zephyr with Nordic Connect SDK v1.3.0 using Nordic's proprietary controller but apparently it fails.
I'm using following configuration...
Hi I'm doing the Bluetooth GATT: How to Design Custom Services & Characteristics [MIDI device use case] example ( https://www.novelbits.io/bluetooth-gatt-services-characteristics...
I cannot get the NRF_LOG messages via RTT to the debug terminal in SES or RTT Viewer. My setup: HW: PCA10040 1.2.4 SDK: 15.3 Project: \nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral...
Hi
I'm using SKD16.0.0 and S132, and I want to realize that peripherals can only connect to a center with a known MAC address through directed advertising. How should I...
Hi Folks,
I am getting in trouble with SoftDevice activation. Indeed, my application did not return from the "nrf_sdh_enable_request()" call, more precisely it hangs into...
Hello,
I am currently working on BT840 and BT832 modules and trying to run the sample codes which are given by Nordic (specifically ble_app_uart which runs with UART service...
Hi,
there is a number of tickets on the sd_ble_gatts_characteristic_add, but I still can't get where I do it wrong :-(
I'm trying to initialize the battery service using...
Hi,
I used 52840DK and SDK15.2 to test usb cdc, every thing goes will, but in rx event, it always missed first byte, for example, if send "123456", it just received "23456...
Hi everyonoe,
I would like to set a timeout for advertising, and catch this event. So I have
According to ble_gap.h :
uint16_t duration; /**< Advertising duration...
Hello,
Help me please, I have an issue with ATT MTU size.
When connecting Android (BLE client) to nrf52 (server) and ATT MTU is 20 bytes in max.
I have changed on...
I'm using SDK v16 on an nRF52832 and occasionally run into a SIGTRAP with my custom application mainly forwarding BLE traffic from/to UART.
It works fine, only after quite...
Hi teams,
I am finding a way to check whether a mesh node is currently able to communicate with other node.
We are planning to deploy many mesh nodes to proper position...
Hello! We are using the chip nRF52832 with the circuit recommended by Nordic Semiconductors, we want to implement the recharge of a battery by NFC. Without any data transmission...