Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, I am trying to do MQTT disconnect, but I am always getting an error. First I successfully connect to the MQTT server, then I send some data, and then I want to disconnect...
Hi, I've been trying to use the nRF52840 Dongle to act as Bluetooth 5.0 peripherals but I cant seem to configure them for Long Range (coded PHY) detection. I am currently...
I ran one of my 9160 DK boards for 10 days using the Asset Tracker demo. The Hologram SIM card site I used says data exceeded 1 MB, which I understand the limit. Although...
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 ,...