If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
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...