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,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
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...