I built an application on the NRF52 Development Kit.
I was using the old NRF serial application with the retargetio.c file to push data out through the serial port.
I...
Hello
I am trying to build the Zephyr mesh distributor sample on the nRF 52840 dongle
It builds and runs just find on the nRF52840 DK
But when I try to build for the...
Hello I am trying to build the Zephyr mesh distributor sample on the nRF 52840 dongle It builds and runs just find on the nRF52840 DK But when I try to build for the dongle...
I made a custom board And I am running the segger example ble_app_blinky_pca10056_s140 But Even if I run log_init();, it returns error code 5 And even if I run timers_init...
Hello,
We are making a custom board with the NRF5340. There is no external crystal for the 32kHz.
What is the best option between internal RC and LFSYNT as 32kHz source...
Hi,
I have a central, where I want to close the BLE connection and restart the device. I have a button interrupt that does this:
However, when the device reboots. I...
My project: I am developing a system consisting of a central and up to 20 peripherals based on the Multi-NUS protocol. Toolchain and SDK : NCS v2.6.1. Development target:...
Hi,
I'm using the NRF Mesh app for iOS for node provisioning during the development of a new product.
I'm facing a recurrent issue during the provisioning process using...
I'm converting an SDK 14.2.0 project to SDK 15.0.0, initially using the legacy layer.
The documentation states that:
"The UART default configuration is located in sdk_config...
Hello,
we are developing an asset tracking solution. The Noridic send out BLE Advertisements to show, that they are still available. These signals are received by Receivers...
Hello,
We have multiple NRF52840 dongles that we want to repurpose as receivers for the NRF Sniffer software. Browsing throughout the forum we've came to the conclusion...
Hi,
I need to create a dynamic array to send a different number of bytes of data using TWI. Here is how I create an array:
When using the malloc function, I always get...
Hi
There was a problem using the external ADC AD7792 in a project with SoftDevice. The problem is that when the ADC is processed in a project with SoftDevice, the waiting...
We have implemented proprietary audio streaming on the nRF52. It reads Audio from a PDM mic and uses the timeslot feature of the BLE radio to send said audio to another BLE...
Hi:
I already updated the SDK to the first release version V1.0.0 and the unit works well with NB-IoT, UART and SPI. I'd like now to include real GPS data but I can't get...
Hello, I'm working on programming a cycle to measure the power consumption. I need to send a message and wait for a response for some time, then shut the modem off, no matter...
Hi,
We were planning to use a spectrum analyser in order to do the radio test on the nrf52-dk. Where should the analyzer be connected? Should it be connected to the J1...
Hello, I'm trying to test the UART example for nRF 9160 DK. To my understanding, any input sent through one of the ports should appear in the other one (from uart1 to uart0...
I would like to use PSM to save power consumption of nRF9160 LTE module. However, if I use PSM on the module, the module is dormant and not able to receive the command from...
Hi, this might be a trivial question but I'm struggling to find the solution. I want to configure the asset tracker application so that it works with real GPS data on the...
hello!
i am using my nrf52832 with s132 softdevice. basically the ble template with my services and charas.
i checked power consumption in sleep mode and observed something...