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, How can I get the RLOC16 or similar ID from the CoAP clients connected to my CoAP server? I need to get this information from the messages that the clients send.
Cheers...
My BLE application needs to communicate with another µC using serial UART - so I started my app based on the sample in bluetooth/peripheral_Uart I'm have a nRF52_DK board...
Hello I have flash memory via SPI on the custom board. It works on SDK v2.0.2 properly and doesn't works on SDK v2.1.0. Flash memory defined in Device Tree as mentioned below...
Dear Sir.
we are porting some projects from nRF5 to Zephyr and the UUID/handlers table consume more memory. What is the best practice? we are trying to do the same things...
Hi Nordic community,
Let me ask a question.
I can run AT+RUNIMPULSE command via UART cable successfully, but I cant write it using BLE. For example using Nordic nRF connect...
Hi,
I have tried setting a custom network name by adding
CONFIG_OPENTHREAD_NETWORK_NAME = "MILIEU_OTNET" to prj.conf of both coap client and coap server. But they always...
Hello everyone,
I am trying to use the S340 softdevice in order to connect to an ANT+ HR. I would like to use proximity search.
It works fine for the first device in range...
HI
After the connection between the light-bulb and the Zigbee-Coordinator is completed, it is observed from Sniffer that both parties will broadcast regularly (as shown...
Hello,
I'm writing my own UARTE library because I need some functionality not offered in the SDK. But I came across a hardware behaviour I can't explain.
In my understanding...
Hi,
i use NRF52832
I used bootloader V5.4 and I don't see the prints I used SEGGER workspace
in sdk the settings set #define NRF_LOG_DEFAULT_LEVEL 4
what can I do...
Good day
I have been testing sample code code, but when compiling I get this error
nRF5_SDK_17.1.0_ddde560\components\libraries\uart\retarget.c:101:23: error: unknown...
I am plugging the nrf52840 Dongle to the USB port, the computer beeps as it recognizes a new USB device, but when I open the Programmer app from the NRF desktop connector...
Hi,
I am a very beginner in Python and BLE. I would like to use a nRF52840 Dongle to connect to a Bluetooth Device, send 6-Bytes data in the 1401 section and also perform...
Hi All,
i have been working on two i2c devices
1. MPR121, which has slave address (0x5A)
2. PCF8583, its address is (0xA0).
I am using Zephyr I2c api for the same...
Hi,
I would like to ask on where can I find or set the advertising duration or on how long the advertisement would last?
I am using zephyr, nrf52840DK. I want to be able...