Hi all,
I have a custom board build with an nRF9151. I'm able to connect on int with USB/UART, I can send and receive AT command. Right now I'd like to send certificat to...
Hello, I'm developing a BLE Central application using the nRF52 SDK. The central connects to multiple peripheral devices (nRF52832), each sending 6-byte ADXL345 accelerometer...
I'm having trouble getting the I2C interface working on our nRF54L15-based prototypes. The initial config write to the device fails; specifically, in the twim driver (i2c_nrfx_twim...
I am adding OTA support using mcuboot with mcumgr on a custom nrf54l15 board with the upgrade (mcuboot_secondary) partition on an external SPI nor flash (not QSPI). I am using...
Hello,
I just downloaded nRF connect for Desktop App, and plugged in PCA 10100 2. 0. 0 , 2023, 3.
I ran quick start, and this is what I get.
Any explanation on why...
Hi Nordic Team,
I have developed a couple applications for the nRF52833 using Zephyr and have now moved to the nRF54l15. For this new application, power consumption is...
Dear Nordic TS,
I'm trying to power an nRF9161 DK with a simple external battery. According to the documentation, I thought that this battery voltage should be applied between...
Hi everyone,
I want to know that is it possible to send the heart rate data using HRM services without sending the battery data in nRF51422. When I disable the battery...
Hi! I've been working with the Thingy 91 and I've found that the SIM card was running out of data, so we decided to buy more data to keep working. The board was working as...
Hi,
I'm making a new design. I want to use the NRF52840. I also want a low power microphone interface.
PDM seems like a good idea, modern PDM mics have low power modes...
Hei
I've gotten the ipv6_coap_server example to run on the nRF51-dongle. I got the bt0 interface after connecting to the device and I am able to ping the device.
My...
Hi all,
Previously I spent some time to set up the nrfsniffer and with support I had succeeded; devzone.nordicsemi.com/.../setting-up-the-nrfsniffer
However as I have...
Hi
I want to modify the nrf9160 software samples from Nordic so I can use float with printk() and sscanf() functions.
I am also using gcc.
I try figure out how/where...
Hi,
As a part of FCC testing, I am trying use the following radio_tx_sweep_start(txpower,uiMode,channel_start,channel_end,delayms) with below parameters.
uint8_t txpower...
Hello, I have seen and heard of nrf52 alot that it can be used as payment card by using HCE technique. Can anyone please shed some light on it ? I want to know the way we...
Hi,
I'm running a nRF52832 connected through TRACE port to a Segger J-Trace Pro.
Some traces seem to be lost, and Segger support team tells me it is possible as nRF52832...
I have a few questions regarding AoA mode.
My goal is to append the CTE frame too a standard advertisement frame. I would like to use one of the following examples as the...
Hardware: nRF52840, running on dev kit PCA10056
Software: SDK 15.0.0, no soft device
I'm trying to get the POF comparator working, and after struggling in our product...
I just updated my project from SDK 15.3 to 16.0. I am using the nRF52840.
I am not receiving the APP_BUTTON_RELEASE event when waking up from a button press. It used to...
I am trying to the asset tracking application on nRF9160DK and following the steps mentioned in https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/getting-started...
Hi there,
I have tried to build mqtt_simple but ı got an error says:
#error bsdlib must be run as non-secure firmware. Are you building for the correct board ?
I am...