Hi,
I'm trying out S130 SoftDevice. I have 1 device with S110v7 which acts as a peripheral.
2nd device contains S130 0.9 (I've based my code on S120 multilink central example...
I've gotten the experimental_ble_app_s130_example_c_pca10028 (BLE Dual role application) to work with my nRF51-DK (modified for my needs). It's an nrF51422 chipset.
I want...
Hey I am working on nordic nrf51822 chip ( http://i.imgur.com/q8EM4uq.jpg ).
I want to run a bluenet code which i have forked from github.com/.../bluenet to github.com/....
Hi, I use the nrf 8001C + stm8s. I successfully installed settings nrfGo, but when I try to execute a command OpenAdvPipe I get an error ACI_STATUS_ERROR_CMD_UNKNOWN .
The...
I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
I'm using QT + QBS + bare-metal + gdb + openocd + stlink(debugger). I want to print into qt-terminal debug information. How Can I do this feature?
forexample:
int main...
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...