Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
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 there,
I'm currently working on a project in which I need to be able to deactivate Bluetooth advertising at the press of a button. I am using SDK 15.3 and have built...
I am using the database discovery module in my app (my code is based on the "HRS client" that is one of the SDK examples). I am able to discover multiple services (both custom...
To the kind attention of Nordic support team,
I have got legacy nRF24 gzll devices that are supposed to communicate with new nRF52 platform. Sometime it happens that nRF52...
Is board support available for Thingy91 "nRF9160_PCA20035" board in Segger Embedded Studio? I am not seeing "nRF9160_PCA20035" as a supported board under "ncs\zephyr\boards...
Hi,
In our project we want to use nRF52832 chip using HCI Command interface. We are trying to use Zephyr RTOS project for geting HCI interface through UART. We are using...
Hi, I using the 15.3 SDK.I want to get the peer's name by filtering Company ID(manu data).The Company ID is in the scan response packet, and peer's name is in the adv data...
Hello!
I would like to use an external antenna with my nrf9160dk to be able to attenuate the signal. But I am unsure about what is needed to make it work.
Is it enough...
Hi,
I have read through this tutorials on how to develop custom UUID, and I have implemented it successfully.
But I need to have 2 characteristics. I have basically duplicated...
Hello. I am trying to use TWI with mpu9250 sensor after System Off mode. But it is not working well. Do I need to do some preparation before going to System off mode? Where...
Hi All,
I'm using Ellysis sniffer for debugging my ble mesh network.
I've made network setup using generic on/off application and I'm able to communicate and capture...
I have a nRF9160 DK and since I am in Germany, we are trying to use the most common LTE band they use here, which are:
Band 1,3,7,20
However, band 7 does not seem available...
When I compile one of the nfr_log modules (e.x. nrf_log_frontend.c) I get the following error.
I do include ../components/softdevice/s132/headers/nfr52 in my User Include...
I have an nRF9160 DK which came with an enclosed eSIM from iBasis, that is supposed to work in most of Europe.
However, after jumping through all the getting started hoops...
Hi All,
Posting this here after a lot of searching and troubleshooting. There have been a lot of similar posts but none actually seems to go into how to implement this in...
I'm successfully printing to the UART1 com port at baud rate 115200, but I have a peripheral I plan to connect that requires 9600. What is the proper way to go about this...