I'm trying to design a very low power sensor that takes readings using ADC and SPI 200 times a second. I'm a bit worried by the current EasyDMA uses (1.1mA). As far as I can...
Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
Hi,
I have a code programming the nRF51422 development board to write to a Sharp Memory 96x96 pixel LCD screen using SPI.
Currently the code writes two numbers and a...
I've modified the ble_app_uart example by adding GPIOTE so that the transmitter sends a character to the receiver when a GPIO pin is toggled. This part is working well.
...
Hi,
I am working on my hardware product having nRF-51422 chipset. I just came to know from forum post that
nRF-52 chips will get arduino IDE support as standalone. I want...
Hi!
I've been using PCA10028 for a long time and I had some bricking issues but I've managed to un-brick it with "nrfjprog --recover" and everything would work again. ...
I want to build nrftoolbox app in android studio. I downloaded the zip file from the github website and also the required dfu library. I unzipped both the files in a folder...
Hi all ! I'm new to the nRF MCU, I'm aiming to use one for a school project.
I've bought the devboard (nRF5340-DK) on a known website (Distrelec.fr, part of RS groupe)....
Hi im having problems with restarting advertising after disconnect. I tried NUS example, simple peripheral example but none of them works.
I modified NUS example with some...
NCS 2.9.0
Adding mcuboot to sysbuild and using "sysbuild/mcuboot.conf" works as described in Academy exercise-1-configuring-extra-image .
But if I want to use a board...
I am working on the ZigBee communication my device is working fine but i got in to the issue when i tried to use custom cluster all the resources, i found online are more...
Dear Nordic Team,
I am currently working on a project that utilizes your HTTPS client sample, specifically on the nRF5340 with the 7002EK. The main difference from the sample...
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...