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...
I'm using nRF5340 to provide Bluetooth connection to other devices. Almost all Android devices connect correctly, for example: Samsung S21, LG G8X, Xiaomi Mi Mix 2. However...
Greetings,
I am using nRF52832 QFAA E0 in my development stages and found no issues regarding the architecture I have been using. Architecture:
DFU is built separately...
Hi, I am fairly new to the NRF and was wondering if there was a way to increase the sampling rate to 100Hz. I have used the ble_app_uart example to configure this code:
...
Hi,
I am using nrf52832 DK.
SDK17.0.2 and Softdevice S132
I have a ESP32 C3 module as a central device which scans for BLE5 devices.
I have kept the nrf52832 DK...
Hi there,
I was wondering, is there any project or plan to use the nRF9160 as a modem with standard ethernet interface ? The ethernet interface could be either
- RMII...
Hello, I currently have nrf9160 devices deployed running nrf connect sdk v1.3.0 that fails to reboot into the secondary image. It specifically happens when I try to send a...
Hello. I orignally had an expired SIM card that came with my device, so I got a new SIM card to setup with the Thingy:91. These come with an EID of 19 digits, but no ICCID...
The fault was caught by the weak handler, which I think means it was totally not expected.
The trace starts from peer_manager_init() which is part of the Buttonless DFU...
Hi Nordic Team,
I was doing OTA in nrf52840 using Secure DFU ble example in nrf5 sdk. Where i want add some customizations in the code.
1.I wanted to add spis example...
The sample in nrf/samples/event_manager crashes when running on QEMU_x86 with the following output:
I'm using NRF SDK v1.6. Do I need to configure something in KConfig...
Hi Nordic Team,
Can I upgrade the firmware between different softdevice? From s132 to s113
firmware 1: sd: s132_nrf52_7.0.1_softdevice.hex , bootloader: secure bootloader...
The first chip silkscreen for 2050ST ,second chip silkscreen is 2109XN ,third silkscreen is 2052TJ, transmit power configuration for 8dBm actual test from the chip side, test...
Hello,
I'm trying to flash a nRF52840 board (Particle Xenon) with nRF Connect for VSC on macOS.
macOS Big Sur 10.16
Here is my nRF Connect - VS Code environment: ...
Hello,
I am using multiple ADC pins and realized that repeated calls to the ADC give inconsistent data, suggesting that the conversions are not completing before the next...