I saw earlier post on this blog and viewed on-line video for LitePoint OTA tester that claims to work with all BLE chipsets. We have multiple designs with different DTM interfaces...
Hello,
I am using Bluetooth device "NRF51822_xxAC_s110". My Bluetooth is not advertising when i dump the HEX file to the Bluetooth device which is generated by the Keil Version...
when creating a pairing with a peripheral, the application fails to exhange keys to allow for random private addressing so the peripheral cannot reconnect because the address...
Hi. i'm using nRF51822AC, SDK12.2.0, S130 v2.0.1 as central.
I want to make sure that how to operate DFU.
Please check there is missing point or wrong point.
Step 1...
Hi,
I'm struggling to get a mouse wheel to work in advanced (High Res) mode.
What I learned so far is that I should create a "Resolution Multiplier" Feature report....
i set up an coap/iot environment and but i was getting error while compiling code for adc i followed steps from this post devzone.nordicsemi.com/.../ here is the problem
hello Nordic
i am working with two nrf52832 socs, with ncs v2.9.0.
I would like to know how many retransmissions occurred during a Connection Event in which specific NUS...
Hello,
I have a Xiao seeed nrf52840 and want to operate a peripheral IC over I2C. It doesnt have a driver so I'm following the developer academy on how to do raw I2C communication...
Hello, I am using the nRF Connect SDK v2.9.0. While working on the nRF52840 board, I used the library zephyr/crypto/crypto.h to perform AES/ECB encryption.
Part of the code...
Hi guys,
I'm a bit frustrated with the NRF Power Profiler II. I'm working on a low power project with the NRF52832 with a custom PCB and I decided to buy this power profiler...
Problem Description
I've implemented a W5500 Ethernet controller emulation for NRF7002 modules. While UDP socket sending works correctly, receiving UDP packets is problematic...
Hello there,
I was going through the Wifi fundamentals courses lessons in nordic academy and was using ncs 2.4 version, I was able to give it a build for one example,...
Hello,
I have gone through many devzone threads which suggest that Ble Mesh over coded PHY is not officially supported but, is possible. I am trying out the "Mesh" sample...
A pointer to the structure of mpsl_tx_power_split_t is passed into this function. I am not 100% clear on the documentation on this variable. The value returned from this is...
Hi,
We are seeing issues with Segger Systemview Post Mortem Mode. Original issues were revealed on our custom board with SDK 2.6.1. After enabling the feature firmware crashes...
Hello,
I would like to test TX for ltem. I'm using nrf9160. I would like to use: - Band: 1 - Frequency: 1950 MHz - Tx power: 23 dBm - Bandwidth: 5 MHz - Modulation: QPSK...
Hello,
I've recently was checking out the Zigbee Weather Station application running on the Thingy53 and have spotted a weirdly formatted log message regarding temperature...
Hello everyone, recently I received a thingy:91x with an extra truphone sim card.
I am based in Indonesia and want to test the cellular connection from device but doesn...
I built the demo zephyr/samples/bluetooth/hci_usb for my nrf52820, and it worked well.
But when I tried to read its manufacturer name by using command `hciconfig -a`, it...
Hi there,
I want to capture all the logs made by Zephyr and printk() calls. I want to forward these logs via USB using our custom application protocol for debugging purposes...