I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
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 am trying to develop an electron app to program the DFU with *.zip firmware file generated by nrfutil. I looked at the nrfprog-js api and want to use the following...
Environment setup:
OS: Mac OS Big Sur 11.1
Hardware: nRF52DK
Python version: Python 3.8.3 (downgrading from 3.9 using pyenv)
The end goal for me is to create a...
Hi,
I am currently running the example found in \examples\peripheral\serial_uartes directory using the SDK 15.3.0. I am currently trying to connect 2 nrf52840 DK UART connections...
hello
i am using two customised nrf52832 and trying to get the maximum distance between two boards people suggested me this example https://github.com/NordicPlayground/nRF52...
Hello!
I'm currently working on a project similar to the nrfReady Desktop keyboard and I'm trying to apply bonding/whitelist so that it would only reconnect to only one...
hi.
im develop a keyborad now. and i find a problem,one funcation is the borad can remember 3 center device and can shift connect smooth .
my way is change the mac addr...
Specifications:
nRF Connect v3.6.1
Device used: nRF 52DK
BLE device used: Garmin Vivosmart 4
Bluetooth Low Energy v2.5.0
Behavior:
After opening the Bluetooth...
I am using the nRF52840 (with SDKv17.0.0 + s140_7.0.1) and made a custom FW based on the ble_app_hrs example. My custom HW has a 64MB MX25U51245G flash memory chip and some...
Hello, I have problems with my custom board nrf52832 , when I launch the uart connection and the processing of sending the data of my gps to the server to ble cut and stop...
To the kind attention of Nordic support team,
I was reading this paragraph from https://infocenter.nordicsemi.com/pdf/S132_SDS_v6.2.pdf
"Extended RC calibration is enabled...
Dear Team,
first of all: what is the best way to ask question for nrf91 nrf-connect? as the "issues" are not enabled..
now the question or the issue: the CCLK AT Command...
Hi,
I'm thinking of using Segger Embedded Studio at work to develop for the nrf52 family and maybe also for nrf9160 (will be using Segger Embedded Studio, IDE for Cortex...
I am using the nRF52840 board and nRF5 SDK 17.0.2.
I am trying to merge ble_app_uart central with the ble_app_uart peripheral. After made the requird changes(sdk_config...
Hello. I have a misunderstanding about the work of the mesh network. Let's say I create a group of proxy nodes, example light switch, 2 server and 1 client, . I connect with...
Hello,
Here is my work env.
NCS: v1.5.0
board: nrf5340dk
I found this way to open DCDC,but the nRF5340_PS_v1.0.pdf said these register are Retained.Can you give me...