We love the radio range of the Nordic bluetooth chips. I am looking to see if anyone is developing a long-range bluetooth pendant or wearable? if so, I interested in perhaps...
I'm trying to read 8 adc channels using SPI, but then if I dont put some nrf_delay_ms the MISO return nothing and the CS is being driven low by default, high or a period of...
Does rbc_mesh_value_enable() API is designed for ? and how should I use it? and what does its parameter handle mean? Is it has the same meanning as the parameter handle of...
I use two nRF51822 boards running the ble_mesh_gateway sample project. I have modify the project slightly so to work on my board(juts modify the GPIO configuration , LED and...
Hi,
I use nrf51822 HID keyboard.
How to add a game-pad report as a second report in the ble_hid_keyboard ?
How to init the function hids_init() in SDK.
Thanks
Gamepad...
VPN Solutions are a guaranteed private network association constructed on top of infrastructure that is publicly available. vpn connection free Providers provide an alternative...
Hello,
I am writing an iOS code using Swift3 to connect an iOS10 device to nRF52 pca10040 and blink an LED. The nRFConnect on iOS can easily connect using the device name...
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...