Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
I would like to use nrfjprog to erase nRF52832 device. But it failed with "An unknown error". The nRF52832 device connect to laptop through J-Link USB interface.
D:\Nordic...
Agenda : Use crypto features like AES-CBC, AES-CCM, RSA, ECC, etc. in secure environment (i.e. trustzone with SPM). Also, to use HUK, KMU for secure key generation and storage...
Hi All, I am migrating some applications (each with multiple custom board) from nCS1.5.1 + nCS1.9.1 to nCS2.0.0 I also noticed that in nCS2.0.0 the build output folder is...
Hi,
Depending on how the nRF5 SDK is configured, the BLE address may change once in the bootloader (it's incremented). This happens in the gap_address_change() function...
Hi Everyone,
I am trying to do OTA on NRF52833. In my previous project I was able to do OTA on NRF52840. The memory requirements for the project were as follows:-
Memory...
Hi, I'm trying to configure my VScode project for the nrf5340dk using the nrfconnect sdk to be more version control friendly and require less interactions to set it up. I...
hi..... everyone
I want to send the data from one node to particular node and that same data should want to print in termite using uart . so i checked the ble_uart coexist...
Hi all,
I'm trying to use the nRF52840-DK board to interface with the MAX31865 RTD-to-Digital Converter. I've adapted the MAX31865 C++ library to C and replaced the Arduino...
I need to integrate a precompiled hex library psp.hex that has been compiled for M33 core. I am working on a nrf5340dk_nrf5340_cpuapp on nRF Connect SDK v1.9.1 The library...
I am using the nRF52840 DK (PCA10056 2.0.1) with SDK v17.0.2 + s140_7.2.0 and am having trouble with the USBD_MSC example. When plugged into my Win 10 PC, three drives show...
Hi All!
I am using nrf21540 in my custom board with nrf52833/20 to extend the range. I am trying both NCS and nrf5 sdk. I got examples in both SDKs but facing issues in...
Hey Nordic,
Currently, I am doing an internship about the applications of nRF52833 with SDK 17.1.0, and I am using this project file right now.
When I do "make -j all...
Dear Nordic Engineers
I use NCS 2.0.0 and I would like modification gmouse of nrf_desktop to NRF52833.
I changed the pm_static.yml and app.overlay file of nrf52840dk_nrf52840...
Hi, I am working with an Insight SIP ISP1807, based on the nrf52840.
Trying to use the peripheral example from zephyr: https://github.com/zephyrproject-rtos/zephyr/tree...
Hi! I am working on a customer project where up to 20 BLE peripherals are connected to a single central device. The code of the central is based on the Multi-NUS sample from...