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...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Hello,
I would like to signalize that the DFU process is running. I mean when I start to upload the application into the CPU, then a LED (for example) is ON, after uploading...
We have been successfully using the Softdevice s132 to communicate with a smartphone using BLE. However, we have run into an issue with the compliance testing in the new requirement...
Hi All,
I am a beginner in app development. I am working on a project where i am supposed to transfer texts to my pca10040. Although i wanted know if i can modify nRF Toolbox...
I'm taking a look at the timeslot API example here , which was linked to in the answer to this question .
Very interesting! As I gather from the documentation for S110...
Hi,
I would like to have accurate (1-5ms), synchronized timestamps for logging events from a set of nRF5x boards, spaced tens of meters apart. Each nRF5x board is connected...
hi dear nordic employee:
I tried to build the project ble_app_hrs_c(pca10040) by keil5
but I get an error :
._build\nrf52832_xxaa.sct(7): error: L6236E: No section...
I am struggling to find a starting point to be able to program the beacons. I'm completely new to this but want to be able to change the tx power so that they are only visible...
In my application, a static passkey is given to the user(I have implemented static pass key in my application and it is working).
Suppose the Nordic device is advertising...
In "ble_app_hrs_freertos" project, I try to change NRF_SDH_BLE_GAP_EVENT_LENGTH to 320 and NRF_SDH_BLE_GATT_MAX_MTU_SIZE to 247.
And when I try to connect to the nrf52832...
Hi ,
I evaluate the I2c communication of your chip nrf52832.
I have few problem.
Write fonction
Is use your Tx fonction,
uint8_t reg[2] = {CCS811_REG_MODE...
Hello,
I used translation software.
I enter system on mode from the power_manage of the function.
But I do not understand system on mode.
In the system on mode is...
Hi,
After using comand line --rbp, recover fail,the nrfjprog error log as below:
--------------------------------------------------------------------------------
nrfjprog...
Recently I have been learning ble_app_uart routine, here is a question
When receiving the message sent by the client, nus_data_handler this function will be softdevice...