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 am trying to build project for thingy52 but since latest release of sdk for thingy does not work well with SES -> https://devzone.nordicsemi.com/f/nordic-q-a/27311...
I am trying to interface BMI160 Shuttle Board to the nRF52840 Development Kit using TWI interface. I am using IAR Systems IDE and have modified the "twi_sensor" Example code...
Hi,
I am using ncs V1.0.0
When I configure P0.5 as input it takes 37uA current. (Interface with PCA63548 / LIS2DH Interrupt)
If I not configure the pin as input getting...
Hello .
We have an issue with the SPI channel.
We found out that when our GPIO config as SPI the CS drawn a lot of current when it connect to the slave device device AD7770...
Hello,
I am working on pc-ble-driver-py to design a central (using a DevKit with a nRF52832). At this point I am trying to perform a phy update procedure but I see it is...
Hi Everyone,
I am using PSM mode in my program and want to send data everytime when modem wakes up from sleep(PSM mode). I also want to turn off/on UART only when required...
Hi,
During startup the nRF sniffer extcap script does the following:
Which (at least on Linux) breaks applications having open serial ports.
Why not instead use...
Hi all,
I have mqtt sample on my board, after I added MCUboot module from Configure nrf Connect SDK Project, when I try to debug, it gets stucked at :
#elif defined(CONFIG_ARMV7_M_ARMV8_M_MAINLINE...
hi,
nrf52840 BGA footprint P0.22 config as UART0 RX mode, don't receive any data, but config as other pin P1.06, work normally.
and I also test QFN footprint with nrf52840...
I have nrf52832 platform and my version of softDrive is (nRF5_SDK_15.3.0_59ac345). I red a lot of documents and tech support like these links but couldn't find my problem...
I have another MCU on the same board as the Nordic 52832. The firmware update image for the MCU is about 50kb in size, so instead of adding a parallel DFU for the MCU through...
So currently I am using a 5 second repeated timer to run all my operations but there is a draw back to this that the max accuracy I can achieve is of 5 sec, like if I want...
Hello!
I have 18-bit sensors with SPI and I2C , which I intend to use in a wireless array.
I need to choose equipment and topology (star, scanning mode?), enabling data...
We had a custom board made with the nrf9160 and I noticed I was having trouble communicating with the sim card on my board.
We have been testing i2c, spi, number of peripherals...