Hi,
I'm interfacing a nrf51822 and a H8/3294. My question is how much can I drain a the txd pin of the H8/3294. That means my question isn't really about nrf51822.
In documentation...
Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
HI
I'm using fds and dfu at the same time with SDK15.3
but it seems that there are some ram conflict or something wrong
my main is look like this
and i get
when...
Hello, I updated the SDK and related SoftDevice of a project based on nRF52832_xxAA as the new SoftDevice takes up more space (from: 0224A7 to: 0258BF) I have to allocate...
I have an existing Application, that is not a direct copy of an SDK example, as we are using CMake for our builds and because I don't want to copy an sdk_config.h file, but...
Hello,
I have followed the tutorial series of nRF Connect SDK Tutorial and now I have basic understanding on how the ncs works.
I'm trying to enable SPI0 in the nRF9160...
We need to install nRF Connect SDK v1.2.0 on a new machine. I followed the provided steps, using the Toolchain Manager (previous "Getting Started" method is deprecated, apparently...
Hi everyone,
I was looking at the SAADC example and I need to modify it in order to fit my design. I want to perform analog readings from eight sensors using an eight-channel...
Hi,
I'm developing a BLE application that is also using FreeRTOS.
I also need to use PWM to control an LED (mainly because the requirements define LED patterns, which...
Base BLE structure ble_advertising_t contains a member structure ble_adv_mode_config_t. This structure contains two parameters that are meant to limit number of advertisements...
Hi Team,
I want to create on flash section to store the specific data like Crypto Keys and Serial numbers. How to create one page/section in existing Flash memory without...
I am trying to test a BME280 sensor on the nRF9160. I followed the steps where I created a folder (board) and added the nrf9160_pca10090.overlay and add couple of line in...
Hi, I would like to implement free rtos on nrf 51 using IDE Segger Embedded Studios. Could some one please direct me to the necessary links/ information.
I have researched...
Hi ,
I am working on project which is based on nrf9160 Development board.
could you please verify these points-
1. I am sharing the snapshot of the registers...
I have downloaded the Keil compiler and the Nordic key for same.
When running Keil_v5/UV4/PackInstaller.exe I can not get the update:
Cannot download file developer.nordicsemi...
Good Day,
i´m want to use saadc with 7 channels. I´m using the ADC Driver with an interupt handler. All 10ms the sampling starts per cpu. I use the configuration followed...