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...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi,
i wanted to i2c interface of nrf with adc ic 3427. i am trying to interface by refer example of twi_scanner device address get found correctly.
now i am trying to...
On an nRF52840 using SDK 15.3 and FreeRTOS 10
I've got both a PCA10056 dev kit and a custom board. I don't think I've got a hardware issue here but I'm running the usb_msc_pca10056...
Hi guys,
I have developed a custom board using the nRF52840 module and the SDK16.If the peripheral is disconnected from the central, it starts advertising again in normal...
I have a custom nRF52480 board and addded mesh functionality based on the light mesh sample
The app crashes during provisioning from the nRF Mesh app.
Relevant portion...
Hello,
I would like to enter simple commands such as on, off to the USB CDC ACM, and then set the parameters in the model through string comparing.
(now i'm trying Generic...
Hello Team,
We are interfacing nRF52832 with an external flash for data storage. Could you please point to the right document/link/code reference on how to interface external...
Hello,
I tested QDEC0 using the zephyr qdec sample (which uses the nrfx_qdec driver) and a DC motor with a built-in encoder.
Below you will see the overlay file configuration...
Is there an example of how to get the buzzer on the Thingy91 to work?
The documentation is scarce at best - https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_thingy91...
Hi there,
the nrf9160 DK user guide seems to recommend that VDD should be 1.8V and not 3V, as 3V will compromise LTE radio performance. According to this post , it is only...
Dear Concern,
We are using NRF USB dongle in of our products. We are developing our android app in house. We want to add some security layer in the communication between...
Hello, we have a thread that essentially is running a loop and we want that thread to be running for all the lifecycle of the app. If for whatever reason that thread died...
Hi Team,
I am using Open Thread networking protocols in my projects to communicate with the devices .I have seen while trying to changed some parameters over the network...
I am unable to do a FOTA with the SLM application on a nRF9160. When I try to do a FOTA with the command below, I get a 404 even though I know the URL exists (real host name...
Hello,
I have been working with custom nrf52832 board to develop firmware for my product. I have been trying to compile the example secure bootloader from the SDK v15.3...
Hello, I am developing a uart communication between the nrf52833 and the nrf9160. I found some examples but I don't want to use the HCI layer, I prefer to use the NUS service...