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 to all, I have just bought NRF51 DK from arrow.com I couldn't found one in Turkey. I am not new to C programming but I'm new to ARM architecture. I will be brief. I want...
Hi,
I use sdk 12.2 for my production software with UART protocol, my product is distributed to customers since 6 months with many type of phone or tablets using it without...
I have inherited a project where the Makefile sets __HEAP_SIZE and __STACK_SIZE for both CFLAGS and ASMFLAGS:
CFLAGS += -D__STACK_SIZE=2048
CFLAGS += -D__HEAP_SIZE=0
...
First of all I want to say hello. I'm new in nRF52 devzone and I have problem with ble_app_uart and ble_app_hrs programs. I use pca10040 board and eclipse for flash and debug...
Dear Guys,
I wonder if there is any possibility to have my ble as a scanning device but for softdevice version s110, I'm asking because I found all the examples are with...
Hi,
I am using ble-sniffer_nRF51822_1.0.1_1111_Sniffer.hex as the sniffer and I am trying to see all ble beacons.
Because I have many beacons about (100 in one second...
Hi.
In SDK 14.0 examples, there are two examples for pwm.
I analyzed both example.
pwm driver example source looks like that it use pwm peripheral driver source.
And...
Hello,
I would like to sample the battery level of my nrf52832 DK and send it through BLE. I have started from the example ble_app_hrs for SDK12.2 since the service was...
Hi,
Most of the sections of my application are functioning as I want it to, except these two (step 3 and step 4).
Application:
Connect device (with Auto connect...
I noticed while running a Bluetooth scanner app on my iPad, while testing one of my devices, that it was showing someone else's device in the locality.
What I found strange...
Hello!
I have:
nRF52840-Preview-DK (pca10056)
nRF5_SDK_13.0.0_04a0bfd (s140)
I load **nRF5_SDK_13.0.0_04a0bfd\examples\ble_central\ble_app_uart_c\hex\ble_app_uart_c_pca10056_s140...
I have an interrupt coming in every 50-150 microsecs and I want to measure these intervals as precisely as possible.
I tried this with SDK12.2:
APP_TIMER_INIT(0, 5,...