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...
I have a custom application that works well for my nRF52832 device, but my team is moving on to an nRF52840 chip. Long ago, I deleted the directories that were not /pca10040...
I am using the UART multi-central example (from GITHUB) and connecting multuple peripherlas each streaming data at 38K
The multi-central is gathering the data from the various...
Hello, I'm having the same issue as in this thread but the proposed solutions doesn't work for me. This is the output from the terminal:
*** Booting Zephyr OS build v2.7...
Hello, I tried to upload a simple blink sketch from pca10040 which works for nrf52832 to an nrf52810. But it didn't work. Then I tried pca10040e. It worked for nrf52810. ...
I accidentally clicked verified answer while trying to edit the page.
https://devzone.nordicsemi.com/f/nordic-q-a/87116/apply-the-heartbeat-publication-and-subscription...
I want to be able to send the "AT%" type of Nordic proprietary commands to the modem (and read the response back) via firmware on the nRF9160. I know about the
nrf_modem_at_cmd...
Currently I have been able to advertise and connect through debug app using nRF52 DK. My target is:
1. After the link is lost the bluetooth gets disconnected and at this...
I have been using Segger Embedded Studio to develop in and recently switched to use VS Code with NCS. It was always very useful to use Segger's watch window with the real...
Hi All,
I want to add pairing and binding functions to the blinky project.
But nothing happens when I connect.
Please help me,thank you.
Here is my project =>
...
Hi,
I just tested an SPI loopback example on nrf52833 board from the bellow code
https://elixir.bootlin.com/zephyr/latest/source/tests/drivers/spi/spi_loopback/src/spi...
I have an nRF52840 dongle I got from someone else that doesn't have the nrf bootloader on it. When I plug it into a USB port, the red light flashes quickly while a green light...
hello,
i have downloaded ( BSEC ) library from https://www.bosch-sensortec.com/software-tools/software/bsec/ for read sensor data . now want to test the code by build and...
I am using the latest code(v1.9.0-rc2). The board is nrf52833_nrf52833. The board overlay file set antenna number to 13. (The original value is 12).
It seems that...
Hi,
I'm trying the USB Audio in ncs .
dts is like below:
And prj.conf:
CONFIG_USB_DEVICE_AUDIO=y and other USB relevant defines.
It works,and the usb audio data...