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...
SourceCode_SSDI_BTLE_BeaconReceiver.zip I am starting to use the Nordic chips, and have a PCA10004 board running. I have modified the experimental_ble_app_multiactivity_beacon...
Hi Nordic,
I am a hardware/firmware guy without App development skills and I also lack the time to acquire these skills. I enjoyed your UART App during my development,...
Hi all,
First of all, I'd like to express how pleased I am using this development kit. The easiest ever to start with, well documented and most importantly I can use the...
hii...
am using nrf tool box app in my iphone. i have tried to use dfu feature.i flashed softdevice and bootloader hex file to he evaluation board and in i phone app i...
In the "NRF51 Series Reference Manual" (v3.0) it states:
The LPCOMP shares registers and other resources with peripherals that have the same ID as the LPCOMP.
You must...
I have a timer that wakes up every 20ms to read twi.
Unfortunately it takes 4.4mA for the CPU to execute code from flash.
I would like to reduced the current consumption...
I am develop in Android BLE , I have no idea about Auto reconnect to BLE device in android when it is in range and starts advertising
I have reference the Android BLE Connect...
Hi,
is it possible to use Nordic SDK with nRF51822 to have capacitive touch sensing with 2 dsital inputs, just as the mbed or avr library capsense?
MBED: developer.mbed...
I have a setting where I want to disable a GPIO assigned to app_button. I can use the app_button_disable() function which works well for all the underlying sensing on the...
I've got a custom board here, the debugger is reporting that HFCLKSTAT is 0x00010000. Which I think is translating as using the RC oscillator rather than the external crystal...
What I'm using: PCA10028 (nRF51422), SDK 7, Keil uVision 5, moving SD S110 v7.1 to SD 310 V2
I used the ble_app_lbs project as a template. Being a newbie to both BLE and...
Thank you very much for your answer!
Now I have another question,I'd like to convert the acceleration sensor (MMA8451) acquistion of data via bluetooth to the phone,I don...
I'm stuck in the Puck Central Tutorial, I have the zip from GitHub but can't seem to get any project to open.
Completed OK:
I completed the Puck Toolchain and Location...