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 All!
I am using nrf21540 along with nrf52833/20. My question is can it be possible to use nrf5 SDK instead of NCS? I have developed the application using nrf5 SDK and...
Dear nordic team,
we are successfully communicating our old nRF2401 shockburst design to a nRF5340 board; except for the CRC.
The challenge: the nRF2401 shockburst allowed...
Hello,
In function such as i2c_write and i2c_read does Zephyr check to make sure the device is not a NULL pointer? If not how would it react if it were passed one?
...
Hi,
I tried to run the "matter" light_bulb example from nrfconnect versions 2.0.0, 1.9.1 2.0.99, but failed to
to see blinking LEDs. I suspect this may have something...
Hello dear Nordic. I am reading your documentation and stuck on the following issue:
According to the SEQ[1].CNT register there are 3 pulses with different duty cycle...
Hello there,
The same code works reliably on dev kit but not on my customized hardware. By cutting the 32k external crystal jumper on the dev kit, the same failure can...
Hi,
I am working on nRF52840 dongle.
i am facing a issue with programming. before it i was trying to do it with arduino. i don't know its bootloader gets disturbed....
I build the asset_tracker with custom code added to it and working well. The build time messages are shown in the attached text file. There e %of Flash used in show thrice...
HI,
I'm trying to configure the MCUboot / Netboot with an external QSPI flash. I can do it for the APP core with MCUboot, however I get lost how it work with the NET core...
Hi Nordic team
We plan to develop a stereo bluetooth loudspeaker, that can be connected from any smartphone to stream audio.
The prefered audio output would be PWM since...
I am working on firmware for a custom board with an nRF9160. Specifically, I'm trying to get FOTA updates working, using the provided library functions for it. I had no issues...
Hi there friends,
I am trying to implement peripheral / central example using multiple peripherals.
I used a mix from central_multilink and central_uart and created...
Hi,
I'm developing 21540_52840DK as ble_central. My developing tools are NCS 1.9.1 and VSCODE.
Based on <\NCS\nrf\samples\bluetooth\central_uart > sample, I added USB...