Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
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...
Hi, probably a simple answer to this but am struggling to find a decent answer on the web.
There is a function (below) and I would like to watch the p_adv_report. However...