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...
Which is the preferred way, accessing sensor via the TWI
1) NRFX_Driver
2) TWI HAL
what options do I need to select in the SDK_CONFIG.h to use the twi_driver api.
Hi all,
I know this question has been asked before, but a long time ago.
Is there any emulator for the nrf51 that I could make use of? I've tried using QEMU , but...
I have a peripheral and central units, both based on nRF52832.
Both of them have to be able to initiate a messege to the other at any time.
Both of them have be able to...
Hi,
I am a newbie to BLE 5 and I need some consulting regarding a system configuration.
The system is as such:
first unit (board #1) is an electronic lock that is installed...
Hi,
We are soon will be evaluation the nRF52 chip for BLE5 application. My question is whether the chip has a protection against Blueborne hack?
Regards,
Gil Fonea ...
Hi All
I am right now working with nRf52840DK on Segger Embedded Studio (S140 SoftDevice), and I am trying to read my BLE channel map by function , but I did not get the...
I'm wondering if anyone uses unity.c for unit testing and managed to change the print function to segger rtt in order to read the output.
According to unity
By default...
Hi All
I am now working on Channel Selection Algorithms in nRF52840DK by Zephyr. For right now, the choice between Channel Selection Algorithm 1 and 2 could be made by me...
We have been using the same inductor that Nordic uses on the dev kit board, the Taiyo Yuden LBMF1608T100K. We are trying to make some new boards quickly and these are not...
Dear Nordic,
I met a problem while using nRF24L01+ about MAX_RT interrupt.
In my codes, I disabled RF HW retransmit (hal_nrf_set_auto_retr(0, RF_RETRANS_DELAY);) because...
Hello,
From the datasheet of nRF52840, I found the 32MHz crystal's package is 2016 (reference circuit).
Is it necessary? Can I use bigger package?
Thank you.
Hello, I am trying to create a clone of a temperature sensor with the nRF52840 DK. I catched all important data from the sensor to configure the nRF52840 DK. But I cant find...
Hello.
I am trying to implement a Zigbee Network were sensors will be posting data periodically to a Coordinator.
I was looking into the examples provided with the SDK...
Hi team,
Our customer use nRF52810 to be an RF dongle.
They meet an question was about the high PER when there was an headset dongle was near nRF52810 as bellowing....
Hi,
I had the issuse about power consumption of saadc.The current measured was always more than 500ua after I called nrfx_saadc_sample().My test code is below.