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...
As the title suggests, I'd like some help reviewing my schematic for a 52832 pcb. I have tried to stay as close as possible to the DCDC reference design. Some notes on the...
I'm adding DFU over Bluetooth support to an existing application based on nRF Connect v2.3.0 following these instructions . What the instructions lack (and possibly is a given...
As the title suggests, I am trying to run the peripheral LBS example on my custom PCB to test BLE before continuing with my application. I'm using NCS V2.9.0. I have created...
In some other tickets it's said, that using the nRF7002 for IP traffic doesn't work, because that requires too many resources on the nRF9151.
Does this apply for a "UDP...
Hi,
Where are the peripherals required for the Zigbee stack documented? I have searched, but only broken links have been returned by Google. I'm using Connect SDK v2.9
Hello. I want to change the board configuration in nrf7002. "In the nrf7002dk_nrf5340_cpuapp.dts file &spi4 { status = "disabled"; }; An error occurs when spi4 is disabled...
Hello everyone,
My project consists on using the nPM1300 with ESP32-S3 on a custom board. I2C connection is pretty much validated, since I have already configured some...
I have an app where I'm using the AP and STA mode of the 7002. I'm running on a nrf5340.
*** Booting nRF Connect SDK v3.5.99-ncs1-1-1-g6dc48c918694 *** [00:00:12.620,269...
Hello,
I am new to Zephyr and I am trying to figure out the best way to set up a new project for a nRF91 modem. Ideally, the project should allow patching of the nRF Connect...
Dear All,
I am working on a project using the nRF52810 with the secure bootloader configuration from the Nordic SDK 17.0.2 . Specifically, we are using the example:
....
I've setup my development environment using the 'application' structure. https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/develop/application/index.html#zephyr_workspace_application...
With the nRF52840 we used RSSISTART to start the sampling of the RSSI and got a RSSIEND event when we could read the RSSISAMPLE register.
The radio on the nRF54L doesn't...
Hello,
I am working with the Multi-Service sample on the 9161dk and also a custom 9151 board.
The multi-service sample compiled option works great but the samples, when...
Greetings.
Background:
We have a custom device, that uses the nRF9160 as a Modem, with Modem OS 1.3.4 and a sightly modified "Serial LTE Modem" FW. One of our Devices...
I'm trying to send simple packets using the radio peripheral.
In my test scenario I have the following conditions:
The HFXO is started and is running the whole time...