I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
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...