Hi.
I am using the NRF52 Development board, on Keil uVision, to implement a C program that uses Dynamic Structs. The Structs re-size themselves ( by increasing their capacity...
Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
Hi
I'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
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...