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 Guys,
I know this is more for software issues. But I was curious as to where I can find trusted case providers/makers for the nrf51822 Beacon. Can anyone from the community...
In my project I have a BME280 that starts OFF, and I interface with SPI.
The system then turns the power supply and the bme280 is powered.
At this stage the bme280 needs...
Hi, Im developing NRF52 DK. I'm building library C SPI mfrc522 for NRF52. I'm implement PCD_Read and write PCD_register look OK, But i call function PICC_IsNewCardPresent...
Hi there
I'm using a nRF5340 (DK or ADK) with the Zephyr HCI UART sample from NCS v2.9 and the SoftDevice to stream music to two headsets (1 CIG with two CIS) from our stack...
I change name by app, after get new name from my app,save it to flash, then I call gap_params_init, in this function, I reload the new name from flash and set it by sd_ble_gap_device_name_set...
Hello Nordic Community,
I’m encountering an intermittent issue with my BLE peripherals, which are based on nRF5340 + nRF7002 SoC , while testing with nRF Connect Mobile...
Hi,
We are in process of performing CE Certification on a product with the nRF9160 module mounted.
The lab wants to perform conducted testing on the module with the antenna...
hey there, i have a project which uses nrf9151 with a pressures sensor from BOSCH which uses SENT protocol to transfer data, my question is 1. Is it possible to configure...
Hello, I'm using the nrf52DK for the chip nrf52832 with nrf connect SDK v2.6.1
I want to implement an advertising timeout say 5 minutes. How can I achieve that? any example...
I'm attempting to troubleshoot a system crash when polling a sensor at higher ODRs while BLE is enabled. I'm using NCS v2.9.0 with the nRF54L15. I checked the thread stack...
I'm trying to compile the lsm6dso example for a nrf5340. I also tried the nrf52832, but I get the same error.
v2.4.2\zephyr\samples\sensor\lsm6dso
prj.conf:
CONFIG_STDOUT_CONSOLE...
Hello, i'm considering an application using nRF52840 in following configuration:
- I2S RX would be connected to some external I2S source (I2S slave)
- I2S TX would be...
Hello, I'm trying to make a application bootable through MCUBoot but I'm having a hard time generating the .bin file with MCUBoot header. According to this page I should be...
Hi I want to use nrfutil nrf5sdk-tools in MacOS but when I try to run it I get the following error.
" Error: Failed to spawn inner nrfutil-legacy executable
Caused by...
We are trying to update the SDK used by a firmware on a device that is in production. The old SDK is 2.1.0 and we are trying to update to 2.9.0.
I was able to get the firmware...