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
I use the sample project for alarm (zephyr/samples/drivers/counter/alarm). I was able to build the sample and run it on NRF52DK (PCA10040) with NRF52832.
I tried...
Hi,
I am using window 10
I am trying to connect to the nRF52 DK, but it does not show me the files on the board as it is explained in the how to connect to the DK.
Also...
I have successfully built my project in VS-code for the Thingy:53. Because I don't Have a debug probe I cannot flash the firmware from VS-CODE. What are the files that need...
I was using Power Profiler app with PPK2 for capturing data on long period(48 hours) after 2 hours of running the app is crashed.
Detailed Error message
System Report...
So I am using an nRF5340DK with the "central-bas" example project. I added the MCUBoot-Bootloader by adding "CONFIG_BOOTLOADER_MCUBOOT=y" to the prj.conf file and it works...
I am implementing a port for nRF52832 for our custom communication stack. Devices are time-synchronized, radio operates in destined time slots. During the radio inactivity...
Hi all,
I am using NRF5340 with nRF Connect SDK v1.9.1. And I want to add my own .h and .lib(GCC) file into my project.
Please tell me how to do.
Thanks a lot!
Target nRF52832(nrf52dk_nrf52832) SDK NCS v2.0.0 My project base: \nrf\samples\bluetooth\peripheral_hids_keyboard
Hello. I want to increase Tx power for test. I already...
Hi.
On my production line, the first station is an automatic flashing machine, it takes the components from the reel one by one, connect, flash my program and pack again...
Hi Everyone,
I am currently developing a BLE application.
I have noticed that advertisement events do not cause the CPU to return from sd_app_evt_wait(), is this the...
Hello All,
I have a problem about conflict between Active Scanning and Advertising when I build my project from sample central_uart & peripheral_uart .
I want my nrf5340...
Please tell me about "nRF Util".
The following is an excerpt from "nRF Util User Guide v6.1.0
Is it correct that the maximum value of "--application-version" is 0xFFFFFFFFFF...
Hello,
I am trying to port a project from the NRF52840 DK to a custom board where I am using the NRF52820. The code compiles fine when the project is using the settings...