Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
I understand correctly that in order to use my private key for my applications, I must first sign an immutable bootloader with this key and upload it to the device?
I used...
Hello there,
It seems the CC310 backend for ChaChaPoly does not allow zero-length data or adata (associated data). I am implementing a protocol that requires this (Wireguard...
I am trying to change the default ATT_MTU size from 23 to 64.
my code uses Ble_nus service and Eddystone_Service.
Eddystone service is in connectable mode and it's where...
Env.: nRF52 customBoard, SES, nRF5_SDK_16.0.0_98a08e2
Hi,
I'am working with ble_app_template example and currently trying, to merge it with the experimental multiperipheral...
I have added an external SPI flash on the nRF9160 DK board, and wired it up to SPI3. I want to partition the flash into two ares for separate uses, but the partition_manager...
Hello.
I have just recived my nrf5340 PDK. I started with the hear rate example programming with the console. With some troubles but finally it worked.
Now I'm trying...
Hey nordic ,
I am doing project on BLE. I am Using Segger embedded studio v4.30b. (Board pca10040).
In that I am using features like advertising ,scanning and connect...
nrf52840 SoftDevice V6.1.0 release-notes written, The scanner and initiator roles can now be configured to receive ADV_EXT_IND PDUs on both 1M and Coded PHY, using a single...
Hi,
I'm using nrf52840 DK to connect and receive usbhid message with the message size > 64 bytes (examples 343 bytes), so the message is divided to multi packages. I modified...
I am trying to build the nrf9160 from segger studio. I have installed and expoerted path of zypher and gnuarm toolchain gcc-arm-none-eabi-8-2019-q3-update-linux
I am getting...
I'm trying to run SDK examples on BL652 module from Laird (which is basically nRF52832) by means of debugger from nRF52 Dev Kit
Strange thing is that all examples (even...
However, I don’t know which SDK we currently use:
“ The new device version is software compatible with the current version if using SDK14.2/15.0/15.2 and Softdevices...
Dear Nordic Community We are about to develop a module for the nRF5340. Unfortunately we are using EAGLE CAD and not Altium Desinger. Would you mind adding the nRF5340 reference...
Hi,
In our app we would like the USB to change role. For example depending on Scenario and Command over BLE we would like to change the USB Device class or even turn it...
I am having a strange issue while using pc-ble-driver-py to perform tests with a BLE peripheral:
In these tests, the Peripheral sends a lot of data as fast as possible using...