I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
nrf51822 SDK 9.0
iphone 6plus System version IOS9.2
When the phone receives the QQ message "static void notif_print(ble_ancs_c_evt_notif_t * p_notif);" can execute.
but...
Hi..... This is Venkatesh. I am using nRF52-DK Evaluation kit. This is my first question posting here. It is pleasure to have an account to share my knowledge and get the...
Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
I am currently writing sniffer firmware to the nRF52840 and am trying to check Thread communication using WireShark.
When I displayed the RSS, I got the value shown in the...
Hi,
I am just starting to develop a nRF5340 based prototype. I am using the openthread CLI example as the first step. I have configured the device tree to suit our board...
Hello. We recently started working with the new nrf connect sdk and we need to implement a very simple bootloader that would only jump to the main application at a specific...
Hi there,
I have a project developed in SES, using nRF5 SDK v15.3.0 with only Just Works security without using LESC running on nRF52840. It has been running fine for 2...
In our custom board we checked WIFI, facing below issues, 1. We flashed sta sample project to our custom board facing the issue below. Is there any configuration needed to...
I am using Asynchronous API of uart to receive the data. During the reception I face UART_ERROR_FRAMING issue in UART_RX_STOP event. But after getting that too it enables...
I use the nRF52840 development kit. In this Board i flashed the ncs zephyr sdk v2.6.0 sample code for system off and device going to sleep.
i Want to wakeup the board from...
I made an assumption that the nRF52840 Dongle has the ability to communicate via UART as most boards I worked with have this feature. This seems not to be true, but I don...
Hi
1. How to set PWM power-on state to Low level in ncs v2.4.1 2. How to configure the dts file so that the corresponding I/O port is in the low state when PWM is powered...
Can we run our Customised Bluetooth Host Stack on nRF5340.
Please provide us with sample Brinup Code for Bluetooth Controller.. Send HCI Reset and Bringing up the Controller...
We need to retrieve data from an FPGA to the nRF5340, process it with the network and Wi-Fi protocol stacks and then send the data to the nRF7002 for Wi-Fi transmission. We...
i'm trying to read voltage signals from a sensor using internal ADC.When the input is not connected,there will be noise. I use differential input pins like this:
NRF_DRV_SAADC_DEFAULT_CHANNEL_CONFIG_DIFFERENTIAL...
Hi,
i need to store few configuration bytes in non volatile memory. I found out there is settings module that can be enabled in Kconfig GUI (SETTINGS option).
My use is...
Hi,
I have successfully programmed the nRF5340 Audio DK as a gateway device using the Command Line Tools and by using the directives listed in the 'nRF5340 Audio' program...