Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
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...