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...
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...
Hey.
We use the same SPI bus for accessing an external flash memory and gyroscope device (Bosch chip).
We encounter a problem regarding the SPI when performing the...
I´m running on NRF52840 with SDK version 15.2.0 and trying to use atfifo, and I have observed a bug when writing to the atfifo buffer twice and then reading from the atfifo...
Hello, I am trying the nRF9160 DK for the first time and when I try to connect my DK to my laptop and select my device in the nRF Connect Programmer it shows the error highlighted...
Hi!
This is possibly some variation of what others have seen, e.g., in ticket 232629.
I am using several custom boards and have updated everything to the latest versions...
Hello
I'm using SDK 15.2 on nRF52 DK to test the ble_app_multirole_lesc example.
I downloaded the code to nRF52 DK to act as central.
I commented the scan_start() function...
I have two eval boards of nrf52832. I want to do BLE mesh between them. Can u provide me the link of the BLE Mesh SDK which open Segger embedded compiler.
### Details
MCU- nRF52832
DK- nRF52DK
### Description
Hi all,
I'm new to Nordic platform and this might come up as a very basic question but, I couldn't find...
Hi
I use a nrf52810 to implement a datalogger. I try to log sensor data to a SDCard. The firmware works fine to communicate with the sensor, but after I tried to insert...
Hi everyone,
My code flow is
1. Read Battery 2. Read Sensor
3. Send Data
4. Update Display
I want to know the time taken between the first step(Read Battery) and...