Hello, We're developing a firmware for our board based on nRF9160, using ncs 2.7.0. We want to allow the user to set the certificates over i2c. How can we in a secure mode...
We are developing an IoT device that utilizes the nRF9151. We would like a review in the second round of our schematic and layout to understand if there is any issue that...
Hi
Is it possible to stream 128 kbps .acc, .lc3 or .mp3 Spotify audio from server to nrf9151 ?
It says it supports 300 kbps download, so maybe 150 kbps is realistic ?...
Hello,
I'm currently working with a custom board using the nRF5340 SoC, and I'm running into unexpected current consumption behavior.
When the device is in advertising...
I installed NRF connect I successfully built project when I flash I get success, but actually I can see project is not flashed what and how can I debug that ?
Hi,
I am using the nRF52840 with nRF-SDK version 16.0.
At random intervals, I encounter the following error:
"[00:02:51.009,460] <error> app: ERROR 1813 [Unknown error...
Hi everyone,
We found that the LIS2MDL_INT interrupt from the compass on P1.06 affects communication between the app core and the network core.
About 3 seconds after...
I am trying to setup a multiceiver scenario with the nrf24l01+ with three transmitters (PTX1,PTX2 and PTX3) and one receiver (PRX) with enhanced shockburst but I am having...
Hi,
I'm trying to use winbond spi flash (w25q64fv)
but i have a problem with spi as you can see in below image clock stop before receiving data from spi flash, do you...
Hi,
i use for debugging propose JLinkRTTViewer on OS X Terminal. It works fine but i wanted to use Colored Terminal output, like it is possible in windows rtf viewer application...
So I've been using the SPI master driver supplied via the SDK. I'm currently trying to use the nrf51822 to control an LCD screen so I can display some information. I don't...
SoftDevice : S110 7.1
SDK 7.2
Example : experimental_ble_app_uart
Using IAR 7.1
Using nRFGo Studio 1.19.0
Board : PCA10001 V 2.0.0 (Rev. 2 MCU)
Test device...
Hi, recently I'm looking at some computer architecture books.
So my question could be easy or silly.
I tried to search more but I couldn't find many.
The nRF51822...
Since the SoftDevice uses Timer0, am I correct in assuming that the maximum number of PWM channels for nRF51-DK with SoftDevice running is 4? (Two each on Timer1 and Timer2...
Hi Expert,
At my nRF51 platform, I opened two GPIOTE users one of which is used to handle an external sensor interrupt. After invoking app_gpiote_user_register(&sensor_gpiote_user_id...
I am seeing some very strange behavior when using an ANT channel with the sd_ant_acknowledge_message_tx call to guarantee message deliveries between a master and slave.
...
hello I am using nRF51822 microcontroller and KIELuvision5 for programming, I am new to this platform kindly need your help, I was compiling the basic code it toggles an LED...
I tried to follow some tutorials on this site to build the samples for the beacon modules using gcc.
I am seeing this error:
Compiling file: bootloader_util_arm.c
...
I download my elf file using SEGGER Jlink via Eclipse. The instruction pointer gets positioned on the Reset_Handler. But when I try to run the code after that, I get a SIGTRAP...
HI:
I try use pstorage_raw_mode to store data. According to the document description,first steps:
ble_stack_init() and scheduler_init(). Then, in turn, calls the function...
Hello,
I need a FIFO buffer for at least 20 arrays with 8 int32 in each... for use in an algorithm.. is there a more elegant way than just copying them all around each...