Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
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...