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...
Hello!
I have a custom board with nRF52810 and s132. BLE connection is secured with passcode. it works.
I would like to get exact passcode entered by User if the passcode...
Hi support team.
My project build using keil IDE working stable. But when I change to build using makefile, although build success with hex file output and and everything...
Hi Team,
I have gone through many threads on the forum but still in doubt regarding how to interface nrf52 over HCI to the Linux based host.
My understanding is currently...
When building example ble_app_interactive_s132_pca10040, SES asks for missing "nfc_t2t_lib.c" and "nfc_t2t_lib_al.c" files. This happens when SES is 'Preparing target for...
Hi,
I'm currently trying to use 2 channel SAADC to measure 2 analog input port
I've searched other questions in this forum and referred SDK example
Actually, I could...
Hi All,
I want to measure the battery level in my nRF52840 design using the ADC.
I came across this thread in the nordic devZone https://devzone.nordicsemi.com/nordic...
Hey all, I am bit late to the party but I was following Vidar's HX711 Library and was able to configure it to work after a long period of time (Pardon me, I am new to this...
Hi
I do NOT know how to read log messages doing run time, is there a terminal window you Can use. I use Windows and have a nrf52840 and write code in segger embedded st...
Using oneWire library, I was able to get the temperature from the ds18b20. But it didn't work if I put the same code in the Beacon software.
I understand that the softdevice...
I observed that the asset tracker application will not run using code starting with commit a507a3e42229544b195e93a9896ca09c8a4fba85 and newer, on the master branch, in repository...
Hi,
We have been working with a coordinator and a router device based on nRF52840 with nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b
Both devices are Zigbee 3.0 and implement...
I have a binary file for a 3rd party device that the manufacturer has asked me to test on their devices. I have looked through the ZigBee OTA example documentation but it...
Hello:
I am working on a USB bootloader where I have enabled the WDT on entry. After I enable the WDT, the app_timer is set to feed the WDT and to also signal the end of...
Hi
I have a new Thingy:91 that I'm updating.
After I updated the modem software and the firmware with Connect desktop Programmer.
When i could not connect I deleted...
We recently had an issue where a race-condition was caused because we handled entry to sleep mode a bit too carefully. Therefore, I wanted to discuss different methods to...