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...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Hi,
I'm currently working on nrf51822 beacon connected with stm32f4 board. able to communicate fine on UART as well as with bluetooth device. is there any way to find out...
We have been using the nRFgo nRF51822 development kit for prototyping. We now want to design our production board. However, your site says that this dev. kit is not recommended...
It seems these functions are identical in what they do, except that one is in S120 and the other is in S110.
Why not standardise the booting mechanism to facilitate code...
Hi !
I'm developing a bluetooth low energy service using the nordic evaluation kit and following the ble_lbs example. It works, but when I load the code on an other electronic...
Hello,
does the iOS Loader app not work with the nRF51422 chipset? I thought that this chip was more capable than the nRF51822. I do not seem to get access to the download...
I'm concerned about stack overflow as I consider using a linear fit function which declares 5 local variables as floats and accepts 5 pointers.
5floats * 4B/float + 5pointers...
Hello! Can anyone tell me information about bluetooth protocol and SDK functions?
What functions need to start BLE device like a peripheral/central, and what each...
My JLink Lite seems to have died (nRFgo Studio can see it, but can't connect to a target).
What is the latest replacement for a JLink Lite?
Preferably something that can...
I'm trying to get the ble_central_s120_pca10028 app working on my device. However it doesn't behave as mentioned in the user guide (no BSP_INDICATE_CONNECTED on peripheral...
Hey,
I am currently designing a custom PCB w/ the nrf51822 QFAA. This is the first PCB I've designed and I'd really appreciate any help.
1.) Since I am using BLE I am...
I'm trying to understand latency between simple events (like a button press) and transmissions to show that event on the nRF Toolbox iOS app. In some trials, my updates are...
Hi we are developing a customized Bluetooth smart PCB with the nrf51822, I load the softdevice 110 v 7.1.0 no problem, but when I load the heart rate demo app it stuck in...
I would like to modificate the LED Button application example. The LED characteristic should stay as it is, only the Button characteristic should be changed. I want to use...
Hi,
I have used several Bluetooth Low Energy solutions and I looked into several examples and something is missing. What I miss is to prevent pairing. It is something quite...