Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
Hi
ncs 2.6.1 / toolchain 2.7.0
we have developed a Product using ANNA-B402 (with nRF52833).
Now we made a product variant with nRF52833 WLCSP. Both use the same application...
Hi,
I face a 3mA consumption while I have CONFIG_PM=y and wether or not I have CONFIG_PM_DEVICE=y.
The idle thread is reached and executed :
And the idle thread...
The subject issue is documented here as " NCSDK-20567: Partitioning limitation with MCUboot swap move": This issue has been open for while. These two DevZone tickets refer...
Hi,
Is there a way to make the main thread to execute after any interrupt?
For now, I have something like this (ncs 2.7.0):
in main thread :
In each IRQ handlers...
I'm trying to use raw packet transmission (IN combination with wifi promiscous mode and raw sockets eventually) with my nRF WiFi device. I have both the sample raw_tx_packet...
Hi,
I am sending 20 bytes of data in a beacon format. These are fit into m_beacon_info[2] to m_beacon_info[21] defined in ble_app_uart code from nordic SDK:
I send beacon...
Dear NRF Team,
I hope this message finds you well. I have been following the steps provided at the Dev Academy for the initial setup of the IDE. However, I have encountered...
Hello All,
I wanted to sniff ZigBee Packets using Wireshark SW, I am following the below link for the setup,
https://docs.nordicsemi.com/bundle/ug_sniffer_802154/page...
Hi friend,
I use SDK16.0, and the version of softdevice is S140 V7.0.1. We have a project using the nrf52840, which is sometimes used by carriers. I ported radio_test to...
Hi
I am using HCI Power Control sample to dynamically control TX power. I found that the TX side's connection RSSI and RX side's are diferent, at some point it even has...
Hello, I'm trying to follow this example (Serial DFU) , on a nRF52840 custom board, but I'm getting the following error:
I couldn't find any relevant information and also...
Hi,
I have recently started working with the nRF54L15DK and nRF Connect SDK 2.9.1. To begin, I used the "Hello World" sample code. While I was able to successfully build...
I have searched everywhere and can't find a working example that shows how to create a new BLE ID and save it to the setting s partition.
Please show me the configurations...
We have a custom board that I ran through the board_v1_to_v2.py program and then attempted to build under SDK and Toolchain 2.8. When I run it it failed in the CMakeLists...
Hi,
nRF54H20DK (rev. 0.9.1), SDK: v2.9.0-nRF54H20-rc2 and the same Toolchain, IDE: VSCode + nRF Connect
We need to implement a multicore application for nRF54H20. I...