Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
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...
In my quest to gain access to the nor memory on the nrf9160-dk I have found what happened to the WP and HOLD signals and now external_flash_pins_routing configuration setting...
Hi,
When I plug in my NRF51 Dongle it shows up in Windows explorer as additional drive (JLINK). Can I use this medium to configure my application? Can I read a file pun...
Hi,
I have a small pcb project with low power bluetooth IC NRF52832. There is a limited space on PCB so i decided use the 2.4 GHz chip antenna. İs there recomended chip...
we have deploy the serialization libraries in our host to communicate with nrf52840, but it seems the serialization libraries don't handle pairing/bonding event, so we can...
So I am doing a number of crypto operations. One of which for example is an ECDSA signing operation. I do that through mbedtls_ecdsa_write_signature which is using the CC310...
Hello,
We're currently evaluating the feasibility for leveraging our existing NRF51840 as host/system processor that runs all of our application code and runs the BLE...
Hi,
I am having some trouble. For a project, I need GPS, 9 axis IMU (accelerometer, gyroscope, and magnetometer), a microphone, and LTE connectivity in a small form factor...
Hi Team,
I am using nRF Connect SDK v1.3.0 tag for nRF52840 DK.
I am trying to integrate BLE HCI UART project files into Zigbee light switch project.
I have attached...
SDK : nRF5_SDK_for_Thread_and_Zigbee_v4.1.0
Hardware : 2x nRF52840 (PCA10059) + 1x generic overflow sensor.
This is an attempt to gather complete information regarding...
Hi,
I am using nRF52832 along with Softdevice 6.0.0, SDK 15.0.0, Chip Revision 2 (QFAA-EX0).
I am using nRF52832 as central device.
I see from sniffer that LL_VERSION_IND...
I have Power profiler kit 1 which was working fine. I have updated my nrfconnect app and since then on my power profiler kit, I am unable to perform battery power profiling...
Hi
I am trying to build the BLE Secure DFU Bootloader example using SDK 17.02 and the PCA10040 Dev board. Following various threads in the forum, I have been successful...
Hello, I'm trying to merge NFC writeable example " writable_ndef_msg " with BLE Beacon " ble_app_beacon ". My aim is to start BLE Beacon after the scanning of NFC. I have...
Hi.
I have implemented the Central and Peripheral NUS service on two devices(nRF52). Since the central knows the characteristic values, I would like to bypass service discovery...