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...
I have an example for board PCA10040 that I want to use on a custom board. It is described on nRF5_SDK_v17.1.0/nrf5/sdk_for_custom_boards.html that I have to (1) create a...
I have two Adafruit feather with nRF52832 on them, using one as central and the other as peripheral.
I have created some codes based on ble_app_uart from Nordic SDK and...
Hello,
I'm trying to program the NRF5340 DK board on linux. However, the board doesn't show up when I run `nrfjprog -i`. It doesn't show up when I run lsusb. `udevadm monitor...
I'm struggling to get a Micron MT25QU128ABA ( https://media-www.micron.com/-/media/client/global/documents/products/data-sheet/nor-flash/serial-nor/mt25q/die-rev-a/mt25q_qlhs_u_128_aba_0...
Dear Community,
We want to use bonding to connect our app to the nRF and create a personal account.
So all your devices will have the same UUID. If the device never connected...
We're working on a board with an nRF52840 running BLE with softdevice S140 and SDK 17. The board has an external SPI flash, and when we realized that SPIM3 can be run at higher...
I want to know if I call the following function, which condition should I meet to determine that the coordinator is not connected to any terminal devices. For example, I now...
Hello, I am looking for some help or example code that describes minimum set of the files and #defines required to enable AES 128bit encryption and decryption using ECB mode...
Hello,
I'm trying to learn what might be typical latencies for Bluetooth LE Audio. For instance, the aptX low latency codec claims latency around 20-40ms. Is Bluetooth LE...
Studying the documentation for the nRF52811, I found a difference in the description of memory recording and memory erasure:
write: " The CPU is halted while the NVMC is...
Hi,
I have nRF52840 DK and am using nRF5_SDK_17.0.2_d674dde.
I am not using SoftDevice, and Zephyr RTOS.
I have a simple program and using RTC0 timer. My code snippet...
Good afternoon,
I have a question regarding the nRF9160 and the eSIM configuration. We have developed a prototype PCB based on the nRF9160 DK and included an eSIM. However...
Hello,
I am trying the example of ble_app_uart and when i am building the example it gives me an error RX_PIN_NUMBER undeclared. When i load the pca10056.h i can see TX_PIN_NUMBER...