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) ...
Hello Nordic team
I am working on nRF51822 MCU.
My question is I can generate the DFU zip file and it working with nRFConnect and nRF Tool Box mobile application. But...
Dear Nordic Team
I have a big problem when I am developing my App on Smartphone. I don't have good knowledge for share user for another smartphone after paired into smartphone...
Hi All,
I am trying to update the existing Bootloader on my product with the new Bootloader via OTA DFU. I have searched the forum for similar posts and succeeded in creating...
In our application, I've incorporated use of the Flashlog backend to store debug logs into flash on our device. Overall this functionality is awesome, but I've noticed that...
I feel defeated. Programming nrf52 uses libraries that rely on libraries that rely on libraries and on. Loading a new project into Segger Embedded Studio loads none of the...
I have a very simple problem - using nrf52832 sdk 14.1.0 I cannot connect to iphone (7 or greater) and HTC (android 7) with the same value of NRF_SDH_BLE_GAP_EVENT_LENGTH...
Hey Guys, I am trying to program my nrf52832 board by connecting it with J-LINK(EDU) but could not do it. JFlash was giving failed to connect error. Even NRFGO Studio was...
Where could I find the nRF Connect v2.6.1 for desktop documentation? And more precisely, the one describing the Programmer official v1.0.0 functionality? As far, the only...
Hi,
I'm trying to get the scanning procedure to work while my device is connected to a phone. At the moment, even though I start the scanning procedure, I don't get any...
Hi,
I am using NRF52832 SOC for my application. I have developed application for beacon advertisement based on the nrf sdk. I am facing some issue in device advertisement...
I want create a simple application such that when I send a string "Hello" from the nRF UART Android app to the board, I receive a string "Hi" back to the phone. How do I write...
Hi,
I’m developing a BLE remote control device (S132 softdevice && SDK 15.2.0) . It works with NRF52832 programmed as a central BLE (I started from ble_app_blinky (central...
Hello, i am having problems with a loop in the function "flash_manager_wait()"; in the begining of the code.
main()-> initialize()-> mesh_init()-> mesh_stack_init(&init_params...