Hi Nordic team.
I'm finding a way to update the factory data over-the-air. Specifically, I want to update the Matter Certification information (PAI, DAC, ...) over-the-air...
Hi,
In Core Specification v5.4, there is support for Non-Connectable and Non-Scannable Extended Advertising (ADV_EXT_IND) without AUX packets. However, when using Nordic...
When both ethernet and WiFi are supported on one MCU (with both sharing the same L2 implementation, only one network device being active at a time), does it matter if both...
we have a custom board with nRF9160, when using GNSS we configured it to periodic mode with 120 second interval, most time it works fine but every once in a while (like every...
Since I need zephyr version 4.0 or newer, I tried updating my project to the nRF Connect SDK v3.0.0 as well as the toolchain. I know that they are not fully released yet....
Hello,
I am a beginner when working with nRF. I am trying to run the l4_e3 solution code, but it doesn't seem to work. I can connect via BLE, but nothing is being shown...
I am currently in the process of filling out the 18031 RED Cybersecurity certification documentation. I am currently analyzing the security vulnerabilities list of NCS v1...
Hello,
I've been playing around with with the nRFsniffer for a couple weeks now. Adafruit was out of stock of the BlueFruit LE Sniffer so I ordered a BLE400 and a few Core51822...
I would like to program the NRF52810 with the SoftDevice 132 and my bluetooth program. Is there any way to reprogram the NRF52810 over bluetooth rather than using a wired...
Hi,
I'm wonder is the speed of i2c on nrf52832 can be faster then 400kbps? even use EasyDMA, the speed still can't faster then 400kbps? I also look into the max speed of...
Hello All,
I am a bit confused with the maximum speed that is achievable with the USBD CDC ACM driver.
In Previous threads like this:
https://devzone.nordicsemi.com...
I developed a functioning application that advertises with Nordic UART Service, connects to a smartphone application, then reads various sensor data using the SAADC and transmits...
Hi,
I have read all around DevZone that more details about AoA/AoD based direction-finding feature were expected to be released around Q4 of this year. This is very exciting...
Hi,
I am using nRF51822, and try to use the ECB block AES128 to do some data decryption.
From the SDK I found 2 API functions:
uint32_t sd_ecb_block_encrypt ...
How can I generate two complimentary signals using PWM with a period of 3.33us (300khz) with ability to control number of pulses to generate.
1: With current api PWM takes...
Hello,
I have tested and verified the code for my application on the NRF52 DK, but now I need to program my own custom device using the nRF52832 chip. I saw there was a...
Some bugs in ble_app_hrs_freertos example from the SDK when handling buttons: (at the end of this listing are same tests but with ble_app_hrs (no rtos) and buttons are handled...
Hi, We are working on Thingy91(nRF9160-pca20035). When thingy91 connected to system through USB, We getting BLE UUID values through nRF52840 on nRF9160(on nRF Cloud also)...
Hello,
I am porting a software to the nRF52 SDK16.0 . This software uses Floating Point numbers with Exponent-Byte=0x7F to signal Error conditions (then treated as unsigned...
Hi. I want to evaluate the current consumption of the nrf9160 module (I have a Thingy91) and I want to disable all logging functions. I started with the mqtt_simple example...
I have a characteristic with variable length and max length of
NRF_SDH_BLE_GATT_MAX_MTU_SIZE - 3
i.e. the max possible data length based on the max MTU.
During connection...