Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
Hey,
we have to use BLE based DFU. Our Bootloader ist SDK11 based, so we just have the bootloader API V1.0 available.
10.000 devices are in stock, so we cannot change...
What would be the best way to plot RSSI levels in dB versus distance using the distance measurement sample code? I see that the default code gives an RSSI open space measurement...
Encountered an issue while programming the nRF5340:
It was working fine before, but after connecting to RTT, a pop-up prompted some encryption option which I didn't read...
Two days ago, I bought a set of ppk2. in the process of use, the host computer software prompts "Device must be programed do you want to procced?", when I click "yes", the...
https://github.com/NordicDeveloperAcademy/ncs-fund/blob/main/v2.9.0-v2.7.0/l4/l4_e1_sol/src/main.c
The current logic uses i and j to calculate factorial.
for (i = 1;...
Hi:
I use sdk nRF5_SDK_17.1.0_ddde560. bootloader use examples\dfu\secure_bootloader\pca10056_uart_debug.
It cann't enter the application.
But If I use examples\dfu...
Hi,
I'm currently trying to write a simple Wi-Fi driver code that can connect to my Wi-Fi network. I'm building for the nrf7002dk_nrf5340_cpuapp and am using NCS v2.5.3...
I want to use the radio test code from the nrf example library to tune the nrf52833 on a custom board. I managed to build and flash the project, but when connecting to the...
Hi,
I have been evaluating some Nordic Semiconductor products for the past week. They look great.
I am using the nRF5340 Dev Kit, along with Visual Studio Code on...
As stated in the title, when I set CONFIG_CHIP_FACTORY_DATA_BUILD to n , the following compilation error occurs.
However, if I keep it as y , the MCU fails to function...
Is a Zigbee Direct SDK available for Linux which could be used to allow it to act as a Zigbee Virtual Device (ZVD) using Bluetooth LE?
I am particularly interested in the...
I am measuring latency using the nrf5340_audio with SDK 2.8.0. The measurement points are the analog input on the gateway side and the analog output on the headset side. I...
Hi!
I am using v2.6.1/nrf/samples/bluetoothdirection_finding_connectionless_tx/rx sample, and NCS v2.6.1 for AoA. I made some modification on the rx side to stream I/Q data...
Hi support team,
I'm currently developing a project that requires enabling FCB (for dps to Azure IoT Hub) and LittleFS to store data on an external flash. However I cannot...