Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Hello, my
m_device_state
is always NOT
DEVICE_STATE_RUNNING,
so after a little detective work I decided that it's because
provisioner_config_successful_cb...
Hello,
I'm trying to use examples/ble_peripheral/ble_app_uart with SDK-14 and NRF52 DK (pca10040).
The test case is very simple, I use python script to write data to...
Hi,
I'm useing ble_app_buttonless_dfu to get log with UART is possibly.
I want to change RTT log.
How can I do?
Board is nRF52-DK. SDK is nRF5_SDK_14.0.0_3bcc1f7.
SDK13, nRF52.
I bounded different devices into nRF52. Some of that is another device on nRF52, another devices- smartfone.
How can I distinguish for delete those devices...
I'm writing an application that requires dynamic memory allocation, and also needs to sleep in the lowest power mode for a majority of it's lifetime. I'm currently persisting...
How much does part number nRF51822-CFAC-R weigh? I'm building a parts database for a device our company is planning on manufacturing and I couldn't find this information in...
image description (/attachment/a49b3ec690a646f7bead02928ff0a381)(/attachment/a22b78f8886f98aac724a2b9785f9c25)(/attachment/00e9df542ed79773e83dde5fb38e46cc)Hi all,
I have...
Hello,
We need to extend both "ATT_MTU" and "Data length extension (DLE)" of the example programs "ble_app_uart" and "ble_app_uart_c" in S132 SDK 14.0.0. So could you please...
Hi,
I am using ble_app_uart_c code for central and ble_app_uart code for the peripheral. I am using around 4 characteristics in the NUS service. In the ble_nus_c_evt_handler...
Hi everyone,
We have one weird problem with loading the program to the two different variants of nrf51822 chip via nrfgo Studio. We would like to change nrf51822AA chip...
Hello,
We need to extend both "ATT_MTU" and "Data length extension (DLE)" of the example programs "app_uart" and app_uart_c" in S132 SDK 14.0.0. So could you please advise...
Hello,
I am using sdk 12.2.2 and pca10040. I am have successfully interfaced bme280 sensor with nrf52. Now I am trying to interface bmi280 with nrf52. So for that I need...
Each time we wake up our serial port we call APP_UART_FIFO_INIT because we want our buffers to be cleared when we wake the serial.
Does this also overwrite the PIN_CNF register...
Hello,
First of all I know that many questions were posted here about this topic but I am posting mine because I couldn't figure out how to solve my issue and I am looking...
I have a custom service that on a event needs to be re-initialized. The custom profile also has DFU. It seems that when I re-initialize services_init() the micro crashes on...