Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
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:
...
Hello,
I have compiled the Zigbee ZBOSS NCP HOST on an ARMv7 (32-bit) architecture according to the docs ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/zboss/3.11...
Hi all, I've searched through the devzone but unfortunately my issue is never mentioned.
The problem is: my nRF51 project is converted to a nRF52 project. Pins are all re...
We have a need to use 802.15.4 multiprotocol with BLE, we currently use the 52840 for several products. This uses older SDKs and the 802.15.4 Radio driver with our own MAC...
nRF5 SDK SD140 Using the nRF Connect Android app with the DFU utility, looking at the log I send the Enter Bootloader request and get a thumbs up back (op code = 1, status...
Hello, I want to display the "info button" on the Bluetooth menu in iOS. What configuration is needed on BLE to display it and some options like Disconnection, Forger this...
Programmer 2.0 is broken in nRF Connect for Desktop v3.8.0
Very often it does not detect connected devices, even if I disconnect and reconnect the nRF9160DK which is also...
Hi, we have gotten a bunch of fixes for periodic advertisement scanning and direction finding. Those fixes are required for us in order to release new SW, or development drop...
I`m using Ble Mesh Light and Light Switch examples (Gen OnOff models) in two nrf52840 Dongles. The default configuration of the button is that when I pressed the button in...
Hi,
I am trying to interface arducam mini 2mp ov2640 with nrf52840 and I am referring the following github repository: https://github.com/NordicPlayground/nrf52-ble-image...
Hi everyone,
I try to implement DFU on nrf52840 with SDK15.3 and softdevice s140.
I use the secure bootloader ble example and in BLE it works well. But I have an issue...
Hello,
I'm currently developing some firmware for the nrf52811. i currently ran into an memory issue and got stuck there.
i have started from the ble_app_templater from...
Hello
I got error in getting the mac address with available answer( devzone.nordicsemi.com/.../how-to-get-mac-address-using-nrf5340_dk) in forum. I tried to paste that code...
Hello,
I got saadc example on my nrf5340 dk running and now I would like to plot the incoming serial data.
saadc code example: saadc.zip
changed the way I got adviced...