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...
Hi,
We made an online course on Bluetooth Low Energy, includes BLE Fundamentals & Architecture, step by step implementation of Environment Sensing service development...
Hello, I am using nRF9160 PCA10090 DK. I want to make my board as central device and scan for all nearby BLE devices and display its rrsi value and device id on a terminal...
Hi Dears,
I have submit a issue for about two weeks but no response yet, would you please help me for handling it?
The link is https://devzone.nordicsemi.com/f/nordic...
It's really really really annoying that the DevZone contains so much outdated infomations and deadlinks .. especially after moving to the new website !!! :-(
Hello! I'm trying to develop an Android-nRF-Toolbox App. What features and folders do i use with show logs? In order to develop the uart in the toolbox app, we have deleted...
My setup is a Android phone, Nordic NRF52, and random BLE devices in the area.
What I want is, the Android NRF-UART app connects to the NRF52 and the NRF52 sends information...
Hi,
i use the Aead-Lib for CCM on the NRF52840. What is the best way to Check an Mac from a Message wich only has Adata (no acctual encryptet message)?
If i try to use...
Hi,
related to a previous question I posted, , we are migrating from nRF5_SDK_13.1.0_7ca7556 to nRF5_SDK_14.2.0_17b948a.
Now we have some problems with the bootloader...
The subject really says it all; why are there four GPIOs tied to P0.18 which is the nRF52840's RESET# pin?
I'm looking at the PCA10059 Schematic available in the nRF52840...
I am currently using the nRF24L01P in an application where I am using the RPD feature to determine whether a 2MHz RF channel is "available". For example, if a wifi network...
I am using nrf52832 and I am trying to interface OLED with it. I am attaching the code below and i referred that code from https://github.com/devdprj/olednrf here,
i made...
Hi All.
I have a DK52 project where a peripheral advertises and connects to a central nRF52840 ok. I based it on the multilink_central demo, so have the LED button service...
Hello!
I went through the example project "Experimental: ATT_MTU Throughput Example" provided in SDK v15.2.0 and found that there is a configuration bit in BLE_COMMON_OPTS...
When I connect to my device with an iPhone, using the nRF Connect app, I am experiencing an immediate disconnect. The part does not have time to start pairing. I have shared...
【Question】:I want to use timer+ppi+SPI(with DMA) write DAC, but now something is wrong, when timer trigger the SPI to write DAC through PPI, it can call the "spi_event_handler...
Hi,
I use UARTE peripheral when i communicate wih PC.
This code works. Send 4 bytes.
bno_tx_buf[0]=0xAA; bno_tx_buf[1]=0x01; bno_tx_buf[2]=0x00; bno_tx_buf[3]=0x01;...
After Updating my project to the Newest SDK for Thread 2.0 today I am having problems linking Problems.
My Project uses the Channel Monitor and changes the max children...
Hi all!
I'm quite new in working with BLE device and in working with MCU also so If my question look a bit silly, please dont laugh at me
I am using a nrf52832 as both...
I've just added a 4th Peripheral-role link to my project, and the RAM requirement for the SoftDevice increased by over 3kB. I'm trying to figure out whether I can reduce this...
Hello, I am trying to develop an application using the ADC of the nrf52832. For this, I have included the "nrfx_adc.h" library into my main code. When I try compiling the...