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...
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...
Hi,
I have Raspberry PI 3 Model B Rev 1.2 running "Linux raspberrypi 4.9.41-v7+ #1023 SMP Tue Aug 8 16:00:15 BST 2017 armv7l GNU/Linux". Running BlueZ 5.43
I can connect...
Hi community,
Try use FDS to write some data before sleep.
Following example and test is work.
But I try write data before into
sd_power_system_off();
...
Firstly the develop environment.
Windows 10
KEIL as IDE
Device: nrf 51822 - sd s130 2.0.1 - SDK 12.1 nRF5_SDK_12.0.0_12f24da.zip
Use case:
We have 2 application mode...
Hello i am using segger studio i have recently purchased three nrf52dk speically for ble mesh..
i am trying to run examples of mesh alpha sdk that nordiac prvodies but it...
We were playing with renaming some of our test devices to use emoji and other multi-byte utf-8 characters. We have a custom characteristic that allows renaming (since iOS...
dear nordic employee:
I tried to download the project of the ble_app_hrs_c_central by keil(nrf52832)
but It show like the title
I know I should reset the IROM1 and...
Is there a way to get the supervision timeout counter from the peripheral side? I am currently working with nRF5X modules and starting with the nordic uart example from the...
I'm using nRF52832, soft device 2.0, SDK11 and as a central.
When it happens I'm scanning for peripheral to connect. Usually it's a peripheral advertises at very low rate...
Hello,
I'd like to work with my nrf52832 DK while traveling(sins I do that alot recently) and would like to download somehow all of the pages in nordic's info centre to...
It's clear an Android device can be a central, but I'm having a hard time finding any information indicating an Android device cab be a peripheral that an NRF52 could be programmed...
Our products should connect to a central device. This central device should also be a peripheral which a phone can connect to. Will this be possible? If not, could the phone...
Hi, I need some guidance or an more in-depth example on adding the necessary code to read/write on the UART1 using the serial module or something else. Everything I've tried...
I am working with nRFx modules and have a few questions about updating parameters. I started my project with an example and modified what I needed. However, I am not sure...
We create library for work with software serial, we use two modules gpiote, timer.
We have done software serial one instance but we need four (actually just for rx). We don...