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...
Hello,
I would like to use nRF52810 chip.
And I want to implement PCB trace antenna and PCB chip antenna on same PCB(for provision)
Either PCB trace antenna or PCB chip...
I am using the SPI peripheral for communicating with a network through long wires. Is it any information about the impedance of the driver outputs from the nRF52832?
I will...
nRF52840 OPS v0.5.1 section 16.16.2 states “A pin reset is generated when the physical reset pin on the device is asserted”. This seems to contradict the descriptive name...
Dear Nordic
All our last SDKs in "example/dfu" have same error.
Code is not corect:
nrf_clock_lf_cfg_t clock_lf_cfg =
NRF_CLOCK_LFCLKSRC;
Impossible properly...
Hi Nordic Support,
According to the answer in question:
devzone.nordicsemi.com/.../
it is not possible to update the bootloader (which is the case with "bootloader_secure_ble...
I am trying to set up RTC2 by following an example
github.com/.../saadc_low_power
I ported it to my project which is running a softdevice on nRF52. It works perfectly...
Hi Alls,
I'm trying to compile and test the example project from SKD_12.3.0 and receiving the following error:
#error app_timer for freeRTOS requires configUSE_TIMERS...
Hi everyone
I'm doing some basic test to verify the correct platform for a future project, we need ble long range, therefor we are testing the NRF52840-PDK
I have loaded...
hello,we use nRF24l01+ for the communication of IoT.There are a lot of terminals work at a same channel,when the controllers send CMD,we have found:the length of reading from...
Hello,
I am having a weird reset behaviour with my nrf52832pca10040, SDK12.2 with softdevice v3.
I have connected an acc into the SPI interface through these pins
...
Dear friends,
I want to measure the current of RF of BLE using PPK. However, i do not care the current of other peripheral devices, such as timers, pwm. How can i make it...
Hi,
We have nRF51822 acting as a central and another nRF51822 acting as peripheral. The peripheral advertises at 1 second advertisement interval. The peripheral and central...
Hello,
There is a characteristic with properties:
memset(&char_md, 0, sizeof(char_md));
...
attr_md.vloc = BLE_GATTS_VLOC_USER;
...
char_md.char_props.write = 0;...
Hello everyone~
BLE 4.2 secure connection is very useful for smart automobile. It's fit for many lock/unlock and rent/sharing scenes. Is there a plan for automotive grade...