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...
We've upgraded our nRF9160 modem firmware and would like to downgrade to the pti_v1.1.x image so that we can test production test commands such as %XMIPIRFFEDBG. Where can...
Is there any info, which helps to distinguish between the versions of thingy 91 when ordering?
According https://www.nordicsemi.com/Products/Development-hardware/Nordic...
Hi Nordic Team,
I have a custom application running based on nRF NCS 1.5.0 with MCUboot enabled.
I'm having an issue where MCUboot simply doesn't jump to the application...
I had to reinstall Keil after running into some issues and lost most my packs. My project uses the NordicSemiconductor.nRF_DeviceFamilyPack.8.15.0 and the NordicSemiconductor...
I want to expose 2 endpoints on the nrf52840 DK - one is the existing Onboard LED and the other is the GPIO pin (P0.02) which I have enabled in overlay.
I am extending the...
Hello,
We are using A-GPS in our application to get faster TTFF and will be reading location coordinates after every 5 mins of duration. The application flow looks like...
Hello, On a custom board, using the NRF52832, we want to know the value of a potentiometer. This value is send via a signal on the AIN5 pin of the NRF52.
So, I tried to...
I am using nrf52833 to make a Thread end device as SED and RCP. All firmware versions use NCS V1.8.0.
The compilation options for OTBR is: CMAKE_OPTIONS += \ -DOT_THREAD_VERSION...
Hi,
I use the BLE_APP_UART example for reference and in the code there is the ble_evt_handler with the following states:
case BLE_GAP_EVT_CONNECTED: case BLE_GAP_EVT_DISCONNECTED...
Hi,
I faced the exact problem nda , here . I take step just like nda did before. I unchecked "Enable debug options" as Marte Myrvold told, but still the same problem.
...
Hi,
I'd like to test the Adafruit NFC reader example provided in nRF5_SDK_15.3.0_59ac345. I'm using a nRF52832DK and I2C communication, as shown in the picture:
The...
Dear Nordic Support Team,
I am developing an application for the nrf9160 DK version 1.0.x (nrf connect sdk 1.8.0 and modem firmware 1.3.1). The application depends on other...
I have a project that is reading an external flash chip via qspi. Everything is working well, and I haven't defined the sfdp-bdp field in the overlay file that defines the...
Hi All,
I am trying to test the SPI flash example provided in the zephyr samples folder. Below is my qspi dts configuration.
SDK used: NCS v1.7.1
Same code works in...