Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
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...
Hi, I m sending a packet in mode Nrf_1Mb to another board nrf5340-PDK.
When I try to enable NRF_REGULATORS_S->VREGRADIO.DCDCEN=REGULATORS_VREGRADIO_DCDCEN_DCDCEN_Enabled;...
Hi,
I am using mesh SDK v3.2.0 and SoftDevice(s140 v6.1.1) to build light switch server firmware. And also insert the uart code from nRF5_SDK_15.3.0_59ac345. So the light...
Hello:
I am studying thread samples in nRF9160.
There are two thread samples: "zephyr\samples\basic\threads" and “zephyr\samples\synchronization”.
But I can't find main...
Hello,
I received information that i could turn the modem on and off not more than 60 times within an hour.
We are however working on a real time system, which may...
Hi everyone,
Currently I am routing hardware for an upcoming project using the nRF5340 and it's time for a sanity check.
The goal is that the HW works well enough w/Engineering...
Hi,
I've been trying to set up a SPI <-> USB interface between an FPGA and my PC via the nrf52840 dk. My ultimate goal is to stream 1Mbps+ worth of data, but right now I...