I'm interested in creating a time of flight algorithm and am trying to calculate what to expect for accuracy.
Is it possible to get an IRQ from when the sync arrives at...
hi all ,
how to enable GPIOTE PORT and IN[n] event simultaneously ?(not same pin)
i enable the GPIOTE to trigger interrupt event.
one for the keyboard which need multiple...
Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
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...