Hi,
This is actually a follow-up to my previous question here: devzone.nordicsemi.com/.../publish-timeout-handler-of-one-model-called-during-publish-timeout-handler-of-another...
Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
Hi,
I am developing a product using nRF52833 . (S113, SDK 16, IAR8)
I am developing based on the usbd_ble_uart sample.
I use ble, spi, twi, ppi, saadc.
and, I use...
Hi,
On page 420 of the nRF52811 datasheet (v1.0) it states that pin 14 (P0.18) can be either 1) Digital I/O or 2) Single wire output (SWO). The SWO is not mentioned on any...
Hello, In our project the nRF52 resets randomly
we use the NRF52832 with softdevice S332. On the application space we run a FreeRTOS application with 2 tasks. We want to...
Hi,
I am trying to determine whether or not to use a watchdog timer in our firmware. The device is and IoT device, making sensor readings and entering sleep mode for a while...
Hi all,
i am trying to merge ble_app_peripheral example with twi_scanner. So i created twi_ad7147.h and twi_ad7147.c with the twi configurations.
But i am getting this...
Hi All,
I am working on a custom board using the BMD-340 from RIGADO, and I am hoping to be able to see all the logs on the RTT viewer.
setup -> SDK 16.00, J-ling programmer...
HI Team,
We have generated the private key from "nrfutil" tool and we want to integrate to our code, how to extract from python generated file "private.key" file to hex...
Hello Nordic World,
We are attempting to use the Nordic Sniffer app on a DK52 board to sniff and troubleshoot BLE communication issue with our board/app and iphone/app....
Hi,
I am using nRF51822, SDK 10, SoftDevice S110 v.8
I am strugling with DFU over BLE using custom DFU package.
I am able to flash bootloader and update FW with pregenerated...
Hi everyone,
I am using nRF52832-QFAA in a product which is completed and we are going to mass produce the product.
We have 3 files. Softdevice, DFU and Application...
Hi,
I am using nRF Connect for Desktop v3.4.0 and BLE app v2.4.0. I flashed the latest connectivity firmware ("ble- connectivity 4.1.1+May-07-2019-15-12-19. SoftDevice API...
I am creating a device that grabs on air mac addresses from advertising channels. I know that that macs can rotate and change. Im able to pull out bytes 3:8 of the payload...
Is there data on flash durability? This is written in the spec:
The Flash can be read an unlimited number of times by the CPU, but it has restrictions on the number of times...
Hi Nordic folks,
We are using the nrf_security library inside "sdk-nrfxlib" ( https://github.com/nrfconnect/sdk-nrfxlib/blob/master/nrf_security/ ) to support our projects...