Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
Hi,my friend,
Now,I use nrf905.Situation is as follows:
I use the NRF PCB circuit of data manual.Nrf905 work, often loss of data.
1.The Product host is to use the stick...
Hi,
I want to use the Blend Micro with more security. I want use a passkey for the Bluetooth connection. For example through the iOS Device.
Is it possible? Static passkey...
How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
Hello,
I established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
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...