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 NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
I want to connect heart rate sensor and bike power sensor together. I config channel 0 for heart rate sensor,and channel 1 for bike power sensor. Ant work well when both sensors...
I've just tried to compile and run the stock lpcomp example on two different computers, targetting an off-the-shelf 52840 dev board. It compiles, and starts fine, but doesn...
Hello,
I am creating an application that counts the number of times the button is pressed (Every high to low transition).
I am using GPIOTE to sense the high-to-low events...
Hello,
I am considering redistributing the SDK source code. I also saw the following, but hasn't it changed?
devzone.nordicsemi.com/.../32969
【SDK:15.3】
Hi,
How can I understand what all Errata's are applicable to softdevice and are taken care of?
For my application I am aware of the modules/peripherals being used and...
Hi,
I noticed there is no SWO support mentioned in Product Specification 1.1 for nRF9160. But since the architecture seems similar to the nRF52/nRF53 that have SWO under...
I have been interfacing with the Macronix external flash via the nfrx_qspi library for logging. While I am able to use nrfx_qspi_read() to obtain my log data, I am also able...
PM_MCUBOOT_STORAGE_ADDRESS and PM_MCUBOOT_STORAGE_ID seem to be no longer defined as of SDK1.2. As per the discussion here , I tried using DT_FLASH_AREA_STORAGE_OFFSET which...
Using nRF52811, Segger SES, and SDK 16.0, I have some times that seem to be off by ~2X.
I'm timing by setting a gpio before and after the event and capturing with a scope...
Hi
Referring to
https://devzone.nordicsemi.com/f/nordic-q-a/58652/additional-questions-to-nrf52832-errata-220-clearification/238659#238659
From the above post, the...
I am new to the nRF9160dk board. I have been able to compile and run some of the sample programs. I am now looking to have a simple program to talk to external uarts 0 and...
I need my sara sara-r410m-02b ublox module to connect to the cellular network using at commands. For this reason I require to send the commands by means of programming lines...
Hi
I have a custom who is using 52832 to develop a Bluetooth door lock, including a NB-iot module, The door lock is unlocked via app Bluetooth.
the question is : There...
Hey all,
Have just been messing around with the board, everything was working fine until I tried to follow this guide to install CircuitPython onto the nRF. I got it into...