I've purchased a couple of nRF5340 Audio DKs for testing Auracast broadcast source/sink. Installed VS Code and have the sample apps built & flashed.
SOURCE: Sample app bap_broadast...
Hi,
I was playing with my development software in VS Code everything was OK apart from the Cmake error message.
Once I had to restart my computer I couldn't build my...
Hello,
We are using the nRF52840_CKAA_R7 package of the nRF52840 on our custom board. The USB pin connections are designed based on the nRF9160-DK's nRF52840 reference....
Dear Nordic Technical Support Team,
Hello!
I am currently using the nRF52840 DK and have implemented SRAM PUF. I would like to connect the development board via USB and...
Hello,
Version - nrf Connect SDK v2.7.0
We have our own project which, I believe, has correctly configured signing using a custom key file.
In VSCode I've created a...
Dear Nordic support,
With the installation of every nRF Connect SDK version, there is also a python instance installed with it.
For example, the nRF Connect SDK V2.8.0...
Hello everyone!
I'm designing a flexible PCB and I'm a bit confused with the stack up. I've seen that the nRF52840 development board has an NFC antenna with the following...
Hi,
I need to send more than 500 packets(each 20 bytes) to the master for every 1 minute, through the timeout handler. But i cannot able send all the packets, btle_connection_timeout...
Hi,
i have some trouble with the method __WFI ();
I have the following code:
while(device_status == false) // Gerät ist im Schlafmodus
{
checkPowerConnector ( );
__WFI...
1.Can we use the Timer0/Timer1/Timer2 for doing something?
2.What source of IC the SD have used?
3.What source of IC we can use for our application?
4.I used the compare...
Hi - I am completely lost and I'm really hoping someone can point me in the right direction. I'm simply trying to get started with the nRF51922 development kit and nRFgo Motherboard...
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...