Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
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...