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...
The gpio specifications table lists 3mA for VDD greater than 1.7V and 6mA for voltages greater than 2.7V but what about in between?
Would a linear approximation between...
Hello,
I am trying to fix the UART communication error in a peripheral side.
First of all, the setup that I am using is as below.
[SDK] nRF5_SDK_11.0.0_89a8197
...
We would like to enable the flash protection for an nRF52 application with the typical scenario:
to disable flash reads from the JTAG,SWD interface; only erase/reprogram...
Hello everyone.Recently I try to send some information from a "nrf51822" to phone when they are connected .So I choose "ble_app_hrs" example program,and I add two characteristics...
Hi everyone
I am working with nrf51 and I need to know how much my specific code occupies in the flash memory (I know how much is the available memory).
Thank you
I have two board - 51422AC based PCA10028 and 51822AA based custom board. Custom board doesn't have 32768 OSC.
My goal is to let custom board work with example project...
I want to use my stand alone SEGGER with nRFgo Studio. How do I do that?
It looks lite nRFgo Studio only recognises the PCA10028 board as a SEGGER but not my stand alone...
I have a ble_uart application which is working when I load it on the chip. But it will not automaticly run again if I unplug the supply and just plugin again. When I unplug...
hi,
i am using eclipse IDE to build the blinky example with soft device s130(using SDK11). i added the make file and .ld script and linked all files which is required....
Dear Nordic family,
I tried programming Raytac MDBT40 with the LED blinking code (taken from the example project of SDK 8) which worked with nRF51822 Bluetooth Low Energy...
Hi
I have been using the DFU for quite a while. I adapted the boot loader to my hardware and compiled it using Keil.
All my other code is written in another environment...
Dear Nordic Developers!
When I call the sd_power_system_off() function to put the MCU to system OFF, after that I can still see the advertiser device in MasterControlPanel...
Hi!
First of all, I'm using the nrf52 PCA 10040 DK, with SDK11.0.0, and my Soft Device is 132 2.0.2.
I'm developing an app for comunicating with a sensor via SPI (send...
Hi,
Am starting custom service to support custom profile and it works without any issues.
But when I add DFU service also to start after custom service DFU service fails...