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...
Working with nRF9160 in Zephyr, I've recently noticed that there are multiple conflicting definition of the errno.h values available, and I'm pretty sure I've seen both in...
Hey,
This is in relation to the errata #198 where tx buffer for spim has to be assigned its own section in RAM. I've updated the linker file to do so but I want to add a...
Hi, this problem I have met nearly, when I call mesh API to send request from client to server in light switch example (using SDK 15.2 and SDK for Mesh version 3.1.0 ) with...
I'm using: Segger Embedded Studio 3.52, nRF52840-PreviewDK, nRF5_SDK_for_Thread_and_Zigbee_v3
Is it possible to restart the Zigbee stack without restarting the whole chip...
Hello
Development environment: mac
h/w nrf52840 dongle connected via usb
compiler: gcc-arm-none-eabi-7-2018-q2-update
Updated nrf5sdk/examples/ble_peripheral/ble_app_blinky...
Hi team, there is nRF52840 and STM32 connected via UART. I need to update ST firmware over nRF. I managed to send stm32 .hex (FW intended for ST) over nRF DFU service and...
Hi there
In the service UUID 0x2A00 I am currently trying to set a device name >31bytes with sd_ble_gap_device_name_set(). I am using the Softdevice S132 V6.1.0.
According...
Hi,
Multi peripheral was introduced as experimental in SDK 14 two years ago and it is still experimental in SDK 16
Our customers highly ask for multiple phone connection...
Source: nRF6939-CD-NVS-5.4-livecd.zip Resource download path failure: www.nordicsemi.com/.../Download-infotabs Please provide me with a valid resource download path
Hi,
Recently, I am trying to make a nRF52810 project to run the sample code based on nRF52832.
The application code size is used in nRF52832, Code=56840 RO-data=9600 RW...
I am trying to use SPI master + UART concurrently on the nRF52840 dongle. I am aware that the GPIO pins on the dongle can be used for SPI or UART. However, when trying to...