Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
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...