Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
Hello,
I want to store temperature samples in flash of nrf51822. I am using pca10028 and sdk 12.2.0.
I have the code for writing,deleting and reading from flash memory....
I encountered the following error while building my ZigBee app on a CI (dockerized Linux container), after bumping the SDK from 2.6.1 to 2.7.0.
The part "nRF52840" in...
Hi All, I am using an nrf52832 and using NCS version 2.6.0. I am having an issue where I am trying to initialize and run a thread, but the thread never runs. I have tried...
I want to set the CONFIG_CAF_BLE_ADV_FAST_ADV Kconfig option to make the Peripheral initially advertise with a shorter interval,but after adding some dependency configurations...
hello.
Currently I am implementing BLE Multi advertising in
NCS SDK: version 2.6.0.
I have a question during development through the samples/bluetooth/multiple_adv_sets...
Hello,
I am working with the USB CDC ACM Sample Application from NCS V2.1.0 on nRF52840DK and have encountered an issue when attempting to replace the UART_INTERRUPT_DRIVEN...
Hello,
I am writing to seek clarification on the difference between AT%XRAI and AT%RAI. I was testing the RAI feature using the SLM application (SDK v2.7.0 and modem firmware...
trying to program an nRF51422 chip with Segger embedded studio with soft device
i get the error
"Checking project status Building ‘ble_app_uart_c_pca10028_s130’ from solution...
Hello,
I have a custom board running as a low power node, consuming around 17uA during sleep. When I have messages back and forth, the node goes back to sleep as usual....
Dear support team: Problem description: Use \v2.7.0\nrf\samples\bluetooth\mesh\light routines to download to nRF52840-DK board, after adding it with nRF Mesh app (Android...
Hello,
I have trouble again with TX Power control. This time using Softdevice Controller and NCS2.6.0.
Previous issue which was solved (this was using Zephyr Controller...
I'm working on a Proteus-III module which needs to communicate with the on board UART0. For reasons that I still don't understand, the `uart_configure` function with which...
I would like to test event related functions on nRF5340 DK. But west build failed with undefined reference to `z_impl_k_event_init'. The following are log messages of west...
Hi,
I am trying to connect 4 devices (2 nrf devices + 2 B24 custom modules). Each of them can get connected independently as single device, but as soon as I start connecting...
I'm reading the code of peripheral_hids_mouse project and I want to select some functions to fill my own code.
prj.conf has these two config:
CONFIG_BT_GATT_UUID16_POOL_SIZE...
Hi,
I followed SDK 2.7.0 Fast Pairing example and successfully downlowd to nRF52840 PCA10056 EV board, using VS Code nRF Connect Extension.
Fast Pairing Input Device example...