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...
hi guys, I'm confused about bluetooth 5. Is there some example that use it? i have a nrf52840 board and i will like to use it in order to send my data but i didn't find any...
HI
I am trying to develop a mesh network using nordic mesh SDK..where nrf52 dongles will be beacons for which beaconing example will be used and from SDK
52840 DK will...
I startet evaluation with nRF52840 and SES.
I found the BSP Demo to crash (HardFault in Debug) after app_timer_init() , because of a NRF_LOG_INFO() inside, but Logging not...
Hi Sir,
As the title, can 51824 support BT 4.2 in Zephyr? Any document (or link) descript this?
If yes, which SDK version we can use?
Thank you.
BRs, Han
Hello,
I am working on nRF9160dk. I want to send gps coordinates via sms using nRF9160dk. Last week, I tried simple_at program to send sms and it worked. Now I am working...
When I am receiving data from slave data is missing. Means if o am reading 255 bytes then 127 bytes are right after that I am receiving alternate bytes. Some times I am receiving...
Hi,
I was wondering if anyone has sample code that would support a 16 x 2 LCD over an I1C interface.
Something like this.
https://www.amazon.co.uk/HALJIA-Character-Backlight...
hi,
in the SDK15.3,I successfully ported the DFU demo to app_uart, but the 52830 will enter the upgrade state each time after downloading the program. I want to know how...
I am following the steps mentioned in the "Getting Started Assistant" and downloaded the Segger Embedded Studio link mention in part #3. When I double click on the " SEGGER...
Hi,
I'm experiencing this problem on Windows and OS X using nRF52840 chips with SDK 15.3.
When I do a Bulk transfer from PC to Device I read immediately data from EPOUT1...
I want to read the serial number of the second page package,use the SDK 13.0,\examples\ant\ant_continuous_scanning_controller,it can't get the serial number,how to do?
Hello,
I am creating a bootloader ble version without using dfu. I am having problems turning on softdevice, softdevice starts the app instead of continuing the bootloader...