hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
I cloned a project( https://github.com/pstrueb/hci_uart ) from GitHub and added conf files to the project. How do I know that these conf files were compiled correctly?
Hi : Here is the initialization in C:
#define SPIS_INST_IDX 22
static nrfx_spis_t spis_inst = NRFX_SPIS_INSTANCE ( SPIS_INST_IDX );
void device_spis_init...
Hi,
I keep running into an error with the following output when building the configuration for nRF52840. I thought my prj.conf would fix the issue, however, the error still...
This isn't really a problem, just wanted to bring it up in case it is helpful. I'm using the nRF Connect for VS Code Extension with nRF Connect SDK v3.0.2. I have a nRF 52...
I have upgrade to nRF Connect for Desktop v5.2.0
Under the Desktop, I also upgrade Programmer APP to v4.6.2
and JLink to v818. Added the installation folder at the top...
Sometimes is interesting to see more details of each layer.
I remembered some times ago, that SoftwareDefinedRadio (SDR) comes with a lot of possibilities at a very low...
I have a custom board with nrf52832 and LIS2DW12. I was trying to poll accelerometer data, but getting "app: fetch failed: -134" error" My dts file is:
&i2c1 {
compatible...
Hi,I am working with W25Q32JW flash using nrf54l15.I saw that at present there is no support for qspi we need to try with sQspi but right i just want to check with spi communication...
Hello everyone,
I have built a few models on the nRF5340 DK, possibly more than two, and I want to run them on the board. I followed this tutorial: Run Multiple Impulses...
ticket link I have reviewed an existing thread and learned that when using Main Mode 1 or 3, the Channel Sounding Security Level is set to Level 2. For other modes, it defaults...
I am writing a custom BLE profile library and when I add new characteristics that are read write parameters and initialize the value with 0 the code seems to lose context...
I need help with this issue. I'm updating the code from SDK 2.4.2 to SDK 2.9.2. I had change the device tree to HWM2 and I'm using sysbuild.
The build log is showing this...
Hello, I am using the nRF54L15 DK board, and trying to connect to the FLPR RISC-V coprocessor in the SoC.
I have been able to do so, and can have both processors running...
I have installed NCS V3.0.0, nrf54L05
I'm currently working on the ESB and BLE coexistence feature, but I've run into some issues.
In ,config file
I find that TIMER10...