Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hi,
My project consists of 2 devices, both using the nrf52840 on sdk 17.1. One I will call the hub, the other the sensor. The hub serves as the central in a connection with...
I have been developing an application using the AWS IoT library on build target nrf7002dk/nrf5340/cpuapp and nRF Connect SDK v2.7.0, and the application connects to Wi-Fi...
Using the official nRF Connect for VS Code extension sometimes when debugging and hitting a fatal error, no backtrace is shown (backtrace seems to be mostly garbage):
...
- I am writing to request the datasheet for the NRF31562 chip. This chip is used in the dongle of my wireless mouse, which has recently malfunctioned. order to diagnose and...
I've been testing the nPM1300 and I'm running into some interesting issues. I'm using NCS 2.7.x (originally evaluated on 2.6.x) and got it to the sweet spot where the nRF9161...
After connecting the device in nrf connect app, based on the protocol of our device we are supposed to give a certain code in RX Characteristic which is present under Nordic...
Hi guys,
i show you an image here where I am sending from my board a text file ( about 75KB ) to nordic toolbox via nus, I use notify to send ( but I have similar situation...
Hi,
I have a GATT server defined with this macro
BT_GATT_SERVICE_DEFINE If I want to unregister it during runtime, how would I go about it? I saw some APIs in gatt...
This is a follow-up to case 327769.
Here is a summary of the original case, with highlights added for the crux of the problem:
Here are the details:
OS: Windows 10...
When running the ECDSA Example from Nordic, the keys are generated successfully. But when I add the code for generating CSR it fails with the error code -134 which bby my...
I need to set the public BLE address for a BLE central role device using an nRF5340.
First attempted creating an additional bluetooth identity , but it appears this is only...
During a review of production firmware I noticed an oddity that should cause a compiler error but it somehow does not.
In C, a function may not be overloaded. There are...
Hi,
My customer is trying to use both UART peripherals on the IC and have VCP on the USB, for a total of 3 “UARTs/COM ports”.
Can the USB be instantiated for VCP? if they...
Hello, I'm currently implementing BLE after I made the NRF51810 custom board. We are testing with the BLE example BLE UART with SDK 17.1.0 VER. The current setting is as follows...
Hi folks,
we're running zephyr v3.6.0 on ublox-anna-b412 module which embeds nRF52833. For our application we need multiple timers enabled next to running ble. When we were...