Why project config is not finding relative path of these files but absolute path works fine:
CONFIG_CHIP_FACTORY_DATA_USER_CERTS_DAC_CERT = "certs/Chip-DAC-Cert.der" ...
Hi!
I faced an issue with nRF Cloud Log. If I set CONFIG_LOG_TIMESTAMP_USE_REALTIME=y, I get wrong timestamps (2080 year..) in nRF Cloud Portal for all messages being...
Hi!
We use nRF Cloud Log backend in our project. And during my research I found that it actually doesn't filter (despite the filtering code is there) messages generated...
I am looking for a solution where I can set custom and configurable root Kconfig file via Cmake cache variable, which can be specified through the west build command.
Steps...
I'm working on an Android app that connects to a Nordic nRF52833 BLE peripheral (Zephyr 3.7.99 / NCS 2.9.0). I'm encountering a consistent issue where:
The app connects...
I have been testing the thingy91x and measuring power consumption trying to reduce it to the absolute minimum.
Using a test program that moslty sleeps ( using k_sleep()...
Hello,
I'm working on a project using the nRF52840 and Zephyr, and I'm experiencing an issue when trying to use device power management (PM) with a custom sensor driver...
When I plug the PCA10000 into my mac I can see it presents 3 USB interfaces. The first is interface class 0x02, Communication Control, the second is 0x0a, which is Communication...
Hello
I have problem to reach 100 feet and a high data rate using BLE.
I am thinking about using gazell. Is possible to communicate with gaxell protocol to IOS and Android...
Hi guys,
I am trying to get the maximum packet size out of my nrf24 radios. If I am implemeting my own radio protocol which doesnt require 3-5 bytes of address is it possible...
Note that nWP-018 "Migrating to the latest nRF51822 chip version" specifies that the SDK version which should be used with the Eval Kits I have (version 1.0, chip variant...
I'm using the nRF51822 with the version v5.2.1 S110 soft device and have implemented a communication scheme that is very nearly identical to the Nordic UART protocol as implemented...
Hi,
I'm currently working on an Android 4.3 app who must communicate with a model of a specific device.
This device contains a Bluetooth low energy chip nrf8001 and there...
Hi,
I have a problem when running 51822 with Nrf toolbox on android 4.3 Samsung S4. The problem is that the BluetoothGattServer disconnect itself after 30 seconds. The...
Hello all currently i am setting a Client Characteristic Configuration value to indicate to retrive value from device. but in some device refuce to give value . so first i...
I'm using the nRF51822 with the S110 soft device. When specifying the maximum size of a variable length characteristic notify property (the max_len field of the ble_gatts_attr_t...
now,I want to know how the process that application invoke the method to send or recieve the data,but I did't find it in the source code ,and when I want to find the definition...
I want to read a line of text from a UART peripheral. I'm using app_uart.c, not the "simple UART" example code.
My main() looks something like this:
uint8_t line[MAX_CHARS...
Hello,
I've been working on the SPI module for the nRF51822. I used the sample spi .c file as a starting point, but I got rid of the timeout (not sure why there is a timeout...
Hi,
We have nrf51822 evaluation kit and some custom board with nrf51822 chipset(works fine). And also we have tested the nrftoolbox application with the proximity service...
I use the example "Keil\ARM\Device\Nordic\nrf51822\Board\pca10001\led_radio_example" and "Keil\ARM\Device\Nordic\nrf51822\Board\pca10000\led_radio_example" to communicates...