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...
This may seem rather pointless and stupid, but are there a set of APIs for asking the SDK it's own version, and getting it to ask the SoftDevice it's version?
Good morning,
Some contextualization first:
At my company we developed a product that is based on your NRF52832 microcontroller.
We are currently entering the certification...
I am encountering some problem in building eclipse project following the tutorial at devzone.nordicsemi.com/.../ .
Previously I succeeded in building with another simple...
Hi,
We bought several nRF52 DK with nrf52832 and intention is configure one of these as a gateway router to cloud via Rasberry PI.
I have IAR installed and I tested blinky...
Hello,
I've been all over the forum trying to solve my problem but I just couldn't find enough information.
I'm trying to set up notifications in my application, but...
Hello,
We're using SDK v14 and nRF52. To pass some data between reboots we're using the general purpose retention register. However, it seems like it's impossible to call...
I try to transfer the codewords from nrf51822 Dk board to a dongle board, while the dk board is PCA10028 and the dongle board is PCA10031, when I change the port numbers and...
I'm new to the nrf51822, i was connected led to one of the gpio pin of nrf51822 development board. In 1 minite i want to toggle led 20sec and remaining 40 sec in sleep. After...
The SDK 12.1.0 documentation for the FDS library says the following:
FDS_THREADS: If set, the FDS module can be used by multiple modules at the same time (for example...
Hello,
I am trying to measure the current consumption.
i could cut the SB9.
and i use analog discovery and measured!!
the picture is shown in below.
gyazo.com/b9f5607148cd9415ea7d1ee6ac644373...
Hi
I have tried to make use of the FDS for storing data and encountered this behaviour.
The required setup of the sys_evt_dispatch() & fs_sys_event_handler(sys_evt) are...
Hi,
were are looking forward to redesign our PCB. The nRF51822 will communicate via I2C which sinks up to 3 mA and 15 IOs will source the maximum rate of 15mA. Additional...
Hello,
I implemented a function to add characteristics to a service, but I'm having a problem when I add notifiable characteristics. I pass a set of flags to my function...
Hi,
I set a debug LED on as the very first thing I do in main. Randomly (sometimes 2 in a row, sometimes 1 in 100), sometimes my debug LED never comes on and no code is executed...
Hey Everyone,
I am new to nordic development. I am really used to programming with easy environments like the Arduino. I have seen some examples using the printf() command...