Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
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...
Hi,
On a NRF52840, I try to perform `x` SPI transactions of 3 bytes each using EasyDMA Arraylist feature fully controlled by hardware. The CS must be toggled between each...
Dear Nordic Experts, The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832. When provisioning, it sometimes...
Hello, All
I am trying the scan_adv example, and use my phone to scan the advertising packet, unlike other peripheral examples, I found that it appears multiple time with...
ncs v1.9.1
Reference nrf\applications\serial_lte_modem\src\twi
This example does not see how to configure the pin.so how to config SCK and SDA Pin?
Thanks!!!
Is it feasible for me to use the 9160 as ble-host and 52820 as ble-controller using just TX and RX lines? (no request or ready lines) My setup is NCS v1.7.0, custom board...
I see that there is definitely support for where a user would cancel the USB host's request to suspend inside of app_usbd.c here's line 1246:
You can clearly see that it...
Hi,
I know that a GPS receiver can can use the Doppler effect to get an accurate velocity measurement. More accurate than the accuracy for position.
However, from my tests...
Hi,
I'm facing the mqtt error shown in the image below "E: mqtt_connect, error; -111" when I try to establish connection between the nRF9160 DK and AWS Cloud. I've double...
Hi,
I am required to develop a new model, upon design considerations I considered that my main BLE-Mesh model will have 3 independent sub-models each designed as per functionality...
Sorry if this is a repeat ticket. I've done some searches and they result in information around Zephyr and RF Connect SDK Git repos and West usage to manages related source...
Hello,
I am using MQTT+TLS on nRF9160DK. In the development stage, I followed this link https://devzone.nordicsemi.com/guides/cellular-iot-guides/b/software-and-protocols...
Hi,
Mesh SDK: v5
Using nRF 528232
I am trying to implement a low power node feature on an existing PIR sensor code. I have added all the necessary functions and macros...
I started off my project with the Zigbee light_bulb sample, and I added some new functionality that needs to manipulate various GPIOs. These GPIOs are neither buttons/keys...
I am trying to find some rough estimate of power consumption on nrf9160 in nb-iot and Cat-M mode.
We are going send about 600 bytes every 15 min, and would like to know...
I have a custom model that is declared as follows
BT_MESH_MODEL_PUB_DEFINE (vnd_pub, NULL , 3 + 8 );
struct bt_mesh_model vnd_models [] = {
BT_MESH_MODEL_VND...