My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
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...