Hello all,
According to the documentation and this feedback on a case there is a maximum size for a particular cert before nrf_inbuilt_key_write returns NRF_ENOBUFS . Can...
Hello,
I am using nrf52840 DK, Segger Studio IDE, Win10.
My application is I want to transfer the image from iOS to the DK board.
I am aware of the Image Transfer...
Hello, i intsalled the software stack for use with latest release of nrf sniffer package.
By starting the capture process with wireshark 3.2 i have noticed an issue:
In...
I have a project where we have 2 nrf51 that need to be time synced with eachother.
The problem is they are placed on the body one on the back and one on the chest of a person...
on the page
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Flib_crypto_backend_micro_ecc.html&anchor=lib_crypto_backend_micro_ecc_install
step...
Hi,
In our one of the product we are using Nordic nRF52840 MCU and we compiling this application code in windows with SEGGER Embedded STUDIO IDE Version 4.30a and Tool chain...
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...