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've got a project that I'm going to want to do DFU through the UART, and in order to transfer files in a follow-on activity, I want SMP running in the application. Therefore...
We're trying to connect to our Azure Iot Hub using the Azure Iot Hub library provided by Nrf Connect Sdk 2.6.0 (without DPS). We're currently using the evaluation board to...
Hi,
I went through the Nordic Academy nRF Connect SDK Fundamentals - Serial Communication. I tried the exercise program where LED1, LED2 and LED 3 are toggled by pressing...
Hi Support Team,
Have a nice day.
Board : NRF5340DK
Python version : 3
nRF Connect SDK version 2.6.99
We are selecting the NRF5340DK for development purposes and...
I want to send the data from internal sensors via ble from thingy91 . not by usb , and by the way i can't by esim because im from tunisia and the lte-m does not work here...
Hi,
currently I'm facing an issue with the power consumption of my pcb. The idle power consumption is at about 20 µA. After initialising the UART it goes up to over 1 mA...
Hi,
I want to connect X-NUCLEO-NFC08A1 with ST25R3916B to nRF5340 board by adding a SPI node to device-tree source. After compiling and flashing the board, triggering interrupt...
Hi all,
NRF52832 NRF Connect 2.6.0
We need to configure interrupts on a GPIO on both edges. T here are several topics recommending to use GPIO_INT_TRIG_BOTH instead...
I'm getting started with nrf52840DK.
But when i connect my USB i get this error message:
i saw in this topic that when i press on the boot/reset long press when turning...
Hi all,
Could anyone share a code example for sending sensor data over BLE using the NUS Service in Zephyr RTOS? I'm new to this field and struggling to get data from the...
Hi
I use nRF7002-DK, SDK:V2.5.2 with zephyr driver, I need to send recieved data or command from uart, data type is using with hex byte array to send, from example , the...
Hi,
Because I wanted to add custom features to mcuboot, I had to use custom mcuboot.
I also used sysbuild for multi-image building.
The documentation tells me that...
Hello,
I am currently working with the nRF5340DK kit.
For my project, I need to incorporate some additional custom checks/code into the project's bootloader(MCUBoot)....
hardware:nrf5340dk
The above 45 pairs of IQ data are a set of data that I have received.The maximum amplitude of the IQ data I received seems to be only 128, which means...
Hi I am implementing dfu over modbus. Basically I managed to integrate all the steps (transport, set pending, restart, confirm).
What I'd like to do is to implement image...