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...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
nRF51822 PS says standard drive GPIO output voltage will be VDD-0.3V ~ VDD In our previous project w/ nRF51822, I found it to be very close to VDD when connected to GND via...
Hi... i am using nRF52832 ,15.2 version sdk . I want to send the data from esp32 to nRF52832 through Rx ,Tx . I have done connections rx,tx,gnd . I can able to transmit the...
Hello,
I'm trying to setup an automated pairing for two devices. My peripheral device is advertising and should only allow connection requests from a specific central device...
I'm developing a multirole device to connect to a peripheral device that we developed earlier.
The multirole device when acting as a central device it scans for the peripheral...
To the kind attention of Nordic support team,
1. I have been using secured gazell library, where master is always polling in order to receive a message.
I was wondering...
Hi!
I'm developing a TCP server running on th e nRF9160, but there seem to be a problem with accepting clients. The code is very simple, just calls to socket, bind, listen...
Hi. I've developed a PCB with nRF52832 and I'm having problems with the circuit. When I put my hands closelly of P0.00(XL1) and P0.01(XL2) the bahavior of nRF changes... I...
I apologize if this was already answered elsewhere - I didn't find it.
I have been digging in the nRF52840 source code for the serial_nRF52840 SES project to understand...
Hello, I am trying to switch from BLE_GAP_PHY_AUTO to BLE_GAP_PHY_CODED in runtime, and I need to change central event length via sd_ble_cfg_set(). Whether is it possible...
Hi, i am working on servo motor using nrf52840 development kit , i want to run parallely four servo motors , i have merged the ble_app_uart+pwm library example ,
1. As of...
Hi,
I am using an external RCT module to provide 32.768kHz square wave for the nRF52832 instead of an external crystal oscillator. When the system goes to deep sleep mode...
Hello,
I'm aiming for flashing the nrf52832 via SWD via my own SWD implementation.
I'm good so far with the init phase, reading IDCODE writing registers. Long stort short...
Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1 and Segger for flashing the image. I am using ‘ble_app_blinky’.
I modified ble_app_blinky with below...
I am getting ecg data from max30003 IC which i want to send via BLE to and application. I have the Ble code working on its own and the SPI code to get ecg data working on...