Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hello,
I want to keep perform some task periodically .. probably using tick timer / rtc / application timerof every 5 ms, to perform some task, without keeping the thread...
Hi,
I am transferring 100 bytes of data via BLE-Mesh from a vendor client model, which I need to receive in my vendor server model.
I referred to nCS provided chat sample...
I am trying to implement an already made sample from Nordic for INA219 sensor. As always it didn't work initially and showed many errors even though it was a sample code but...
Hi. I wanted to test the power consumption of the NRF5340 when using the Bluetooth low power feature. Using the Energy Profile Kit seems convenient but I am not sure if the...
I'm using a sample from nRF connect SDK v1.91.1 for BLE peripheral. I'm trying to read one of the buttons on the development kit, but I'm not very sure how to use the button...
Hello everyone,
I'm trying to play with PPK II to check current using ble_app_uart example (nRF5_SDK_15.0.0). I notice that the nRF52 DEV KIT keeps advertising and if there...
Hello everyone,
I'm developing an application on the nRF52832 development kit. It is nrf52dk_nrf52832(PCA10040). It is based on Zephyr.
Zephyr version: 3.0.99 Zephyr...
I have implemented the example Coap Client and Coap Server using NCS 1.9.1 on two nRF52840DKs I would like to use the observer/observed approach to update clients when a resource...
I am working with STM32-F401Re with IKO1A2 shield on it as well. I implemented the machine learning core on LSM6DSOX and I get the data of that accelerometer on STM32 F401re...
Hello, I'm in the process of attempting to implement Eddystone EID on the nRF52805.
It's been a bit of a nightmare, so I'm finally taking the bold step to make my first...
Hi,
I am using the nrf52dk_nrf52832 board and adding a peripheral SPI Flash. I had previously gotten the SPI Flash to work but now it does not.
I've hooked it up to the...
Hey guys,
I have recently been using the nrf 52840 dongle to connect to a sensor and gather data from it. So far I have been able to successfully connect to the device...
Hi,
I see that there is Zephyr I2S support in in NCS 1.8.0 (and onward), but I can't locate any reliable documentation for the API.
I have an I2S example (based on https...