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 have modified the BLE app Blinky example so that the LED is enabled (state 1) on power up. However, this is not being reflected on the BLE side because when I connect with...
Hi, when debugging, I'm encountering this problem where relevant SPI registers (likely status registers) signaled a successful read before the actual data could be pulled...
We're developing a mobile application which will communicate with a satellite antenna over BLE. We will not have access to the antenna for a few months, and therefore we aquired...
I am using the UART to perform serial DFU on nRF52832. I got it to work fine using nRF Connect SDK 1.8.0.
Now, I need to pass some serial data to the APP when not in DFU...
Hi, I have to develop a new nRF5340/Zephyr/MCUBoot-based device that communicates with a Windows application via USB. The Windows application already manages other legacy...
Hello,
I'm trying to implement a set up of the ble device name from the NVMC UICR register.
But when I try to take it from the register and to set it has a name, it doesn...
Hi,
when using the spi peripheral in slave configuration, what can I expect at power consumption level? does the spi peripheral derive its clock from an internal system...
Hello,
I am using nRF52840 DK's P20 SWD to communicate with an external nRF52840 board . My setup works fine with nrfjprog running from command line. To communicate with...
Is there any example code using a QSPI image as the input for the bootloader instead of e.g. BLE? What format does that have to be in to begin with? Currently doing DFU updates...
Hello friends
I am fresher for Nordic semiconductor . I want to interface triaxial accelerometer of 15MHZ frequency with nrf52840 with inbuilt ADC and transmit the data...
Hello,
I will try to use the macro ZB_ZCL_SET_MODIFY_ATTR_VALUE_CB to define a callback when an attribut is written in my device. But the callback I write is never called...
I had a look on APIs to use UART in Zephyr in the link https://docs.zephyrproject.org/latest/reference/peripherals/uart.html#uart-interrupt-api . There are three types: Poll...
I have a JDY-16 BLE chip in AT command mode and are able to scan for a SoftRF device that has a Nordic UART service.
I can succesfully see the SoftRF device during a scan...
Hi All,
Currently I'm editing an example project using the NRF5 SDK in SES -- however, I'm not sure exactly how to best version a project or even export it to contain...
Hi,
For my nRF52840 custom board, when I send data through app_usbd_cdc_acm_write() to the serial port from main.c , data are transferred without problem but
when I try...