What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
I am creating a Matter accessory device with the nrf52840dk and the guide on https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_matter_creating_accessory.html...
Is it possible to build an asset tracker on the nRF91 without the use of LTE-M or NB-IoT? If there is a solution, could someone please advise. I read something about GNSS...
Hello,
SDK : nRF5_SDK_17.1.0_ddde560
Example: ble_app_uart
I want to use custom peripheral and disable BSP.
but when comment buttons_leds_init(&erase_bonds);
I...
I'm using nRF Connect SDK with nRF52840dk and going through the UART samples and currently have both the P olling and Async methods working to some extent. But questions for...
Triggering advertising by button pressed. But when advertising state is not idle. Both sd_ble_gap_adv_set_configure() and ble_advertising_start() failed with errCode 0x8....
Hi,
I am developing the nRF52833 DK with NCS v2.00.
I am using a function in my source code that reads the current RSSI of the connection. The function, read_conn_rssi...
Hi there,
I am trying to implement the OTA DFU feature via Zigbee in my product. i tried to implement the example available in SDK as below https://infocenter.nordicsemi...
We are able to build nrf5340_audio application with SBC codec,
but error occurs when program the app core with buildprog.py
dongtaotao@dongtaotao-OptiPlex-5070:~/ncs_v2...
Hi,
We setup a mesh network with 26 sensor devices, configured these 26 devices into one group. From the mesh gateway device, it sends group message to these 26 devices...
Greetings,
In our product, we encountered an issue when data saved in flash (FDS) that were previously retained are erased during DFU on some devices . This was indeed fixed...
Hi, I'm building an applicaiton based on ble_app_uart. I got that using idle_state_handle(); function to set the my nRF52833 into system ON mode. I disable system OFF mode...
Hi,
I am developing the nRF52833 DK with NCS 2.00.
I have successfully implemented a service to print the RSSI on the Android nRF Connect application. I use the function...
Hi all.
What is the best practice to set the system in standby? I have a PWM and when is active the system can be in a low power consumption until a button is pressed. But...