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...
i want to switch between two code... the code is simple led blinking i am trying for the testing purpose...in my code 1 led1 is blinking 500 ms of delay and in my code 2 led2...
So from my understanding from the zephyr documentation, if I want to use 7 bit I2C addressing, don't set I2C_ADDR_10_BITS. I am wondering how I can make sure this macro is...
Hi,
How do I add the System ID characteristic (UUID 0x2A23) from the Device Information Service (DIS) using Kconfig commands in the prj.conf file?
For example, I can add...
Hello,
I am having a strange problem with nRF Connect SDK for VS Code, and would appreciate some help.
I don't know what I did, but suddenly I am not able to "Generate...
I am developing a product that uses the chip of NRF52832 and runs FreeRTOS on the chip to manage my task list. However, I found that the program would be stuck in the idle...
I've got a custom board that uses an nRF52832. Firmware was built with NCS v2.6.1.
My hardware uses a MIC826 IC for ensuring the nRF52 is held in reset whenever the power...
I'm looking for a beginner's guide to setting up external flash on the nRF9161 DK. I saw nRF Cloud Multi-service as an example, but its docs did not explain what was needed...
Hello,
I have had posted several times over the years and solved a problem or two. I find it very thorough to finish out a post by concluding my findings. This said, I...
Hello everyone,
My problem is that I could not flash one of my NRF5340 Audio DK boards, the program that is installed before was headset configuration right. I am using...
We wanted to share our feedback as we recently went through Zigbee 3.0.1 BDB/cluster certification using the ZBOSS with our end device product. While we were ultimately able...
I just got a new set of nRF5340 Audio DKs and I may have been too fast on the trigger trying to flash the boards with example programs. I'm using VS Code, and I'm a newbie...
I want to know where did the "desired_data_size" value in le_audio_rx_data_handler come from?
And why "data_size != desired_data_size" means the pkt is bad frame?
Thank...
Hi,
We have recently acquired a new firmware engineer, and would like to get him set up with a development environment for developing code for our product. The problem...
Code running on nRF52833 devkit version 1.0.0 that continuously sends an empty 500 kbit/s radio packet:
Code running on nRF54L15 devkit version 0.8.1 with chip revision...
NCS v2.8.0
nRF52832 DK & nRF52840 DK
peripheral_uart unmodified example
nRF52832 DK with peripheral_uart example has about 1.3 mA current when LED off and sleep mode...