Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Hello,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
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...