Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hi!
I am studying some program code of BLE examples.
I have a doubt about what does the evt_handler() do.
E.g.
in the example "ble_app_hrs_s130_pca10028"
static void...
We are treadmill developers and we want to include bluetooth capability to our products.
We found, on the bluetooth website the RSC characteristic ( Running Speed and...
When switching to nRF52_SDK_11, the compiler does not find core_cm4.h which is found in components/toolchain/CMSIS/Include.
I get this when compiling
nRF5_SDK_11.0.0_89a8197...
I am trying to program a custom board connected via the DK. The custom board is 16KB version (nRF51822 QFAA). RTT consumes lot of memory and hence my code does not compile...
I am using nRF51422xAC SOC.
It is advertising perfectly and able to catch that with sniffer module. But unable to find the same device on any mobile phone. I've tried with...
Can i use the nRF Toolbox app as a BLE peripheral and the nRF51-dk[PCA10028] as a central device.
Also,if not,then please suggest any other App that can be used for the same...
Hello,
I've downloaded nRF5_SDK_v11.x.x and install it, my keil version is v5.14. I flashed s130 v2.0.0 into nrf51DK, then build "ble_app_beacon" basing on SDK v11.0.0 and...
I use the S110-6.0.0 to find the iphone ANCS service,return attr missing. The 16bits UUID is xF431.I have added the long UUID ble_uuid128_t ans_base_uuid = {0xD0, 0x00, 0x2D...
Hi~
I used keil software environment for development.
Apply Ble UART example code from nordic keil example.
Example code down load to nRF51 Development Kit and run, program...
Hi, i need to calculate the frequency of two PWM.
When it comes to frequency calculation, the counter function is the best solution, i think.
i'm using SDK 6.0.0 for...
I want to develop an app that wakes app from sleep mode after pressing 2 buttons, then if these buttons are still pressed for 5 secondes i want to do an action ..
Any idea...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
Is there a call to read the stack ID.
For example S120 v2.1 has an ID of 0x006B . nRFgo studio is able to read and report this value.
Is there a way to read for me to...
I'm using SDK 11.0 and example\ble_central\ble_app_hrs_c
I have cut SB1 SB2 to disconnect the 32Khz crystal from the pca10028 and configured the example program to use...