Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I'm playing around w/ concurrently running ESB and BLE. Wanted to start off w/ the sample code provided here - https://github.com/too1/ncs-esb-ble-mpsl-demo . I was able to...
I'm currently porting a project that was originally developed on NRF5 SDK to Zephyr RTOS.
We used protobuf in varoius places. We also have multiple different conditional...
Hi,
We are using nRF5340 DK and the nRF Connect SDK Version 2.6.1.
We are experiencing an issue with disconnections. We use bt_conn_ref() when receiving...
NCS 2.6.1 nRF52840
I am changing my project from NCS 2.4.1 to NCS 2.6.1.
Looking here: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration...
I am using a module MS12SF1(nrf5340 + nrf7002). I wanted to perform dfu over ble by using nrf7002dk_nrf5340_cpuapp_ns or nrf7002dk_nrf5340_cpuapp build configurations but...
Hi, i am trying to port my project based on the matter light bulb sample to a PAN1780 module which also uses the nrf52840 I used before.
When building I receive this error...
Hi, I'd like to trace the Bluetooth behavior of the nRF Desktop sample post-pairing. I have an nrf52840 dongle running the sniffer, and can observe advertising packets. Could...
Hi
We have a legacy product with around 100.000 active devices. We still need to distribute new firmware releases, and we are using the "Chained DFU" app for this purpose...
Currently, my environment uses a mobile network shared through a wired connection to an RT-AX57 router. I am working in the VSCode environment using SDK v2.6.1. Devices: Nest...
I am trying to connect a nrf5340dk to a Jetson. For now I am testing with an Arduino. I am trying to run the CanCounter example with a device tree overlay file. Also I would...
Hi,
I tried to implement the CAF LEDs module as described here . But when added the Kconfig variable CONFIG_LED_PWM =y I got the error message "CONFIG_LED_PWM was assigned...
Hi,
I was developing on Visual Studio Code earlier, and for some reason, I cannot build pristine. If I try to edit the build configuration, it never loads, and if I try...
Hi,
we are trying to make the NORA-B126 (specifically its onboard LNA) work with nrf sdk 2.3.0 by modifying the 5340dk dts and defconfig files as specified in the NORA-B1_SIM_UBX...
Hi there,
I'm working on NCS2.7.0 and nrf52840.
I used the chip-cert to generate custom DAC, PAI, and PAA with VID = 0x1234 and PID = 0x5678, then placed the...