Does the s110 stack allow retrying pairing procedure?
It looks like the stack (peripheral) always ends with disconnect upon invalid passkey.
We would like to explore the...
Hi Guys,
since yesterday i am trying to get the DFU with Softdevice S110 (BLE) v7-alpha3 working but haven't succeeded yet. My process is the following:
s110_nrf51822_7...
Hi All,
i would like to know about
1) what is channel in nrf51288?
2) is there any mathematical relationship between channel no and pin no as in ble_app_hrs
example channel...
Hi,
I use UART bootloader SDK example(dfu_dual_bank_hci) to do update firmware on EK PCA10001 board,it can work ok.But i changed the HCI_SLIP_UART_RX_PIN_NUMBER and HCI_SLIP_UART_TX_PIN_NUMBER...
Hi. I have been trying get a notification through ANCS.
I have created an app which is made by modifying ble_app_ancs sample.
It works basically but there is one problem...
Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
I am using nRF52840DK for working on my application. I use nRF Connect SDK v1.9.1 to run example and build application. I use VS code to build the application. I am working...
HI
Saw the youtude video: https://www.youtube.com/watch?v=dpvNXQiLbh4
For BLE Audio Broadcast mode, could i check how many channels of audio can be broadcasted and selectable...
I'm developing firmware for a custom board developed with the nRF5340. We opted to use RTT as our logging/shell output as opposed to UART thanks to pcb size limitations. I...
Hi,
We are porting some of our old firmware from SDKs <= 17x to nRF Connect SDK.
We have not found a way to access several of the drivers, like pwm_nrfx.c and use functionality...
Hi,
I'm trying to build the nRF5340 Audio sample application for the nRF5340 Audio DK board and get this error message when creating the project:
Any thoughts?
Regards...
I'm trying to migrate from the nRF52832 to the nRF52833 using the same exact code, but the nRF52833 does not go into low power mode. The nRF52832 consumes 100uA with the nRF52833...
Hello, I have successfully connected two NRF5340s using central_uart and peripheral_uart and can send messages to each other. But I don't know how to test the data rate.
I have an implementation that is using a PWM output to drive a LED. It has been observed that when the LED is on in a constant drive state, fixed PWM output train, the LED...
I would like to communicate at a speed of 1ms or 2ms if possible, as I need to make a gaming mouse with as little latency as possible. To achieve this, I plan to use the nRF52840...
Hi Team,
could you please help us how to remove service change characteristic?
Also please share us how to SET PHY as a constant "BLE_GAP_PHY_1MBPS" ?
please suggest...
The following code got NRF_ERROR_INVALID_STATE. What is meaning of NRF_ERROR_INVALID_STATE? And when will NRF_ERROR_INVALID_STATE generated?
err_code = nrf_drv_gpiote_init...
Dears,
The customer wants to know that the Thingy53 evaluation board can calculate the 3-axis acceleration,angular velocity,magnetic field, these 9sets of data into "quaternion...
I want to remap SPI0 pins from default (P26, P27, P28) to another ones (P08, P09, P10) on PCA10040 under nRF Connect SDK. But I stuck into a problem: SPI module seems to work...
Hi,
I just go a question about when to use the nrf_moden_lib_shutdown(). Is it necessary to use in this code case? Since I've used lte_lc_power_off().
Regards,
Elia...
Hi
1. I tested function NRF_LOG_INFO and found that NRF_LOG_INFO automatically prints the \r\n character
2. How can I remove the \r\n character
Thank you for all...