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) ...
Hi,
I am trying to get DFU working on my PCA10040 board using SDK 14.2 and armgcc toolchain.
I have followed the instructions to set up DFU here:
devzone.nordicsemi...
Hi,
Whenever I call `nrf_malloc` with a parameter bigger than 32, the pointer remains NULL. I think it's related to some sdk setting but I couldn't find it.
Anyone had...
Currently, I am working with the Nordic SimpleOnOff Model of the Light switch in the Bluetooth Mesh.
I am good that the light in the mesh can be set on/off after Provisioned...
HI guys,
I am running a beacon based on the ble_app_beacon example. This works fine.
Next, I made a connectable GAP/GATT application to read and make some settings. This...
https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.2.0/lib_timer.html?cp=4_0_0_3_51_0_0#lib_timer_debugging
The link to " Monitor Mode Debugging -...
I flashed the Mesh serial hex file on nRF52840 dongle. I can see my dongle on nRF connect mobile application but not on nRF Mesh mobile application. So do I need the development...
I flashed the mesh serial hex file in two dongles and used one dongle for connecting it to the nRF Connect Windows application. The hex files were present in the nRF SDK for...
Dear Sir,
Whitelist(on periperal side) are used for filtering scan requests( onlly allow the scan requests from the devices whose address is there in the whitelist with...
I'm using ble_app_uart example.
The board go in low power mode, but after 3 minutes (#define APP_ADV_DURATION 18000 ) go OFF. I need that remain in advertsing mode always...
I was developing an green house system for plants which was based on nRF51822 SoC. The system was fully completed and working fine except one problem which was reset of nRF51822...
I am trying to find the optimal way to automate some tests that I run on my BLE device. In this test, I need to write a specific hex value to a custom BLE characteristic of...
Hi all,
I am working on a project and use DWM1001-Dev. I think some of you may have an opinion about my problem because DWM1001 have nRF52832 microprocessor. I'm trying...
Hello,
I'm trying to change the BLE local name from the application before rebooting into the secure bootloader.
I've noticed that I could use the nrf_dfu_set_adv_name...