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 have the bmdware.uvprojx project opened in Keil uVision 5 and have the BMD 350 breakout board containing the nRF52832 chip connected to my PC via a J Link debugger (EDU...
Hi all,
Here I am using the nrf52840 in my customized board, in parallel i have nrf52840 dev board.
I am using the twi peripheral to communicate with a i2c based sensor...
Hey,
I am using SDK16 and want to update the bootloader on my NRF52840 from SDK15 with a new one.
I modified the bootloader from SDK16 a little bit. Then I created a Zip...
To the kind attention of Nordic support team,
I have got in here two pictures of flash. The first one it is after installing bootloader and settings, softdevice and application...
Hi,
I am working on a product development that uses an nRF52832 (through a LAIRD BL-652 module).
We have a voltage point (named 5V), that is connected to SIO_28 GPIO through...
Dear,
I used ncs_v1.0.0_joakim to adapt the battery of my thingy91:
I used: battery_monitor_read(); to read the %battery, and it worked well
I just updated new...
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...