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.
How often are the LQI and RSSI values in the coordinator updated for a child?
Preferably I would have liked to get some kind of notification every time LQI and...
I am using nRF9160 to develop a product for a client that requires displaying the name of the current carrier on the screen. According to the AT instruction manual of the...
Hi everyone, I'm trying to set up a bootloader chain using sysbuild (NSIB → MCUboot → APP) so that MCUboot can act as an upgradable bootloader. I'm working with the nRF54L15...
Hi
I have some questions about nRF5340 & nPM1300 decoupling cap
nRF5340
1.For pin A3/D2/H11/K1/L5/L11, ref. SCH is 1uF*1 and 0.1uF*5, could we only connect 1uF*1 and...
Hello,
I have a product based on nRF9160 that uses GNSS. The device is a meter, not an asset tracker, so GNSS is not the TOP 1 feature we need.
When the device is installed...
I'm trying to run Wi-Fi scanning or AP/STA mode examples on the NUCLEO-U575ZI-Q board with the nRF7002EK shield, but I keep getting an "RDSR2 register failed" error. I've...
Hi Team,
We are developing on a custom board with an nRF54L15 (Raytac Module with NRF54L15_xxAA_ENGB) and are unable to provision a pre-generated secp256r1 private key into...
I'm using nRF Connect for VSCode to program my nrf5340dk but the SDK can't detect my nrf5340 on the boards (You can see in the image). Can anybody help me to fix this problem...
I want to add WiFi functionality to an existing product without large altercations or chipset changes to avoid tedious rewrites/redesigns. The current codebase does not use...
Hello,
I'm working with Distance Measurement (nrf_dm) using the NORAB126 module on nRF Connect SDK v2.9.0 and nRF Connect SDK v3.0.1.
I'm facing an issue where, occasionally...
Hello everyone,
I'm curretly working on a new design based on nrf52832, and I'm validating different interfaces. Currently working on SPI, I'm testing it with a W25Q64...
I am getting the following build errors when working with both DFU (MCUboot) and the file system (FAT FS) together. Errors: D:/ncs/v2.9.0/zephyr/drivers/disk/flashdisk.c:533...
Hi, I want to implement a feature where the central device manually enters a fixed password (passkey) defined by the peripheral to establish a connection. I’m using the ble_app_hrs...
Hello
I am developing with nrf9160DK board.
I have confirmed that it is compiled and downloaded with blink example.
I am testing by loading exampleAWS_IOT_MQTT from...
I'm having trouble porting my project from the older SDK (2.6.0) to the new SDK.
I thought the most straightforward way to do that would be to start with a sample project...