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...
Dear Nordic,
I met a problem while using nRF24L01+ about MAX_RT interrupt.
In my codes, I disabled RF HW retransmit (hal_nrf_set_auto_retr(0, RF_RETRANS_DELAY);) because...
Hello,
From the datasheet of nRF52840, I found the 32MHz crystal's package is 2016 (reference circuit).
Is it necessary? Can I use bigger package?
Thank you.
Hello, I am trying to create a clone of a temperature sensor with the nRF52840 DK. I catched all important data from the sensor to configure the nRF52840 DK. But I cant find...
Hello.
I am trying to implement a Zigbee Network were sensors will be posting data periodically to a Coordinator.
I was looking into the examples provided with the SDK...
Hi team,
Our customer use nRF52810 to be an RF dongle.
They meet an question was about the high PER when there was an headset dongle was near nRF52810 as bellowing....
Hi,
I had the issuse about power consumption of saadc.The current measured was always more than 500ua after I called nrfx_saadc_sample().My test code is below.
I am using nRF32 ble module. I am not able to get the value from BluetoothGattCharacteristic. I have declared an object of BluetoothGattCharacteristic and getting the value...
Hi everyone,
SDK version: 15.3.0
I read the DFU documentation and can't find the <InstallFolder>\examples\dfu\bootloader_secure_ble folder in SDK 15.0.3.
This folder...
Hi.
I have problem with dfu over ble with mesh sdk. I use example experimental_lpn as guide. When I add this dfu functionality in my project, my application is not responding...
We are designing a radio transmitter for a long range hobby craft vehicle with Gazell. We need to use frequency hopping as well as the pairing functionality that Gazell offers...
Hi,
I have few questions to be cleared before get into the nRF9160 to use in India.
As per the datasheet, nRF9160 supports LTE CAT M1 and NB1/NB2.
Can I be able to use...
For Above case i am planning to interface with U FL to SMA cable for external antenna interface. nrf9160 ant pin and U FL connector will be routed using 50 E impedance. at...
Hi,
I have found an interesting behavior from this code:
nrf_gpio_cfg_input(7,NRF_GPIO_PIN_NOPULL);
if (nrf_gpio_pin_read(7)==0)
{
NRF_LOG_INFO("ID1(P0.%d) is LOW...
Hi,
I am developing the proprietary protocol by using ESB function in nRF52832.
If the linear distance between the two devices is less than 10 cm, normal communication...
Hey! I am very new to the NRF52 environment, and have just started tinkering with the BLE capabilities. For my project I need to send 5 Kbytes of sensor data as fast as possible...