Hello!
I'm taking some performance metrics for encrypting data on my nRF52840 device and I was wondering if you might be able to help me. The goal is to see how long and...
Hi,
why antenna trace is connected to mounting pad instead of feeding pad of antenna in thingy 91x
We are designing our device based on this. We wish to be sure about...
I've been trying to flash an nRF52840-DK with code that successfully builds on Segger. The Segger error is "Failed to connect to target." I updated the devkit firmware with...
I am trying to set up a w25q128 using SPI with a nrf5340 on a custom board and had a few questions. I have used DevAcademy as a reference as I do eventually want to set up...
I have a custom board with nRF52840. It draws power over USB and the data lines are connected as well
USB is defined as follows in the dts
cdc_acm_uart0: cdc_acm_uart0...
Im tring to generate sbom in html or spdx format yousing west ncs-sbom -d build i got this error: package.name += '-' + package.version TypeError: unsupported operand type...
Hi there, I'm facing difficulties configuring the Adafruit ILI9341 with the nRF52840. Are there any beginner-friendly instructions on how to configure and program it over...
Hi All,
i am using nrf51822 with SDK 12 and i am not able to find where All BAUDRATE Macro is defined for APP_UART.
so anyone can tell about that in which file it is...
I looked at examples and added identical code to my own app, specifically to a) set the gatt_enable_params.att_mtu to GATT_MTU_SIZE_DEFAULT, and b) to handle BLE_GATTS_EVT_EXCHANGE_MTU_REQUEST...
Hi,
Is there an extensive documentation about programming process of a nrf52832 using keil?
I just spent hours figuring out that I had to use Softdevice erase flash algorithm...
I just followed "Testing the example manually (without bonding)" steps to manually update firmware by Master Control Panel.
But every time, I got log message, "SERVER:...
I am implementing mqtt client on Nrf52832 with the example provided in the IoT SDK. I am looking for the correct way to make the client to run with Non-Nordic socket stack...
I've just finished my first layout for nRF51822, and I need a help with the attenna design.
The RF part of the schematic and layout is a copy of your reference design, "PCA10004...
Hi
I'm using BLE400 board (from waveshare) which have a nrf51822 chip on it. When I want to program the softdevice with nrfgo I encounter the following error:
link text...
Hi, I got a problem.
I created a timer, interval is 30ms.
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(150, UNIT_10_MS) /**< Minimum acceptable connection interval (0.02...
Hey Guys,
I am trying to create a workflow for creating new project from scratch in eclipse, traditional way with nRF5 sdk provided make file is not scalable and it really...
We are using a MMA8452Q accelerometer connected to an nRF51822 via TWI using the twi_hw_master. Reading the WHO AM I register is the first attempt to get the TWI running but...
Hi,
let's say I program flash with SD, Booloader and merged App1&Ap2 images. I need to switch application (only once, after some self tests) using some command from application...
I am having an odd problem.
nRF52
softdevice S132 V2.0.0
I have a bootloader and application. when I program them directly to the device they both work fine and can...
I need to get three ADC data from acceleration sensor with nrf51822. I tested getting a ADC data using simple_adc_pca10028(Keil_v5/ARM/Pack/NordicSemiconductor/nRF_Examples...
Hello
We are about to move an old design based on the NRF51 to the more powerfull NRF52.
In this context we would like to use some of the new API’s that has been introduced...