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...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
Hi,
I am using custom board (nRF9160) and zephyr V2.6 and I would like to make sure that I understand the ADC settings correctly in the device tree:
channel @ 1 {
...
Hi there,
I have just tried to migrate to a new M2-based mac book pro and everything went OK (i am able to build and run my sw on the target) except that I don't have any...
hi support team,
i was testing smp_svr, i want to add button to my application that once i press the button and reset, the device will stay in mcuboot (serial port mode...
Hi,
I added build a conf to my project which has a prj.conf and select board. But the extension overwrites my configs with cache and extra cmake flags, which i dont want...
Hi there,
I'm currently trying to switch from actively advertising to a carrier wave test. This is the code snippet I'm currently debugging on SDK 17.1.0:
The code seems...
Hello, I use nRFCloud to send CoAP messages, and it's working fine under normal conditions. I am now trying to simulate a network loss, while sending some data. To do that...
I would like to create an ble5 sniffer from my thingy91. I saw that the sniffer is suitable for nrf52840 dongle and nrf52840 DK, and since thingy91 as an nrf52840 board i...
Hello,
I am currently developing a program that uses USB CDC-ACM for USB serial communication.
The USB serial communication is only used when the device is powered via...
Hello
I am developing an application on the nRF9160 SiP, that using CoAP protocol (over LTE) it connects to the nRF Cloud to transmit sensor data, get shadow register configuration...
Hello,
we are using nrf52840 with nrf5 sdk for thread and Zigbee v4.2.0.
We have been experiencing flash memory issues for a while now: https://devzone.nordicsemi.com...
Hello All, I am hoping to leverage Thingy 53's as the sensors (transmitting device) for tracking leveraging AoA. The nRF5340 DK works fine for this application as a sensor...
hi support team,
customer asks me about out 840 usb state, if we have usb low power state as below:
and below is listed in our spec or i n the USB standard ,
however...
Good night,
I am developing a Firmware for a nRF52840 created by RAKWireless RAK4631, with VSCode/Platformio/C++/FreeRTOS, and now I am changing the Architecture from a...
I am currently working with NCS v2.0.2 with toochain v2.0.2
I followed the steps in "How to change a workspace application SDK version" update to NCS 2.6.0.
when i build...