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...
Hello,
We're currently developing PCB with nRF5340_CLAA SoC. For specific reasons, main supply voltage was changed from stable 3.3V to 3.5V that comes from DC/DC converter...
I recently followed the instructions laid out in the "nRF Sniffer for Bluetooth LE" User Guide version 4.0.0 and having trouble seeing the nRF Sniffer interface in Wireshark...
Hi,
I am trying to implement bluetooth uart peripheral for nrf52811. I try to learn the code from example and want to check the result on my board.
When I build the...
Hi,
I'm on NCS 1.9.2, and I'm having a unexpected behavior on the consumer thread of a k_fifo. The documentation states that the k_fifo_get routine removes a data item from...
Hi all.
I was planning to build ble example and combining it with I2C, but I found this error
I check several previous posts on this forum before and solution...
Dear Nordic,
I am a beginner. I would like to transmitt the sensor data from a Lora32u4 board (End-node) to an nRF9160 Thing Plus (As a gateway) connecting to Lora SX1276...
Hello Nordic-Support Team,
i have a question regarding the Application Timer as said in your documentation here:
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom...
Hello,
i would like to ask you for advice how to correctly process the connection status information from the modem. Our application is sending telemetry data to the cloud...
Hi
1. Longer build(pristine) time
When trying to build the application on vscode, the build(pristine) process is taking more than 5min during each time. Is this the expected...
Hi Team,
The nRF5280 dongle stops capturing BLE packets. If I remove the device from USB port and reconnect in this condition the device stops blinking also. Then if I...
Hello,
I used the apps from nRF Connect for Desktop for a project half a year ago. Today I started nRF Connect for Desktop and did the updates (automatic update for nRF...
大家好,
Currently i am working on nrf51822 for multi touch HID.For that i have chosen mouse HID example as a reference,I refer to this example( ),
I have been able to test...
Hi,
I am discovering the nrf52 software with the Segger Embedded Studio environment. I have developed an application derived of the ble_app_uart example.
I have many events...