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...
Dear all,
I used till now an application to route BLE data over serial port through the dongle USB nrf52840, SEGGER IDE and 1.9.2 nrf conneck. All works well.
Now I'm...
I would like to confirm how to make nRF5340 Audio stereo.
The nRF5340 Audio source is mono, and to make it stereo I believe that it is necessary to convert the data between...
I have a project that was building, but now on restarting VS Code, I cannot access the build configurations.
The list shows a configuration as present, but when I expand...
Hello,
I'm transitioning from the old SDK to the ncs, and have been through the nRF Connect SDK Fundamentals and Bluetooth Low Energy Fundamentals courses.
With pairing...
Hi,
I'm using ble_app_att_mtu_throughput to communicate some data from a nRF52832 to another one. I reached my goal (1.4Mbps) but now I would know what the two board communicate...
Hello, I am going through the Bluetooth Low Energy Fundamentals provided by Nordic.
My nrf 52840 dk could function fine after lesson1, but when I flash my board with the...
Hi,
For the SoftDevice controller, how can I send LL_MIN_USED_CHANNELS_IND messages? Is there an API for this, or what scenarios trigger the sending of this message? Thanks...
Hello,
I'm measuring the power consumption on the Thingy:53 using the Debug and Current measurement board. Initially I was measuring the current of the battery VBAT given...
I have been using the VS Code extensions for setting up and building projects. Sometime yesterday build times went up from < 20 seconds to 10+ minutes. It looks like it's...
Hi,
I am starting a new development project on the nrf9160. It's a battery powered cell connected device using MQTT and Memfault.
Is it better to start a project from...
I need to measure the battery percentage using adc. i have created an application for ADC and its measuring correctly. Now i need to measure the battery percentage of another...
Hi,
I'm trying to measure message travel time using Gazel and k_uptime_get() so I can understand the packet intervals.
I'm using gzll_ack_payload_device and gzll_ack_payload_host...
Hello,
I am trying to control a PPK2 using my Raspberry Pi 3B+ running a 64-bit image of the Raspberry Pi OS (Debian Bookworm port) and I've been using python (v3.9) with...