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,
There is an example of serial DFU without using softdevice, and there is a BLE DFU using softdevice. Is there an example for serial DFU that uses softdevice? If not...
I would like to support DFU OTA and add DFU OTA related c file to Keil project. But Keil shows renaming object file name. Is it normal?
Build started: Project: ble_app_band_v4...
Hi
I have successfully cut the SB40 and successfully used the power profile kit I to measure the current with the following results
. I then connected a jumper to P22...
Hello All,
I am using RTC interrupt handle on the NRF5340 kit to set the event using k_event_post API from the interrupt context and when I try to wait on this event in...
Dear Nordic Engineers
I am study NCS 1.9.1 and I have a problem I would like to know.
I look for UART config in board_common.dts file, the RX default config is pull-up...
Value can only be changed on characteristics write. Every time a new value has to be written to the critical component , I first erase the page and then write on that page...
Hello,
I am running nRF Connect for Desktop v3.11.1 on Windows and just updated the Tool Manager app to v1.1.3. After Toolchain Manager was updated it is not running anymore...
Hi,
I am trying to program a hex file to nRF5340 QSPI peripheral via the nrfjprog tool.
Using commmand as follow:
- nrfjprog --qspichiperase --program app_moved_test_update...
nrf_dm example
nrf Connect SDK: 2.0.0
nrf52840 DK
------------------------------------------------------
Hello,
i want to use the Distance and Direction Finding...
I there,
I'm currently trying to install the nRF Tools in Wireshark to spy BLE packets in Linux Opensuse Tumbleweed with python 3.10.5 installed by default.
When I arrive...
I am connecting a normal tactile switch with the NRF52833 GPIO such that one end of switch goes to the ground and another on the gpio.
Now when the switch is pressed my...
Dear Karl,
We want to optimize the distance at the nRF52832's audio product.
The nRF52832 was working the fast mode ; Will the distance be better when the nRF52832 is...
Hi
I am trying to merge BLE DFU and UART DFU bootloader(SDK version is "nRF5_SDK_17.0.2_d674dde"),
after merged, when I process to DFU mode , It show below error
<info...