I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
I started with the peripherals/spi example, and am now trying to update to the recommended nfrx drivers. I can get the spi working fine, but I can not get the linking to work...
I am setting some manufacturer specific data to broadcast using sd_ble_gap_adv_data_set().
The data gets sent out perfectly when the advertising mode is BLE_GAP_ADV_TYPE_ADV_NONCONN_IND...
In my application, a host co-processor controls when to start/stop advertising, connect etc.
I've noticed that soft-device command are state-dependent, e.g. calling ble_advertising_start...
Hello, I discovered strange behaviour related to reset pin on my nrf52833 prototype and SDK17. My board has only reset button connected to reset input and 10K pull-up resistor...
Hello,
I'm having an issue with a hard fault when trying to write a specific value to a peripheral chip (TDC7201) register after multiple successful writes to the same register...
Hi all,
We're starting to move to the nrf52840 platform and have a question about the adc.. We'd like about ~13 bits of effective resolution- right now we use an ads1115...
Hi, I would like to try the Alexa_Gadget sample supplied in nRF Connect SDK v1.4.0 on an nRF52382DK but the sample does not build. I have tried both SES and command line builds...
We've been asked to run BLE transmissions using Ble_LR500Kbit, that is, Long range 500kbit/s TX. 125 kbit/s and 500 kbit/s RX on the nRF52840. The transmissions would be data...
Hello,
how much effort would it take to switch an application from the nRF52832 to the nRF52840 chip?
What we want to do is, we have a running application with the nRF52832...
To the kind attention of Nordic support team,
I'm interested in implementing some sort of validation stage using a keycode, as you mention in:
https://infocenter.nordicsemi...
Looking at the code of function nrf_log_frontend_dequeue, in nRF5_SDK_17.0.2_d674dde/components/libraries/log/src/nrf_log_frontend.c:716, it seems to me that the code chunk...
Hello!
I'm trying to implement a thermostat cluster handling. I've managed to implement read/write thermostat attributes handling using zigbee device callback. The problem...
I am trying to design a remote control for my garage door and I need to develop a low power remote control that talks to my Thread garage receiver.
I have looked into OpenThread...
Hi, I am attempting to flash various bluetooth samples onto the nRF5340pdk, and I am getting errors on multiple levels.
First, when I attempt to build the samples (I have...
Hello, I am trying to load some example on my nRF52840 dongle. I am developing without using a board but only the dongle, SEGGER and nRF Connect 3.6.0 .
Following this guide...