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...
Hello
I was wondering if it is possible to run to separate LP-comparators on the PCA10001? I've taken a look at the example code for LP-comparator in the SDK, and i was...
I'm using interrupt_handler.c for a bootloader without a softdevice from this source . Interrupt handling in the main app seems to work fine. But interrupts in the bootloader...
Hi,
In the nrf51_bitfields.h file, I can see definitions for two registers POWER_RAMON and POWER_RAMONB.
But I don't see this RAMONB in th nRF51 reference manual and...
hello, I bought one of these dongles on ebay www.ebay.com/.../201229095155
i was hoping to communicate to the nrf24l01 modules with my pc serially, but I can't get the...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
Hello there, I do not understand the definition Nordic has provided for the "SPI_slave_event_handler_register" function bellow. My understanding is when SPI slave driver occurs...
I need to write to a variable when a particular characteristic is written (from my "on_write" function), and be able to read this variable from main context.
From the SoftDevice...
Hi everyone :
I'm trying to used ble_app_beacon and I want to combine it into ble_ app_hrs
so i add some code as followed:
static void advertising_init(void){
uint32_t...
We're sending packets from a nRF51422 usb dongle to a nRF51422 dev board running some modified Nordic UART example code. We send 100kB of data over the connection to work...
Hello :)
For the code below, why are we defining the _wfi while in the code we only use _WFI() for addressing the function? Also once we use _asm volatile ("wfi); isnt the...
Hi:
my sdk is about 96k,and i use 51822QFAC,but it's flash is 256K,(256K-88K)/2=84K,so it is not enough for me,how should i do,if i add a external flash is ok or do you...
Plz help me with code or sequence of steps being followed by _WFE() or power_manage() functions. by which they manage the nrf51422 to run in low power mode.
So that i can...
Hello,
I'm developing a custom UART through BLE using NUS. I've been testing my idea on the nRF51822 USB Dongle and it worket perfectlly (compiling on latest Keil V5),...
Okay, I know there's a lot of threads about the subject. I have tried to read them all, with no help. My device still consumes 1.4 mA. Resetting does not help, so I assume...
One more silly question for today ~
This devzone is really a great tool, it saves us a lot of time each day, and I'm sure we would remember each contributor better if they...