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, We are attempting moving our BLE security from mitm to lesc+mitm, and have a few questions on the matter:
Is it "good practice" to change the security of the characteristics...
Hi,
I have developed a device with a smartphone controller. I can transmit and receive commands to the device using the ble_app_uart instance. I want to send data from device...
Hi Friends,
I am not yet familiar with NFC and have a question about using NFC with the nRF52.
If I understood it correctly the nRF52 is a "listening device" i.e. it cannot...
This previous case is an example of what i am trying to do.Reconfifure the radio parameters.
Using example code does not work for me. the DUT has other aspects that need...
Hi Nordic,
1.I am running (C:\ncs\v2.1.0-rc2\zephyr\samples\drivers\uart\echo_bot) but i need to change baud rate within program
2. I Can Change my baud rate using overlay...
Hi All,
I modified ble_app_uart_c code to create multiple central connections instead of single central connection.
Here I am facing problem, once my central device...
Hi all
For the nRF52832, there existed diagrams for "GPIO drive strength vs Voltage" and "Max sink current vs Voltage" in the product specification (PS V1.8, figure 25 ...
Hi, as the title states, we are exploring the possibility of building a product that utilises dynamic multiprotocol to be a BLE Peripheral as well as a Thread SSED concurrently...
Compiling nrf_dfu_ble.c I get several errors:
unknown type name 'nrf_dfu_observer_t'
'ble_dfu_transport_init' undeclared here (not in a function); did you mean 'nrf_dfu_transports_init...
I am working on a 52840 platform DFU bootloader.
I get linker errors I cant seem to fix:
undefined reference to `crc32_compute',
Bootloader/nrf_bootloader_info.o:C:...
Hi Team!
Does release 2.1 of the SDK address the issue raised in the below ticket with LWM2M implementation?
I have made the necessary changes to Asset Tracker v2 application...
I am looking at adding BLE to an existing design. The product uses an ARM micro, and currently has SPI and I2C available at daughterboard connectors. I am trying to understand...
Hello, guys.
I am using nRF Connect SDK, version 1.4.2 and nRF52840DK. I wonder what would be the way to print floating numbers during debug phase?
According to this thread...
Using the latest nRF_Connect_SDK
How can we set a udp/dtls socket, peer connect timeout for this call:
If there is no way to set a timeout for the call itself, is there...