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...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Greetings,
I am trying to run the scan_adv example from the samples. I am using the nRF52832 kit and SEGGER for running this sample. However, I face the error mentioned...
Hi everyone,
I am following this video step by step to create my custom board configuration https://www.youtube.com/watch?v=KSivO9Cf1TE&t=474s .
I follow every steps but...
Hi all,
My project can be built and run correctly on NRF SDK 1.5.0,
after updated to SDK 1.6.1 and rebuild, it failed and messages below:
Is there any idea for this...
After installing nrfConnect SDK v1.6.1 on MacOS ( Big Sur 11.5.1 ) using Toolchain Manager, I can't find nrfjprog.
When I try and run nfrjprog in Terminal, I get: "zsh:...
Because some IOS devices support up to 185 Bytes MTU, Android phones 247.. is there
any possiblitly wow the Application Core NRF53 can retrieve the current MTU Size from...
Hi
I am working on a nRF52840 using Zephyr as OS.
I have setup some control GPIO pins in the device tree (se below). This works fine from the application. I can access...
When I enter 100 as the size for the ATT MTU all works perfect, but when I choose a larger number like 250 as ATT MTU, sd_ble_enable() does not return an error and I can debug...
I will be using an NRF5340-DK for starters. I have a Linux SBC that will be running blueZ. I can use USB, UART, or SPI to connect the NRF5340-DK to the Linux SBC. I am assuming...
Hi Dev Team,
I had installed the newest NCS version NCS v1.6.1 and was importing my application from 1.5.1 to 1.6.1.
However, I noticed a lot of changes with respect to...
Hi,
I have a question ,According to the official tutorial,I succeeded BLE OTA DFU in windows system by nrfutil ,however, when I use the nrutil tool to update the firmware...
I have tried to use I2C but it does't work out. nRF9160 doesn't start booting after executing "build and run" and pushing the reset button.
I open secure_boot project...
Hi Nordic team
At sdk connect sample/mqtt_simple, it called lte_lc_init_and_connect() to connect NBIOT or LTE-M.
If this call was not successful, could we read error code...
hi support team,
very strange question from customer
customer set up one interrupt with following code:
void gpio_wakeup_init(void) { uint32_t err_code; if (!nrf_drv_gpiote_is_init...
Hello, I am routing the NRF52840-QIAA chip and wanted to avoid the costly via-in-pad process.
Can I use the following pins for QSPI quad mode?
Also can i leave the RESET...