Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
I am using nrfmesh android app. I have configured a mesh network. exported network. then reinstalled app and connect to network. then tried to read state of device, then get...
A mesh node contains multiple lights.
Assume a light contains 5 Elements (Main, Temperature, Hue, Saturation, Light LC). Each light has 30 model servers implemented.
When...
Hi,
I am trying to test ble_app_blinky app. I am using VS Code for the development IDE and while compiling the application using MAKE I am running into Cannot file Source...
We are seeing about 500 uA in sleep mode and we expect to see under 2 uA. We are using an nRF52810 on a BMD-330 module on SDK 16.0.0.
Here's the relevant code...
nrf_pwr_mgmt_run...
Hello all!
How can I get the current count of a timer without stopping it?
Right now I'm doing like this:
_timer_base->TASKS_CAPTURE[channel] = 1; uint32_t counter...
Hi,
I am no programmer, but I wanted to try the Wake-on-NFC example on the 52840 dongle (I soldered an NFC flex on pins P0.09 and P0.10). I have downloaded SES and nRF SDK...
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...