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...
Hi, my region does not support LTE-M or NB-IoT. I would like to prototype an asset tracker with GNSS only. To my understanding, i will be able to retrieve GNSS location data...
Hi, I recently I have implemented the Time Model for the nRF5 SDK for Mesh and happy to share my implementation here: https://github.com/hashing-cell/BLE_Mesh_Time_model ...
Hi
We have a project where 1 central shall be connected to 1-7 peripherals. The central sends a short start/stop message to the peripheral then the peripheral starts to...
I have enabled advertising fast and slow mode. But changing from fast to slow mode is almost at same time. How to configure for changing advertising mode slowly?
The following...
Hello,
I am using the 9160 to send MQTT messages which are received on AWS. I am provisioning the devices by creating a thing on AWS, getting the certificates, and loading...
I have a problem that my nRF52840 Central cannot discover one of the my nRF52840 Peripheral sensor services. With the phone I have no problem. Also other services are detected...
Hi team,
I am using NRF52833 DK with PCA10100 on it and s140 soft device version..
While I am merging the ble_app_uart example with ble_app_multiperipheral example, the...
Hi, I'm currently developing an automatic connection BLE system.
I'm using nRF52840 DK with nRF Connect SDK and S140 SoftDevice.
In fact, there exist already other...
Hi Nordic,
I would like to understand the philosophy behind the nRF9160 DK acting as a debugger. I recover my thinky:91 connecting the 10 pin flat cable from thingy:91...
I was using nrfjprog successfully about a year ago before this evaluation was suspended. When I now try it fails.
```
nrfjprog --log --program build/zephyr/merged.hex...
Hello,
I'm trying to writte a sensordriver for the nuvoton NAU7802 ADC in Zephyr using the drivers/sensor API. Here are the most important (I believe) parts of my code:...
Hello,
I've recently created a custom board based on the NRF52820 which is configured based on the datasheet.
I'm using an NRF52833 DK OB J-Link to program the device...
Hi,
I use the modified version of the USBD example(nRF5_SDK_17.1.0_ddde560\examples\peripheral\usbd) in nRF5 SDK from here . (My development kit is nRF52840DK.)
And I...