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...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
Good afternoon everyone, how are you?
I'm using custom hardware, Nrf52833+Nrf21540, already reviewed by and tuned by Nordic. We are going to carry out the tests for product...
I need to work on single bank DFU from esp32 to nrf52833. I found a website with instructions on single bank configuration here: academy.nordicsemi.com/.../topic /exercise...
Hello,
i'm working on a project where the system will be always in deep sleep unless there is an external event to wake him up. Upon this event, the system connects through...
Hello, I have a question about how to operate on multiple Zigbee devices simultaneously. I am currently developing a hub to control and retrieve data from home appliances...
I want to make a secure pairing with Bluetooth. Let it first pair with the device, then connect directly without pairing. Maximum how many devices can I register?
Hi,
I'm using an nRF52832 in SDK v.17.1.0 and, starting from the ble_app_uart example code, I'm sending data from the board to another device. I want monitoring it with...
Hey all,
I'm looking for a bit of guidance here to nail a bus fault that happens about 30 minutes into the program.
The message is the following:
Reading through previous...
Hello
I am trying to test the esl example project.
Is there a simple, accurate, step by step guide for this?
Current documentation has some incorrect sections and when...
Hi Team
Customer want to use Bluetooth_Base_UUID (00000000-0000-1000-8000-00805F9B34FB) as 128 bit UUID base. They can use any other 128 bit UUID base but this one. When...
Hello, I'm working on an application with precise timing requirements. Basically I need to generate a short pulse and sample two channels during the pulse. In addition, I...
I use the nrf5340.
I want to filter 8 devices with different addresses.
When scan_filter_match() recognizes one of the addresses, can you quickly identify which of the...
Hello, I built a matter-over-thread firmware for nrf52840 on the Matter SDK 1.3-sve branch and NCS 2.5.0 version. It work well with Apple, Google and chip-tool, but commissioning...
Dear sir or madam,
I am facing a peculiar issue. In my application, I am using nrf52840 dongle and I am setting several GPIO pins as output pins with output value high...
Hello DevZone,
I am developing battery powered Zigbee end device. Using nrf Connect SDK 2.6.0 on nrf52840 chip.
I have issue that I am trying to solve. From time to time...
Hello there,
I was using 2.5 SDK on my development. Recenelty I updated the SDK to the latest of 2.7.0-rc3. I got many warnings.
Then, I created a brand new BLE NUS project...