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...
Hi all,
I am new to nRF51822, and trying to make a simple application for device-to-device data transfer.
I have tried the "ble_app_uart" example, which is for device...
I compiled a new HEX for the pca20006 Beacon based on the ble_app_uart project for the pca10001 (remapped the LEDs and buttons), but when I load the beacon using OTA DFU,...
I compiled a new HEX for the pca20006 Beacon based on the ble_app_uart project for the pca10001 (remapped the LEDs and buttons), but when I load the beacon using OTA DFU,...
Hello all.
I just finished started setting up the environment for Nordic development. We have a Beacon Kit and a nRF51822-EK board.
I managed to compile and run board...
All of a sudden my jlink cortexM is taking a long time to program my nRF51822 on the devkit board. It used to be a few seconds, and now, out of the blue, it takes almost a...
Hi everyone,
after i made fast progress with my last "problem" ( devzone.nordicsemi.com/.../) , my Arduino and nRF8001 is working without an error.
Within my sketch, i...
I am trying to connect an accelerometer to my board. Unfortunately I only have enough GPIO's available to configure for a 3-wire SPI interface. However I can't find any information...
Blinky project is opened with Keil-uVision5
Projects builds with 0 errors, 0 warnings.
Project seems to load properly without issue, see output window below
JLink info...
I am trying to setup and use the multiceiver scenario. I have setup 4 devices, with one PRX and 3 PTX. I can only get 2 of the PTX to work, but no more. I am aware that by...
I am developing on with the nrf51822 SoC. I have been reviewing the hardware documentation that is included in the download section. Still, I have yet to find an antenna mentioned...
Hi,
Could someone can explain, how to handle Static Passkey in iOS Central application?
I would like to know whether iOS application allows static key based pairing or not...
I'm using the nrf51822 TWI library. I've tried both twi hardware and software master library files and see the same behavior when using both (as a side note an explanation...
Am I right in thinking that the button handler only causes an event for a button press(although I realize it is possible to configure the button such that a release is interpreted...