Hi,
I have just started using a nRF52840 PDK board with the purpose to verify BT 5.0 features. I am completely beginner working with nRF boards or nRF SDK. Anyways, I downloaded...
I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
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...
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...
Hello, I have a discovery issue that seemingly only happens with the Samsung Galaxy S8.
I want to throughput test BLE5.0(2Mbps).
I using the nRF52832(BMD-300) with SoftDevice...