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 All,
I am working on BLE+SD card Library, s132. Although i am getting certain errors which i am unable to counter.:-
*** Using Compiler 'V5.06 update 4 (build 422...
hello,
i have been using nrf52832 with sdk 15.2 , while different interupts occurs i have been changing the advertising bytes with different aid like this
m_beacon_info...
Hi, I see there are similar and narrow questions for specific chipsets: nrf5340 and nRF5240
Does this mean that Bluetooth LE Power Control (LEPC) feature is not at all...
hi:
Use the https_client routine to send data after the socket is established, and then send the data after getting the response. The errno returns as 128, which can confirm...
I've downloaded a fresh copy of NCS 2.0.0 and created a brand new application in an empty workspace based on the Hello World sample. The only modification I've made is putting...
Can I use SVC function in my application code to copy bootloader image into flash instead of using mbr commands? If this is not possible, what are the other alternative options...
Hi,
I'm using SDK17.02 HID example on nRF52810.
I create a timer to use mouse_movement_send about 10ms interval.
When my custom board was connected, RTT viewer logging...
Hi,
I was checking the Beacon and Proximity examples. I wonder if the nRF52832 can also be used as a distance sensor, if there are two BLE device in a room.
For example...
I have been working on writing a basic TWI driver in order to use I2C on my nRF52810 DK. I have the TWI successfully initializing, and when I try to write a byte to a connected...
Hi,
I am working on NRF DK board as NRF52840, from that if I connect my board to my laptop its detecting, its showing the com port but if I open my NRFGO Studio, in that...
Hi,
I have an issue in my project using BLE connection (GATT). I configured the BLE stack to use an external 32k XTAL (NRF_CLOCK_LF_SRC_XTAL) or (NRF_CLOCK_LF_SRC_RC)
...
hi we have designed a board with nrf52840 with nrf21540.and we have designed it to communicate it with spi .Is the spi example for nrf21540 is available in sdk . if not where...
Env:
gcc version 10.3.1 20210824 (release) (GNU Arm Embedded Toolchain 10.3-2021.10)
std=c++11
nRF Connect SDK v2.0.0
Including nrf_socket.h from nrfxlib/nrf_modem...