I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
What I`m using:
-nRF51422 EK
-Keil v5
-nRFGo Studio 1.17.1
-SDK 6.0 and 6.1
-SoftDevice S110 v 7.1
-Applicatio: ble_app_hrs
I first Programm the SoftDevice
Softdevice...
I've done a lot of reading on the forums about this topic and done a lot of trying myself. I haven't had much luck and it seems like most everyone is in the same boat.
...
Hi,
On my ble application, I want to keep after wake up reset the previous value of a variable, I tried using sd_power_ramon_set(0x000f000f) to keep on all ram partitions...
It seems like a pretty large hardware/software release just came out and I am a little confused. Where can we find documentation about all the new hardware (nrf51822-QFAX...
Hi I try to run master control panel on PCA10024 development boad. On master control panel, I set File->Options->Serial port: "Show all serial ports". Then master control...
Hello,
I'm reading S210_SoftDevice_Specification_v2.0.pdf and there is written: "The ANT channel encryption engine provides the ability for a single channel..." does this...
I didn't find information about size of buffer within softdevice 310 for ANT messages.
I found that S310 requires: 128kB Flash, 9kB RAM, Stack 2kB
But how big size of...
Hi, are my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS or AIN_2_3_PS will not...
Hello,
I'm currently seeking for parameters that could improve our ANT communication stability. I read, that there are possibly override parameters in the FIRC that have...
Hi all,
I try to reduce the power consumption of my GZLL host (RFDduino/nRF51822).
I use the Arduino IDE to program my RFDuino.
My Idea was to synchronize the host and...
Trying to flash a program with Keil. Worked fine with SDK 5.2, now with SDK 6.0 get the error: Insufficient RAM for Flash Algorithms.
My options for RAM:
Start: 0x20002000...
Hi, Nordic
I added "//" to the srccode of main.c in project ble_app_hrs just like below
bond_manager_init();
// ble_stack_init();
ble_error_log_init();
timers_init...
L.S.
Suppose I want to customize the transmit power at installation time, not at build time or production time, how would I go about it?
I have adapted the proximity...
Hello,
I want to use DFU with single mode mode.
I included in build dfu_single_bank.c instead of dfu_dual_bank.c.
But after that DFU device begin to work with errors...
hello,
I am working with S130 demo app. But I could not find any registering of event handler being done usind softdevice_ble_evt_handler_set(). In both S110 and S120 demo...