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...
Hi.
I would like to measure the battery voltage using ADC in MCU. PCB has limited space, I consider to use the IC for this application.
The following is the LDO with...
Hello,
I am working on an IoT project using the Thingy 91 to send sensor data via Bluetooth to a remote device. Currently, I am trying to set up a simple beacon as shown...
Peripheral: SDK13.1 nRF52832
I don't want to change ConnectionParamaeter of Periperal by ConnectionUpdate request from Central. Can Periperal ignore ConnectionUpdate from...
Hej folks,
after quite some research on how to get Nordic UART and Linux together, here's as far as I got: Discover the device with hcitool lescan And - in theory - connect...
Hi all
Looking at the compatibility matrix, we understand that the following SoftDevices and SDK versions are compatible:
SDK 15.0 <---> SoftDevice S140 6.0.0
SDK 15...
Hello,
I am developing an app that uses Xamarin.Forms to communicate with BLE devices equipped with Nordic chips.
It works fine on IOS, but Android doesn't.
Android...
I have a custom board using the nRF52832 QFAA with SDK 15.3.0 and SoftDevice132 6.1.1. I'm also using an external 32kHz crystal for the softdevice clock. There are two hardware...
Hello,
I'm having issues connecting over TLS more than a single time. Using the nrf/samples/nrf9160/https_client works fine.
However, if you modify it to connect more...
Hello, I am trying to use the timer peripheral via registers only, however I am running into issues when I setup two timers and they activate at the same time. Here are my...
Hi There,
I am developing an IoT portable sensor which needs to operate across Europe Zone 1.
Talking with different MVNO it seems that NB-IoT and M1 coverage across...
Hi,
I am using nRF52832 along with Softdevice 6.0.0, SDK 15.0.0, Chip Revision 2 (QFAA-EX0).
I need clarification if softdevice uses RTC and if so is the Errata 20 applicable...
Hi,
I am using nRF52832 along with Softdevice 6.0.0, SDK 15.0.0, Chip Revision 2 (QFAA-EX0)
I am looking into Erratas and working on the possible workarounds. However...
HI,ALL!
I use official routine development NRF52832,
NordicSDK\nRF52\nRF5_SDK_16\examples\ble_central_and_peripheral\experimental\ble_app_att_mtu_throughput\pca10040\s132...
Hey!
I'm using mesh sdk 4.0, nrf5-sdk 16.0 and run the serial example.
currently I successfully provision 2 light server with the ipython interface, and to configure them...
I am trying to do service discovery using the discovery manager library on any BLE device I connect to my central. I start the service with bt_gatt_dm_start(conn, NULL, &discovery_cb...