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...
Hello,
I have a device based on nRF51822 revision 2 and SoftDevice S110 v7.1.0. Because it is revision 2 it is affected by PAN44 and PAN45, and by default the SoftDevice...
Hi!
I need to create an application that sends text messages to a private server, such as ptsv3.com.
Could somebody please help me make this application work?
I encountered...
Dear Community,
I am currently working on an LTE-M and NB-IoT project in India using the nRF9151DK and testing the AWS IoT sample. Everything is set up, except for an active...
Hi, We are using following HW and peripherals: - nRF52840 - I2C - ADC - RTC1 - RTC2 - PWM - GPIO - SWI. We are using following 3rd party libraries: - nRF5 SDK v17.1.0 - FreeRTOS...
Hey All, I am sorry if this question may seem absurd or very very illogical, I am not very good at hardware but here I go. So I am designing a circuit around nRF54L15 as my...
Hi for the nRF54H20 the ds says there are two options for how to supply VDDH: either VDDH=2~5.5V with config 1 or VDDH=1.8V with config 2. If my system has 3.8V from a lithium...
Hello community,
I am trying for multiple firmware updates for my NRF5340 DK board.
What I am doing is I have build and flashed the SMP server sample program found /zephyr...
tl;dr: The clone would probably work more reliably if the nrf-toolchain-manager added the --depth 1 option, e.g.: git clone --branch v2.6.1 https://github.com/nrfconnect/sdk...
Hello Nordic Community,
I am working on a project using nRf5340DK and need to generate an 8MHz clock signal through a GPIO pin.
Could anyone provide guidance or share...
Hello everyone! :)
I'm having trouble detecting the sht85 sensor using the nrf9151dk. The wiring is good, since I tried connecting the sensor to the Arduino Uno and it works...
Dear Team,
I have a question regarding the Broadcast Isochronous Stream (BIS) / controller timing adjustments.
I am using the nRF52840 DK and NCS 2.9.
I have two devices...
Hello,
I try to understand how the NCS handle the 54L15 partition. When I turned on the mcuboot, I got this report and it is easy to understand:
However, when I use...
Is there any way to test the Direction Finding Central sample code without an antenna array? I currently have two development kits in which I would like to use to test the...
Several of the central examples in nrf SDK v2.9.0
using build target; nrf54l15dk/nrf54l15/cpuapp
produce this linker error:
undefined reference to `bt_conn_le_create...
I'm using an nRF7002DK, SDK v2.7.0, and I've set it up as a BLE mesh node following the Zephyr bluetooth mesh sample . It's running fine, and I'm able to provision it using...