Is there any analog to digital input on the nRF9061 SiP / DK? I essentially need to plug in a microphone to this, so I looked at a couple of options -- ADC, the DMIC interface...
Sorry for long sentence. The nRF5340 document describes about the Reset. This chip set have the POR. so, if POR function work, I don't need to use the PIN reset. because POR...
I can get certain MCUboot features working for the Lesson 8 test program. However, these features don't work when I try to port them over to a fully fledged project. I think...
For the nRF52840, SDK 2.4.4, I'm looking to make the prj.conf file associated with MCUboot a local file in my project workspace directory. How do I do this without creating...
Hi! i have some problems with extension, i cant see action bar/boards. I had no problem with v2.5.2 of sdk and toolchain but when i bumped it to 2.7.0 in manifest file it...
Hi, I'm using nrf52810 ,nrf connect, zephyr, vscode extension. I’m having trouble using both UART0 and the NUS UART service. Here’s a snippet from my overlay file:
/ ...
Dear all,
I'm using two nRF52 Preview DK boards with the SoC nRF52832 and I'am testing the light switch example with sdk 3.1.0.
For my application I need one client...
MY CHIP is NRF52840, EVB is PCA10056
SDK: nRF5_SDK_15.0.0_a53641a
bootloader use secure DFU example: \nRF5_SDK_15.0.0_a53641a\examples\dfu\secure_bootloader\pca10056_ble...
Hi,
I found your PDM Working Example. However I wonder what to make of the data I get.
What is the CONFIG_PDM_BUFFER_SIZE_SAMPLES for? Do I get 16Bit Bit-Schemes from...
I am using SDK12.3.0 + SoftDevice S130 in nRF51 DK.
I create 4 channel PWM (+ppi) in timer1 & timer2, because I know timer0 is used by Softdevice, RTC1 by App_timer.
My...
This is more of a Segger question than an Nordic question, but it seems enough folks here use J-Link tools that I could ask here.
RTT Logger and RTT Viewer doesn't log the...
Hi Nordic community
I want only send data using ble app_uart example with out receiving anything. So i tried to send the data that i received from my device to my android...
I am working on the safety-critical system, I have, ON and OFF function, the entire system using UART communication. In which I am using the nrf_queue() and push the data...
Hello everyone,
I have been using nRF52832 module from Raytac ( link ) for my circuit and I got a trouble with sending advertising packages to other master devices. I installed...
Hi,
I am trying to merge working code that places the microcontroller in system_off when a switch connected to pin 16 is opened. It then wakes up the micro controller when...
Hi, I am working on application where I need to store some bigger files. I chose to use sdcard, but I get weird behaviour. Some sd cards, this looks like totaly random ones...
Hello,
I am playing around with the Blinky example on my custom board, where I have one button and two leds. Everything works fine and I can control the LED2 and detect...
I am using the nRF52832 chip with an SDI connected microSD device. I am able to communicate with the microSD card formatted as FAT32, store data, read data all with the FATFS...
I made my own board in which nRF9160 is populated. It's connected to JLink through SWD. SWO is not connected.
I tried rtt debugging and seems to work correctly, but I'm...
Hello,
I am trying to include bsd.h to my project.
simply typing '#include <bsd.h>' is not enough. I need to add directory 'nrfxlib' but I have no idea how to do that...
Dear Support Team,
We are working on nRF52832 based custom design. We had interfaced 3 different sensors (i.e. one with SPI and 2 with I2C bus mode) and sending continuous...