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,
We are currently evaluating the Tracker V2 application.
We would like to increase GPS accuracy, before the nrf9160 returns status GNSS_EVT_DATA_READY. No problem...
hi nordic team,
i have use nrf52840 develop a product ,now i need make sig authentication to sale it .the sdk version i use is 16.0. i m sure it can pass the ble5.0 authentication...
Hey ,
Is there a way to connect and send commands directly using the dongle to the NRF52832?
If so , where can I find a protocol for the communication ?
Hi,
I am testing the sample "machine learning" (from the template nrf/applications/machine_learning) on Thing52. And connect the Thingy52 to the central_uart on nrf52DK_52832...
Hi, in my project I'm using fstorage library to store some information that should be kept even after the firmware update.
For this we are reserving the memory address as...
Hi,
At work we are developing custom HW with an nRF9160, using NCS 1.8.0 for now, but I have confirmed the following behaviour on a nRF9160 DK with NCS 1.9.1 as well.
...
Hi,
after connecting to our mqtt broker I set nrf9160DK to data mode and publish data to our mqtt broker:
After this LTE link monitor is not accepting any AT commands...
Hi,
I am trying to enable extended adverts, when the call to bt_le_ext_adv_create is made, it always returns:
Using the following code:
My custom service has the...
Hello,
I have three devices that use UART, connected to an nRF52832 that I'm using NCS 1.6.0 to program. Since the nRF52832 only has one UART module and Zephyr has no native...
Hi, when following the tutorial, https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts/ble-advertising-a-beginners-tutorial i ran into problems...
hi, I want to use 52832 Comparator function, SDK only has "low power comparator" demo code. Setting reference voltage in MCU, just compare one GPIO with this voltage.
But...
Hi
I was creating a function to send i2c data trough sensor that I use. But when I double check the communication, there is a part that doesn't works properly. So as you...
Hi, Is it possible to enable and Different log level from Zephyr cli using Zephyr Logging API? i am using
LOG_MODULE_REGISTER (AWS, 3 );
I want to change or register...
Soft Device v7.0.1 is used. Timer instance 2. I use a "Timer-PPI-ToggleIO" to toggle an output pin to make sure the pin will toggle at the right time. The timer interrupt...
Nrf Connect Version v2.1.2
VSCode Plugin v2022.10.30
Using various samples on my nRF5340DK fail with the following error codes:
hap_ha sample:
Bluetooth initialized...