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'm implementing a hard real-time system (few us jitter) on nRF52840, SDK17.1, based on FreeRTOS project.
In the project, I need to sync GPIOs toggling with ADC...
SDK: 15.3.0 SoftDevice: S132 Device: EYSHJNZWZ (nRF52832)
Is it possible to "WRITE" a characteristic that is larger than the MTU? As an example, we are considering the following...
Dear All,
I am looking for sample code to use an external QSPI flash (MACRONIX MX25R6435FZAIL0). The code is run an nRF52840 based custom board.
Your help is appreciated...
Hi,
I have a doubt regarding the possibility of removing or disabling an endpoint at runtime.
Assuming that we have a device with multiple endpoints, is there a mechanism...
Hi,
I have problem with program nrf21540 UICR mode. POUTA/B_UICR seem not set successful during measured here.
Below following which I write via SPI(Voltage is 3.5V)....
I am trying to use the nRF52840 Dongle as a controller with the Pi and ping devices (e.g. using l2ping to ping my phone)
I have flashed the bluetooth hci_usb sample on to...
Hello,
I am very new at this. I have just started to work with the nrf9160DK board, I am using modem firmware 1.3.1, and nRF Connect SDK 1.8.0. I am trying to test asset_tracker_v2...
Current result:nRF dongle is disconnecting with wireshark and Green led also stopped blinking
1. insert nRf dongle and open wireshark
2. Select nRf dongle(Green LED is...
I'm having an extremely annoying problem. I have an application that uses Nordic NUS service.
(1) I created it from the peripheral UART example for NRF52-DK, and adapted...
Hi.
I'm using PDN example code on zephyr nrf sdk. Please take a look on below log.
Can somebody help me to figure out what are the API can be used to send and receive...
Hi,
Using VisualStudioCode/NRF Connect: Im looking into the sample 'button'. (this because i like to add GPIO-pins to connect to an interrupt)
In the button example...
Hi,
I'm using Manjaro Linux, nRF Connect v3.10.0 and Programmer v2.3.3. I'm trying to connect to nRF52840-DK using this software, but I get an error:
I can connect to...
We are working for "Lighting control model" using BL653 controller ( nrf_653dvk connector) .We are looking for a Test automation framework to test BLE mesh and BLE FUS Based...
Hello nordic. I'm using your FTP client. The client can only send 4 kB of data at once so I send data numerous times and append to a file. The first send I do is 160kB which...
Environment:
nRF52833 (BL653 module from Laird)
nRF 5 SDK 17.0.2
S113 v7.2.0
I'm running into a really odd problem that I can't track down. If I set APP_TIMER_CONFIG_IRQ_PRIORITY...