Hi all !
I'm trying to evaluate the throughput i can have between a Motorola 4G and the nrf51. The nRF51 is the peripheral and the phone is acting as a central.
To do...
I have a digital microphone chip, it has the CLK, DATA, LR_SEL three pins, now I will pick up the three pin nrf5283 three pin is as follows: CLK connectionI2S_CONFIG_SCK_PIN...
Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
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...