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...
We're thinking of using the 52840 to capture and stream 4 vital signs per patient to a nurse's monitoring station. BLE/MESH would both work. Is there an off-the-shelf, desktop...
Hi all,
I am currently building an app that does HTTP requests to Strava ( strava.github.io/.../).
Before going deeper into the SDK, I would like to know if it will...
I have few questions that weren't addressed either in the infocenter or in the devzone:
In which way app_timer uses CC registers? Each running timer use one of these...
I want to transfer the code from nrf51822 dk board to a beacon kit, after connecting the beacon kit to the dk board, then I change PCA10026 to PCA20006 on the C/C++ define...
i was trying to send acceleromter values of mpu9250 to pwm pins. for this i have merge to different examples i.e. nRF-mpu-simple and pwm library example. but it showing error...
Hi,
I'm a beginner of BLE and I did everything from the three BLE tutorials, that uses sdk 11. However when I try to do it in sdk 12.3 it doesn't work, because there are...
Hello,
I am using ble_app_uart code. My first goal is to execute a function when board connects with an android device. Another goal is to disconnect board from an android...
When reading about access_opcode_t struct on its infocenter page it stumbled upon this table i don't understand.
access_opcode_t is defined as:
Data Fields
-------...
I'm employing 51822AA.
I need to debug firmware for this chip line by line. Like environment of ARM9 with Lauterbach TRACE32 through JTAG.
Is line debugging possible...
From application point of view, when should I use UICR and when should I use Flash storage? I have studied the documentation and the functionality seems very similar. The...
Hi everyone,
I trying to make a flash jump on Nrf51822 in my project. there are 2 programs(program A and program B) below. i am working on to make program A jump to program...
Hi everyone,
I'm new with nrf52832, and I need to measure elapsed time in microsecond between rising edges of 12 different Gpios. I have 12 piezoelectric sensors filtered...
Hi,
I have used nRF52840-PDK.
And I want to test profile and protocol with PTS.
I succeeded in GATT-based service test and GATT test with PTS.
But when I try to L2CAP...
How do you do
Now use the Nordic \ nRF5_SDK_12 2.0 _f012efa \ examples \ ble_peripheral \ ble_app_uart this plus Nordic \ nRF5_SDK_12 2.0 _f012efa \ examples \ peripheral...
I try to add default nRF sdk libs in Segger studio. All files exist and path corect.
in nutshell i try to add uart module to default ble_app_buttonless_dfu example