I'm trying to make a BLE beacon with Li-Ion battery and Qi wireless charging circuit. NRF52833 works in high-voltage mode (VDDH connected directly to the battery, internal...
I have mistakenly disabled Software Debugger (SWD) and wrote the configuration back to the board. Ever since board can not
(1) Connect and get the configuration data using...
Hi,
I follow the custom board exercise steps with mynRF52840 DK and when I reach step 8.1 , in the deviceTree visual editor, I notice that the GPIO0/1/TE options under ...
I am a long time user of Doxygen and I am familiar with its format. I have been using Doxygen manually in my nRF9160 code and it is working fine. I am using DoxyWizard to...
I’m not sure if I’m posting in the right forum, but since the EVK-ANNA-B402 uses the nRF52833, I thought this might be the place for questions related to it.
Steps followed...
In ticket Case ID 290251, Torsten Rasmussen provides the following advice to ensure that the toolchain corresponding to the SDK is used to build the SDK (this applies to nrfutil...
Hi,
I've been though some power profiling investigation of my application and incorporated the solutions discussed and here and the hardware solution discussed here but...
We are using nrf52832 in our design. It involves two nrf52832 with a bunch of sensors and one more nrf52832 which has cloud connectivity. We store the sensor information in...
Hi,
I'm trying to run the usbd_cdc_acm example from SDK 15.3.0 on the nRF52840 Preview DK. While debugging, the code was running fine until I connect the nRF USB, at this...
Hi,
Is it expected to get an EINPROGRESS error when calling nrf_connect() with NRF_O_NONBLOCK set. How do I know if the call was successful or not? Should I expect a positive...
Tested with PCA10040 1.2.4 bare board Chosen p0.11 as it seems to connect nothing (floating)
I would expect the code below always prints "<info> Main: [11] 1 1 1 1 1", no...
I'm working on a custom DFU bootloader using the Secure Bootloader example in the nRF5 15.2 SDK. My board only has one LED and, during DFU, I'd like to using blinking duty...
I am using SPI 2 (not SPIM) and just migrated my project to SDK14 from 13.1.
I kept getting "Wrong configuration" on compile, until I realized that on the nrf_srv_spi.c...
Hi!
nrf52832, SDK15.0, central side. S132.
I connect my nrf52 in HID mode to android smartphon Samsung А8+ Android 9.
In a log I see connect- disconnect with error code...
Hi,
When using CFUN=0, the modem stores settings (such as system mode and successful network connection information) to the flash from what I can gather, but it then needs...
At certain times, I would like to disable the SoftDevice's control of the PA/LNA control lines and return them to normal GPIO lines.
When the SoftDevice is using the provided...
I am using nrf52832 module with SDK 11.0.0, s132. I am advertising and the central device is able to scan the advertising devices and displaying the RSSI and peer address...
Hello again Nordic World.
We are slowly attempting to transition from the nRF51 environment to nRF52. We are starting, not with development environment for our product,...
IN-119
it says t he affected versions are:" All versions of S110, S120 and S130 S132 v2.0.0"
does it means all versions of S130, or only S130 v2.0.0 affected?
When using ` nrfutil settings generate` to generate bootloader settings and merging with soft device and App, how do you then use `nrfutil pkg generate` to generate a package...