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,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi, I want to update the modem firmware devices(in the field).I am using nRfconnect sdk 1.5.0 and hardware is brf9160 SICA B1 . current modem firmware is 1.2.3 . I tried to...
I tried to define an event as in attached figure. During Build, the error in the as shown in the attached imageoccurs. Where to define Log Configurations ? I ading custom...
cpu info:nrf5340
software:nrf connect sdk 1.6.1
hi professor,
In the uart interrupt I call k_fifo_put to trigger rx process thread but it is not take effect.What person...
Hi,
we are developing a system based on device with nRF52840 S140 ( central and pheripheral).
We developed on both side a custom service.
System is working fine bonding...
I'm new to the Bluetooth mesh world and I'm trying to change some basic configuration parameters during runtime, by modifying the Light Switch example. I've searched around...
Hello,
We are using Zephyr v2.6 and nRF51822 SoC in our project.
Because we are porting the code from the SDK environment into the Zephyr environment, we decided to use...
Hello everyone,
in the last chapter of
https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial---part-1-ncs-v1-4...
Hi,
I have removed UART from my custom board dts file as in my current application, I am not using UART for any transfer.
But due to this, I am unable to compile code...
Dear Forum,
I already succeeded in using the Nordic Toolbox's DFU-App to update the firmware of a BM833 via secure bootloader. I found out, that the Android DFU App is available...
Greetings,
Which Bluetooth LE examples in NCS v1.9.1 are suitable for the nRF52810?
I tried the usual suspects. peripheral_uart overflows flash and RAM.
peripheral_lbs...
The documents for setting up and using a Matter network require a change to account for new behavior of the chip tools.
https://developer.nordicsemi.com/nRF_Connect_SDK...
Hi Support Team,
we use the nrf52840-dk board to capture a bunch the emitted power of WiFi sources. In other words, we simply capture RSSI values until the data if full...
According to the official BLE core specification, in the scanning state:
"If the scanWindow and the scanInterval parameters are set to the same value by the Host, the Link...
I am using twi_scanner example program from nrf_sdk. when I run this program I could able to get the i2c address of some devices i.e., mpu6050 with address 0x68 and I am not...