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, I have configured normal uart, where you send 1 tx_buf and wait for the rx_buf until you get a response. This setup was fine until the logging feature was requested. However...
Hi, I am developing a product using BLE with nrf52832. We are aiming for a BLE communication range of around 1.0m. However, if txpower is set to -20dbm, BLE communication...
Hi,
I found this forum post about the Verizon APN:
https://devzone.nordicsemi.com/f/nordic-q-a/46288/nrf9160-verizon-sim
This implies that I don't have to use "AT...
I want to parse the following JSON { "ver": 3, "mode": "online", "custom": { "apl1": [ "off" ] } }
Tell me about how to parse json and how to write code
The keywords...
Hi Everyone,
I am developing a PC App. with nrf52840 usb dongle (central) to communicate with nrf52840 BLE device (peripheral) on long term and transport data. Everything...
Hi,
I was working on nrf52840 DK and I left it a few weeks and came back to use it and I discovered that the whole USB connector (J2) got removed. Not sure if there are...
To the kind attention of Nordic support team,
I'd like to know what would be the best theoretically way, if possible, to control "when" multiple notifications are sent...
Hi,
I am developing with the nRF52833 DK using NCS v2.00.
I have edited the existing TX power service (TPS) to allow the client to set a desired TX power. I have added...
I'm using the nRF52840 with NCS SDK 2.0.2 and need to be able to change the BLE advertisement name of the peripheral device dynamically.
I have this working when using ...
Hello Devzone,
I am building firmware for an nRF9160 based device, starting with an ncs 1.6.1 sample app and LTE modem firmware v1.3.1. I'm in North America, and when testing...
I am using the SD card driver from nRF5 SDK v17.0.2. Device nrf52840, IDE Segger, Custom PCB. nRF52 DK as progremmer.
There are problems when deinitializing the SD card...
Hi,
I am developing a peripheral in ble, and I receive the following error when I disconnect a new connection within the connection callback.
bt_conn_disconnect ( conn...
Hi,
I'm writing an application which, depending on configuration, will either use ESB and Bluetooth, or just ESB.
I read through the article ( ) describing how to use...
After following the instructions in nRF Connect for Desktop v3.10.0 on an Ubuntu 20.04 machine, the samples are failing to compile for the qemu_x86 board type. The error reported...