Hi,
I am using nrf52840 to develop a product. I use NCS sdk v2.5.0.
I developed a project based on the [Bluetooth: Central HIDS] example in the NCS SDK. This example enables...
We are running an HCI controller on nRF52833 based on the Zephyr hci_uart sample code. We are using the Zephyr 3.7.0 LTS version.
We have set CONFIG_BT_CTLR_DATA_LENGTH_MAX...
Hi,
Platform: nRF54L15, SDK 2.9
The application is Matter + BLE. CONFIG_CHIP_DFU_OVER_BT_SMP & MCUBoot are part of the configuration. As soon as we enable the BLE...
Hello,
I'm reading about 700 values from an LSM6SDO gyro/accelerometers per second and need to store them, before sending them over bluetooth once where I store them is...
Hi, I was trying to flash the sweyntooth firmware to nRF52840 dongle using nRF connect for desktop. I was following the instruction on in this tutorial: . The hex file I used...
I have found that in NCS SDK 2.6.2 it was very simple to enable FLASH_SIMULATOR as part of the mcuboot configuration overlays. But starting from SDK 2.7.0, I keep getting...
We are looking to do DFU over UART to the Application as described in DevAcademy nRF Connect SDK Intermediate, Lesson 8, Exercise 1, Step 5. However, we have only one UART...
I opened both the NordicSemiDemo.xcodeproj and nRFDemo.xcodeproj in Xcode 5.0.2. When I try to run them (Product->Run), I get the splash screen in the simulator, but when...
this time i have some encryption related questions to ask.
I use the "BLE_GAP_CONN_SEC_MODE_SET_XXX" to enble link encryption, doese this correct?
can i set the encryption...
Quick question regarding the boot process of the nrf51822. If a bootloader address is written to 0x10001014, will the bootloader code always be executed, regardless of whether...
Hi
I am using ble_app_hrs for my application.
in this case ble has highest priority , next gpio then timer.
if i send continuous data over ble, by using function...
Hello Nordic expert,
In nRF51822_PS_v1_3, the max bit rates for SPI master is 8Mbps(section 8.8, page43).
But in nRF51822_PS_v2.0, the max bit rates for SPI master change...
I heared a rumour that the NRF581922 will be withdrawn and an other solution will become available. We have planned the 581922 for implementation and want te release the product...
/* YOUR_JOB: Use an appearance value matching the application's use case.
err_code = sd_ble_gap_appearance_set(BLE_APPEARANCE_);
APP_ERROR_CHECK(err_code); */
Shoult...
Do I still have to call sd_ble_gatts_value_set() on the characteristic handle [using whatever temporary buffer I would have been using anyway for BLE_GATTS_VLOC_STACK]?
...
Hi,
I would like to use the app_gpiote files from Nordic in combination with the softdevice enabled.
In the app_gpiote.c file interrupts are enabled using the standard...
As far as I can see buttons_init() initializes GPIO and sets up button_event_handler().
button_event_handler() calls ble_lbs_on_button_change() and always set static uint8_t...
I have problems with my iPad to catch data coming from key presses of HID keyboard profile. First, I programmed the dev tool nRF6310+PCA10005 with the HID keyboard profile...
I installed nrfgostudio_win-64_1.15.1_installer, nrfgo_sdk_2.3.0_setup and nrfprobe_v2_0_0_7252 to test nRFgo starter kit(nRF6700). I tried to test uart on nRF24LE1D. but...
I want to establish a link between two nRF8001 devices. Is there an example of how to do it? I am using micro controller on our application board to control the nRF8001 devices...
Dear Developer Zone,
At this time, it is possible to upgrade the firmware version using Bootloader. But, is there any way or any plan to upgrade also the softdevice version...