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...
hi,
10040 nrf52dk
softdevice 132 v2.
keil ide
I am trying to read magnetometer values so that i can calibrate it using this method . For this to happen, i need magnetometer...
Hi guys,
I am using FDS module in nrf51822, sdk 11 to store and read data from flash. I have a problem about reading the data. In the documents, the function:
fds_record_open...
The problem
I am trying to build the examples contained in Bluetooth Mesh stack, but I get the following error when running cmake :
...
-- Found assembler: /usr/local...
we tried to configure two gpios as output{two separate controlling switch) at a same time.hex file formed without error but we are executing that hex file on nrf51422 dk board...
Hello folks,
I have been trying to flash/debug an example(blinky_blank_pca200006-nrf51822_xxaa) from nRF SDK installation but to no avail.
The hardware is actually the...
In latest release of MESH SDK v1.0.0, there is support for DFU Bootloader.
It will be helpful, when there is upgrade from firmware side to add new features & remove bugs...
Best way to send datetime from android app to nrf52.
Ultimately I am trying to send two datetimes from android app and compare them with the current time in BLE device...
Hi, I'm using nrf51822 module for bluetooth connectivity in one of my projects. I'm able to compile the code in keil v5 without any errors or warnings. But I'm unable to find...
Hello,
I want to allow users to change the device name as they like. I've been reading about it and I know what needs to be done, i.e. write to the device name characteristic...
i want to add a PA for a nrf51822 chip inorder to extend the coverage. i choosed a PA IC named RFX2401C.i am wondering how to deal with the TX pin and RX pin of RFX2401C.could...
Hello Guys,
I use BMD-350 rigado module for development. Now I want to programme it using raspberry pi 3.
I am using OpenOCD in raspberry pi to programme nrf52 chip...
hello,ereryone!One nrf52832 as ble_central,and another nrf52832 as ble_peripheral.
and the ble_peripheral (nrf52832 )set static passkey:
#define SEC_PARAM_BOND 1
#define...