I want to pair my Oticon hearing aid with a Bluetooth LE audio/Auracast transceiver for streaming from laptop or mobile or TV to my hearing aid. It is a personal use case...
I am using the nrf52840 USB dongle, I flashed it with the OpenThread CLI and I managed to locate my PAN ID, Master Key and Channel from the separate thread/matter dongle for...
Hi all,
I am trying to decide what DK I should go for if I want to test out the BLE Direction Finding capabilities of the SoC.
I am interested in getting the nRF5340-DK...
I want to automatically reconnect to my peripheral (nrf5340 DK) from my central (phone) when there is an accidental disconnect (out of range) which I am simulating by resetting...
I'm having a lot of new trouble posting to devzone. I can not drag/drop files. It keeps suggesting "An error occurred. Please try again or contact your administrator." This...
example Matter_light_switch in vs code
version using nrf connect sdk -> v2.8.0
manage tool-chain version v2.8.0
nrf52840dk
getting error while building code
...
Hello,
I have a few questions about the nRF9151 DECT NR+ modem.
I see that from the docs that the max TX power is 19dBm, so it's a Class III device as defined in section...
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...