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 there,
I'm playing around with the stock hrs_relay example that I've modified. the code works well but I'm noticing that its advertising strength is crazy high.
I was...
Hello to all
using the SDK nrf52840 trying to activate tcp client server example using soft device s140
On the server side
After the function in the main
err_code...
Hello team,
Is there a standard Nordic policy for longevity of SoftDevice updates and continued support for a device once it has been deemed "mature"? Context: I'm beginning...
Hi,
My nrf 52840 pdk and my custom pcb with nrf 52840 soc. both are running with same application ble_proximity example from sdk 14.1 and softdevice s140 5.0. when i set...
Hello All,
Chip : nrf52832
Mobile App : BLE scanner
Requirement : We want to transfer 20 Bytes(or more) at every 8 ms. Is it possible?
I have tested it :
No of Bytes...
Hi all i am facing few problem after checking the power consumption of the nRF52832 using the Power profiler kit. I followed the demo video in the link ( https://www.nordicsemi...
Could you please check whether 52840 can support memory map to QSPI PSRAM on QSPI interface?
If yes, that means the compiler would see a big RAM space of 2~8MB QSPI PSRAM...
hello,all
NRF_RADIO->CRCCNF
NRF_RADIO->CRCPOLY
NRF_RADIO->CRCINIT
If the register setting are different, can rx device recieve the message from tx device? whether...
Hi,
I use the peripheral ble_app_uart with nRF52832 (Murata module). The nRF52832 is connected to another MCU, STM32L476, via UART.
I develop using IAR, with SDK V15.0...
Hi All,
Enter to Direct Test Mode, the nRF52832 will transmit 2426MHz channel frequnicy only when set any different frequency channels (e.g. 2402MHz, 2418MHz) in the Tx...
Hello,
I don't understand why the ble_advdata_short_name_find function never return a true value. I'm sure that I send a short name because I verified this on the nRF connect...
Hello, I want to synchronize several peripherals with a central, I already tried to do it with the state of the gpiote but I did not have the expected result at the level...
Hi
I'm facing a Hard fault on the softdevice when trying to call sd_ble_gattc_write(). SDK15, SD140
I have a Multilink central connected to UART using app_uart. when a...