Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hello everyone, After having designed a pcb by taking the scheme proposed by the datasheet, I uploaded by the Black Magic Probe, the example code of the SDK "receiver Radio...
Hello,
I'm using the watchdog and i'm feeding it in my main loop :
I tried with
#define NRFX_WDT_CONFIG_BEHAVIOUR 1
and
#define NRFX_WDT_CONFIG_BEHAVIOUR 0 ...
Hello
I am using nrf52840 and am trying to determine the parameters of a voltage divider using the SAADC. Vin is the VDD voltage of the chip, R1 is 4640 ohms and R2 is 38600...
Hello Community,
I successfully build and run mqtt_simple it works fine.
I edit the code
//////////code///////////
void main(void) { u64_t start_time_mqtt; while(1...
Hello,
I am having an issue with the GPS on the nRF9160. I have been developing a custom program that will switch between NB-IoT and GPS when an interrupt pin is triggered...
Hi.
I am curious to know if it is possible to use the ANT-only Softdevice with the Zephyr RTOS. The goal is to create a BT BR/EDR + BLE 5.0 + ANT+ device all on the same...
Hi,
What is the maximum frequency that i can capture on GPIO port of nRF52840 ?
I'm planning to capture a frequency of 32MHz from a sensor on GPIO pin , can I do this...
Hi,every one!
As far as i konw, the original connection interval that ios sets is about 50ms, that is a little too fast for me, so i want to change the connection interval...
Hello,
Ive got an question of my Central BLE nRF54280 Dongle. I want to read the advertising packets of Sensors with the Name "RH". Shouldnt be a big problem. But i got...
Our device is based on nRF52840 with SDK 15.0.0
The device communicates over BLE with PC application (aka client) via "uart" service.
PC (client) messages are signed using...
Hi ,
I am using NRF52832 device and I am referring ble_central/ble_app_hrs_c app . in this example , there is secure data used(pairing and bonding information) for whitelist...
I would like to create a repo to house all our vendor-specific board support, applications, etc. outside the Nordic nrfConnect repositories as per the Zephyr workflow. However...