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 was trying out the low power PWM example and noticed the timing inaccuracy that was mentioned in documentation .
For example, with low_power_pwm_0,
period = 220...
Hello,
I'm developing nRF52 with Keil5.14.
Before I used nRF52_SDK_0.9.2 and it worked fine.(With NordicSemiconductor.nRF_DeviceFamilyPack.8.0.3.pack)
I upgrade the...
Hi all
According to the following post, the RAMONB register doesn't exist since the nRF51822 has only 2 RAM blocks: devzone.nordicsemi.com/.../
But the current version...
Hi, i use the SDK11 and i will send and receive beacon and be able to launch a BLE DFU.
I am able to make a software in wich i can receive and send BEACON but in...
I'm trying to upload via DFU from one nRF51822 to another nRF51822 via DFU
The receiving side is not a problem as there there are loads of examples.
But I can't find...
Hi,
I'm developing some code for an AVR MCU with the Adafruit nrf8001 and had a question about the expected behavior of the handshaking lines, REQN and RDYN
My understanding...
Hi all,
I'm working on nRF5_SDK_11.0.0_89a8197 using eclipse IDE. If I build any example project it compiles all the files every time even their is no changes in files...
Dear Nordic Team,
Thanks for support.
Last two weeks i am try to BLE DFU example code. But its not work. Please Check this Thread also devzone.nordicsemi.com/.../
...
My GATT service measures a few values, and stores them (~ 100 bytes). When the GATT server (phone) requests data from a specific characteristic, I would like to return the...
Dear Nordic Team,
Thanks for support.
I am using nrf51422 kit and SDK version 11.0. I want to know the BLE DFU test using example codes.
Enclosed bootloader hex file...
Hi again!
Thank you for all your answers this community is great! :-)
I am trying to develop a small app to be flashed on QFAB chips but I am facing a memory size problem...
While getting myself familiar with new SDK12 features I've noticed that when nrf_log uses deferred logging to RTT NRF_LOG_FINAL_FLUSH() results in unconditional breakpoint...