Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hi,
I am using the code provided at https://devzone.nordicsemi.com/f/nordic-q-a/85850/example-for-extended-advertisement-receive-node
to send more than 60 bytes, but unable...
hi,
I have a problem about NCS1.9.1 NVS.
I performed `nvs_write` when ble is connected and then a reset occurs:
Whether NVS write can be performed when bluetooth is...
Hello All,
I'm new to using Nordic development kit and VSCode but I am running into an issue when I am trying to build a sample application. When I use the template to create...
I am using bt_nus_send to send data via BLE every 1ms. I've noticed that when connection is bad, this function takes a couple of milliseconds to execute, while when connection...
Hello,
I'm currently developing on the NRF9160, a sensor implementation that sends a few 100 bytes every 24hrs.
However, for demo purposes we need to send the payload...
Hi,
I am working NRF DK (NRF52840), when I am trying to flash the program in NRFGOSTUDIO from that it was showing some error that is " No device detected, or readback protection...
Hi, All
I am using VS Code and nRF connect v1.9.1, I try to set some parameters for scan etc. during running. It would be ideal if they can be saved into NVM and loaded...
Hi,
I am conducting a mesh test and it contains:
An android smartphone,
- running nrf mesh 3.1.7 on github
- sending hundreds of bytes packets to the mesh nodes...
Hi,
I am completely new with the development kit nRF5340, I have plugged in the USB and turn it ON, the status after that as follows,
- LED5 is blinking continuesly
...
Hi I have been doing some current consumption measurements using Nordic's Power Profile Kit 2.
The device I am measuring is a custom BLE device that uses the ADC to sample...
Hello, I'm having problems to debug my application when I check the "Enable debug options" in the build configuration. If I don't check this box, I can debug, however, most...
Hello,
I'm working with a little project in NCS 1.9.1, chip is NRF52805 acting as central, connecting to a peripheral that requires passkey and L3 security. Everything works...
Hello,
We are developping based on SDK 15.2 for nRF52 using IAR 8.11 and S132 V6.1.0 as softdevice for central/peripheral application. Bellow is the test scenario explained...
Hello,
I have an application where I send the data I receive over UART, directly to a phone connected with BLE. However, the BLE connection is often not fast enough to send...