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...
Hello,
I've recently properly started programming my nrf52832 DK with segger embeded studio playing a little with the debuging tool break points modifing example ect.....
I test ble bond with 'ble_app_gls' in sdk 12.3.0
eg.nRF5_SDK_12.3.0_d7731ad\examples\ble_peripheral\ble_app_gls\pca10028\s130\arm5_no_packs
my phone is meizu mx4, android...
I feel Slave Latency is unnecessary.
For example :
Connect Interval is 100ms,
Supervisor Timeout is 4000ms.
So the Slave Latency must be 39.
if I set Slave Latency...
Hello,
When using extended ATT_MTU without DLE, and the MTU is larger than the LL data length, I know that the MTU is divided into smaller LL packets when sending.
But...
Dear Nordic Devzone,
I want to run an Arduino Ethernet Shield with the Wiznet5100 on the nRF52840. I was wondering if there was an easier way to do this then having to...
I am designing the BLE solution using nrf52832 . The board will be two layer board with solid ground plane in the bottom layer and signal and ground pour in the top layer...
what is a valid publish handle, when I run pb_remote_client, first I input "1" and one pb_remote_server device has been provisioned, and then I input "233", it happens "MESH...
Hello,
I used translation software.
I am measuring current consumption.
I supply it from an external power source.
I connected the SB 12.
After that, I supplied...
Hello,
I'm having trouble to work on the nrf52832 DK with the accelerometer.
First, I tried to wire the accelerometer as I was wiring it on a Arduino Uno but I couldn...
Hi everyone, maybe I'm wrong but I think that the Garmin oregon 600 uses a ANT+/BLE chip made by NordiSemi, it's possible to know exactly which one it is?
Thank you a lot...
Hello,
i'm trying to DFU from 13.1 to 14.1..
What i have tested is flash(SD + B) + dfu(APP) on both versions. Now i'm trying to DFU all from sdk13.1 to 14.1.
Is it...
I know that latest nRF5 SDK and nRF mesh SDK support SES, it's really a good news for developer. I'm just curious that, can I use SES to flash SoftDevice on macOS? If so,...
Hi;
I am using NRF52 DK(pca10040) board nowadays with sdk 14.0. I read a blog post about power consumption in nordic webpage.( link )
In this blog post, there is a webpage...
I´m currently developing ble peripheral application for the nRF52832 with SDK v13.0.0. I need to have a secure connection between the nrf and android or ios mobile device...