I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
We would like configure our device with a public addr instead of the random as is default for NCS/Zephyr. We are currently on Zephyr v3.1.99 and NCS 2.1. I have tracked down...
Hi, https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.1.0/nrf/ug_tfm.html#limitations states that "Firmware Update Services" are not supported. Does it mean that in case...
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...