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...
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...
I know this might be a dumb question to you all, I am first time doing this sort of work
How to connect Jlink to NRF52? I need to flash a custom built BLE board with new...
I'm running on a nrf51822 chip, using Keil and a JLink Segger programmer. I'm running on SDK 12.2.0 and I believe I was correct in choosing pca 10028 s130 but I'm not 100...
I followed the instruction and installed the latest version of nRFgo 64bit v1.21.2. After installation, I can not find ble-sniffer___SNIFFER.zip at all.
Where can I find...
Hello,
I was able to get SEGGER_RTT_WriteString() to work correctly, however SEGGER_RTT_printf keeps giving me this issue when compiling:
._build\nrf52832_xxaa.axf:...
I am programming a beacon, first I had some problems using sd_ble_gap_adv_start() so I changed to ble_advertising_start() .
Now I have a problem when compiling:
_build...
I'm trying to use the PPK with an nRF51 dev board, and I'm getting this output whenever I try to start the PPK Software:
Checking installed packages
pyside: 1.2.4
pyqtgraph...
I tested a 23byte data transition in iPhone 5s with Softdevice 3.1.0, sdk12.2 .
it is ok. I know that iphone 5s is ble 4.0.
So I thought it would be possible on Android...
How do I set TIMER2 to interrupt every 1 ms?
Sounds like a very basic question, but I haven't succeed. For TIMER1 I can get it working, but for TIMER2 the highest frequecy...
I am using SAADC and reading in 1 analog channel. The data sheet says that scan mode is enabled when 2 or more channels are turned on. What if I am only using 1 channel ?...
Hello, after I program bootloader, sd, application, I did the following command to do read back protection,
nrfjprog --rbp ALL -f NRF51
But, even though I still can...
Is there a way to achieve what bsp_event_to_button_action_assign(button_id, action, event) does but using my own button?
The functions requires a button_id like 0,1,2,3...
When I use NRF_LOG_GETCHAR() witn nRF52 DK and onboard SEGGER UART it stops in next NRF_LOG_INFO(). Also after ARM reset it keeps in this error state. It seems that SEGGER...
Hello,
I'm trying to install wireshark sniffer on ubuntu 14.04 with PCA10031.
I follow this guide : devzone.nordicsemi.com/.../
But when I launch sudo python example_linux...
Hi,
I am trying to replicate the "Throughput and long range demo" from devzone.nordicsemi.com/.../
I have two nRF52840 boards. I am using IAR studio. I can compile,...
Hi,
i am working on TWI sensor example in SDK1. in which i connected SCL And SDA pins tonRF52 dk boards sca and scl pins. and connected voltage and ground. when i run the...