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...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hi, regarding a nRF24LU1, we are developing a system composed by 4-5 sensors (eachone based on nRF24L01) that send acquired values to a single nRF24LU1 receiver connected...
Hello,
I am trying to drive a custom display with the QSPI driver on the NRF52840.
Is there a way to disable the memory addressing on the QSPI driver and just write out...
What's the recommended way to manage cloud credentials on the device? Right now we're storing hard-coded username/password for testing but obviously this is not acceptable...
Hi,
We have a stability issue with nRF52840 DK after it has been upgraded to JLink DLL version V6.60e and firmware OB-SAM3U128-V2-NordicSemi compiled Jan 7 2019 14:07:15...
I have been looking into using Bluetooth Low Energy 5 advertising features like periodic advertising and advertisement chaining, but have not been able to have any luck with...
hello
we want to connect FPGA to 52840 using QSPI interface for data transfer, 52840 used as master, and FPGA as slaver. so we use write opcode PP4O for 4 lines writing...
Hello,
I want to read two files from SD card using nRF9160dk. I tried this code ncs/zephyr/samples/subsys/fs/fat_fs.
The Code:
I am getting the following error:
...
I need FreeRTOS operation in my build. I've adopted the FreeRTOS.h file from the blinky_freertos example, unchanged aside from a larger heap size and setting INCLUDE_xSemaphoreGetMutexHolder...
Hi all,
I have the nRF51822 chip and I want to acquire external sensor (i.e. pressure, temperature) and send the information via bluetooth.
I need to configure the I/O...
Hi
I using nRF52840-DK with 64 Mb external flash memory.
I'm using SPI interface for read / write command with the external flash.
When I'm using single command for...
I am attempting to implement AoA using the nRF5340 Preview development kit and 3 BMD-360 modules with the nrf2811 SoC.
In searching the devzone I see multiple comments...
Hi ,
I am following the instructions here:
https://bifravst.gitbook.io/bifravst/bifravst-on-aws/simulator
to deploy the web application, and the web application says...
Based on SDK15.3(nRF52810) app_uart example, stop the adverting, turn off all the peripherals and enter idle_state_handle(), but the static current is still about 10uA. Rememeber...
I set up the environment for the nRF9160 as it was specified and downloaded the git-hub code https://github.com/NordicPlayground/fw-nrfconnect-nrf (environment 1) and I tested...
Hi all,
I am using 2 SPI's in my design. I enabled SPI0_ENABLED and SPI1_ENABLED in my sdk_config.h.
SPI0 works fine. But SPI1 MOSI pin always sends 0xFF.
My pin configuration...