Hello,
I'm here again because this time I need to autoconfigure (configuring from inside program, no use of any nrf app) heartbeat destination node and source node.
For...
We have developed an application which uses the nRF9160 together with the same GPS and Ethertronics/Kyocera/AVX antennas as that of the nRF9160-DK . For the LTE antenna, we...
We're trying to measure supply current used by the NRF9151 DK but have discovered that the current measurment connector (P22) only includes current supplied to VDD, and that...
Hi,
I am using nRF54L15-DK for Zigbee light_stwitch startup testing. After successfully connecting the development board to the Hub for the first time, I evaluated the time...
I'm working on a project involving a USB dongle based on the nRF52840 SDK-2.9.1, which needs to communicate with a sensor (also an nRF52840) and transmit data via USB to PC...
Hi everyone,
I'm developing a BLE application where I measure throughput between an nRF5340DK acting as peripheral and an nRF52 Dongle as the central (using a Python script...
Hi, I have nRF51822 Board
Can I make it as a beacon kit?
what changes do I need to do to change that as a Beacon? any Source and Instructions are very helpful for me....
We need our PCB assembler to be able to program nrf51822 modules in situ. We have tracked the PCB to include a tag-connect footprint to this end. The assembly house will purchase...
Dear all,
I have an issue using USB bootloader for NRF24LU1+ device.
I've used a USB dongle and programmed USB bootloader to chip via SPI using external programmer.
...
Hello guys,
I have tried to get Nordic-Thingy52-mesh-demo working, but now I don't see it works according to description done.
I have followed all steps provided on...
Hi,
we are developing against the nRF52840 chip. We are interpreting the documentation as indicating that each pin can do all of GPIO, PWM, I2C and SPI. Are we reading this...
Hello,
I'm using SDK 15 and I just started to run the "ble_app_uart" example code. I'm hoping someone can help me find where the data sent from the nRF UART mobile app is...
I am using few keys that are 20 byte arrays, these are unique for each chip. Right now they are hardcoded. I don't want to recompile for each device. I want to write to these...
Hello,
What is the best way to do migration between SDK 11 to SDK 15.
There are guides for each step. Is the best way to do SDK11-SDK12 then SDK12-SDK13... ?
Thank...
Hi,
I just switched over from the nrf52840PDK to the nrf52840DK and I'm running into an issue where the DK board is not firing the NRF_USBD->EVENTCAUSE = Ready event....
Hi,
I'd like to inquire about the recommended configuration for RF conducted emissions testing for the BTLE radio on the nRF52832. As in the reference circuit provided...
I am trying to send more than 255 Bytes of data over I2C so I break it up into 255 byte transfers within a transaction.
I notice a stop/start condition is sent between I2C...
Hi,
I am trying to have two instances of SPI with the same data and clock pins but to two different devices and thus two different select pins.
I have set all the SPI_Enable...
Hi,
The nRF Connect iOS and Android apps provides detailed instructions and functionality for enabling the device boot loader via the iOS/Android] mobile apps. When running...
Hi,
I have a application where the TWI is always reading a sensor in the main task.
When the DFU requiere to reset, frequently the TWI is busy and the current frame is...