I'm using the nRF9160DK as a BLE-to-LTE bridge, and I have the onboard 52840 configured as my Bluetooth controller. The 9160DK advertises as a peripheral and waits for a connection...
A few years back I used a multilink project developed by one of the Nordic support personnel, to allow using the nRF52840 devkit board to talk to one of several Peripherals...
Hello,
I am having some trouble with the UART API (Async and interrupt). I am connecting the development board (nrf9151 DK) to a 3rd party device (keypad / prox reader)...
I'm working on an ESL project using the nRF5340-DK. I need to enable the PAwR feature, which requires Bluetooth 5.4. However, my current program is written using nRF Connect...
Hi Nordic Team,
am I currently evaluating the nrf5340 development kit for our new product revision and fail to get a power efficient shell besides rtt logigng.
Concrete...
Hello, guys, I am working on distance measurement project using two nRF5340DK (nrf_dm sample application). I found duration for which the distance measurement between two...
trying to update date for BLE device but getting this error "Error changing notification state: The request is not supported."
Trying to write date: on nRF52 device
calling...
We have successfully implemented the Template app on Android. However, the architecture of the multiple services and layers is somewhat opaque. Three questions:
How...
hi ,we have test the example of ble_app_att_mtu_throughput in nrf52840 ,the other side device is an android phone .
nrf52840 would freeze when the phone want to feature request...
Hello! I'm calculating the matching circuit with the antenna for nRF52832, but nowhere can I find the impedance value of the pins of the radio part, can you help me?
Hi,
I'm working with a nrf51822 based hardware which came programmed with some UUIDs and S110V7. Erased it completely, experimented with some non SD code first and finally...
Hello! I have a problem with checking the microcontroller nRF52832. J-Link does not connect to nRF52832, the screenshot of the Segger-commander window is shown below:
...
Bit of an odd question but Im dealing with a rather wonky SPI peripheral and its got me trying to sort some interesting questions due to its strange data protocol. Im using...
We are using the Android nRF toolbox v2.4.0 and have successfully implemented the Template app. The app will reliably connect with our device and functions well. The only...
Hi,
I was wondering if the SPI configuration for the p_config->sck_pin is correct. It appears that the clock is configured as output with input connected. Wouldn't this...
I am searching for long time how to inspect the prints in my code inside Segger , I went over many messages in this forum and nothing comes easy to me with this Segger thing...
Using Segger , only the BLE template is advertising,All other BLE apps such as BLE_UART, will flash the leds very fast but will not show on any Apple device on the Bluetooth...
We have an ISR parsing incoming serial data from the UART. When a valid packet arrives, I'd like to be able to wake the core from whatever low-power state is entered when...
That is probably an old topic, but after doing some research I could figure it out: calling sd_app_evt_wait() on my nRF5832 + nRF5 v11.0.0 SDK + s132 causes my chip to reset...
Hi
I've some troubles with the ble disconnection of S110.
Always when I call the sd_ble_gap_disconnect function after successful connected, the error code 8 NRF_ERROR_INVALID_STATE...