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...
I am using the nRF52832 chip with an SDI connected microSD device. I am able to communicate with the microSD card formatted as FAT32, store data, read data all with the FATFS...
I made my own board in which nRF9160 is populated. It's connected to JLink through SWD. SWO is not connected.
I tried rtt debugging and seems to work correctly, but I'm...
Hello,
I am trying to include bsd.h to my project.
simply typing '#include <bsd.h>' is not enough. I need to add directory 'nrfxlib' but I have no idea how to do that...
Dear Support Team,
We are working on nRF52832 based custom design. We had interfaced 3 different sensors (i.e. one with SPI and 2 with I2C bus mode) and sending continuous...
I am facing a strange situation with my app. After turning off all my peripherals and switching to the most minimal code, I see quite a lot of current consumption and that...
So I'm completely new to bluetooth and I've been trying to set up the nrf52 dk pc 10040, but I can't seem to find any recent tutorials to set it up and I don't know where...
I am running flash_fstorage_example on the nRF52840 DK with SDK 15.0.0
I am having some problems with the example, as below:
1. When I run the example and use the shell...
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...