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...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Full error report:
<info> app: Connected <error> peer_manager_sm: Could not perform security procedure. smd_params_reply() or smd_link_secure() returned NRF_ERROR_INVALID_ADDR...
Hi,
My issue is simple as i'm new as developer with API thingy devices and i have this issue that i can't solve with online support.
I'm trying to understand the "Color...
The time in a Mesh network shall be the same in every node. The SIG time model describes how to transfer time from one node to another. We already implemented this time model...
hello Nordic
i work with nrf52832 as dispersed units and an nrf52840 dongle/ BL654 Laired which also has the nrf52840 as the central unit.
stage 1 - i need to transfer...
Hi,
Looking at the differences between S132 and S140 SoftDevice, I see there's lack of support for Long Range (Coded PHY) on the S132 (and S112 for that matter), which is...
Hello,
I am using the Thingy:91 PCB and I have disabled the nRF52 by cutting SB4 and soldering SB3. This makes me unable to log through UART. For this reason I implemented...
To the kind attention of Nordic support team,
I need to disable, enable gzll more times. When enabling it, code gets often stuck in my case as in figure: nrf_impala.c 442...
I have achieved Bluetooth connection between 1*ble_central<------>6*ble_peripheral.
But, ble_peripheral sometimes upload data at the same time, then sometimes lose data...
We're successfully using nrf_crypto_aead_crypt() with AES CCM, a 128-bit key, a 64-bit MAC, and the NRF_CRYPTO_ENCRYPT operator to encrypt some data and generate a MAC that...
HI, all,
I am trying to transfer my previous project from nrf51822 to nrf52840, and at very the beginning ,I can not make the UART/UARTE of nrf52840 work.
0, I have programmed...
Hi, everyone,
I am pretty new to nRF52 development. Right now, I have an issue with the SAADC trigger by RTC, which I follow this example . The issue that I have right now...
Hey all,
Here's another question. Many of the examples in the Nordic Connect SDK are rather large. Transferring them with MCUmgr at 115200 BAUD takes sometimes more than...