Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
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...