I ran across this issue while troubleshooting a separate issue, in which I have an nRF52810-based board with no external LFCLK oscillator that is rock-solid with nRF5 SDK...
Hello,
I am having an issue with running my application in release mode. It will only run when NRF_LOG_ENABLED = 1 and NRF_LOG_BACKEND_UART_ENABLED = 1. I can run my debug...
I'm using firmware 1.3.6 and sdk 2.7 for Nordic nRF9160. For the internet connection ppp is being used.
Here are the results:
modem shell:
time wget https://leil.de...
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...
We are the Manufacturer of Smart lighting
We have start new project" Cellular gateway".
We are evaluating the nRF9160 Dk board .
During this we found issue . it is iBASIS...
Hi all,
Is there anyone here who has already use Clion with nRF9161 ? I'd like to use Clion it's better than VsCode. I've find how to for nrf52 but it doesn't work for me...
Hi,
I have been trying to print out the float values using the NRF_LOG_FLOAT_MARKER, and i am only able to print 2 values in a single NRF_LOG_INFO line. Is there a way to...
Hello! I'm following the nRF52 Dongle programming guide to adapt the USB examples from SDK 15.3.0 to the nRF52840 Dongle. USB CDC ACM works fine, and I managed to get half...
Hello everyone,
I tried reading around the devzone and the infocenter , but I still didn't manage to solve my question.
In my scenario I'm using:
an nRF52832 as a...
Hi,
Sorry to bother you in your holidays.I want to get an conversion every time by calling nrfx_saadc_sample( ) .So I had configure saadc like below.But I found the adc...
Trying to print floats with NRF_LOG functions always prints a value of 0.00000.
E.g.
float value = 123.456; NRF_LOG_ERROR( "Float %f\r\n", value );
prints:
ERROR...
when I try to run: pip3 install -r mcuboot\scripts\requirements.txt, it fails with the following;
Collecting cryptography (from -r mcuboot\scripts\requirements.txt (line...
I'm trying out DFU functionality using nRF52840-PreviewDK and UART transport
On this page there is a table listing all the different combinations that can be downloaded...
Hi everyone,
I am currently working on a project that requires ICM-20648 and nRF52832. Is there an I2C driver available for these devices? The end goal would be to display...
I am using Keil and nrf52 dev kit to write some UART over BLE code if I set a break-point in nus_data_handler() it cause a reset to run soon after stepping though some code...
Hi to all,
i am developing an product based on the nrf5240 soc and i want to implement an hid device. after receiving some commands from HID i need to gather user presence...
Hello Nordic Support,
I am using SAADC on nRF52840 with nRF5_SDK_15.3.0_59ac345 .
I use the following configurations:
The SAADC value, as I have been using is signed...
HI
I use SDK nrf52-mesh-light-switch-client-server-proxy-master with nrf52840 PDK。
I need uart module,so I add include path,c file to the project.
add header file ,...
While in our application the nRF52840 advertises with the new address we assigned, but when we jump to the bootloader (our bootloader is almost exactly the same as the DFU...
Despite numerous reinstalls nrfjprog fails with the error code nrfjprog DLL load failed. Command line was nrfjprog -f NRF52 --readcode test1.hex. Windows 7 64 system.
Hi guys!
I want to develop clock function and for this issue, I am using the timer from SDK 15.3 peripheral examples.
Unfortunately, the clock speeds up every iteration...