Hi, I'm testing the beacon example
(ble_app_beacon, Beacon Transmitter Sample Application ) with my custom board.
I use IAR 7.1 for ARM, Softdevice S110 ver 7.1, and...
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...
Hi! I am trying to use the Power Profiler app on my Windows computer, I have used it on another Windows computer, and it worked fine. Now, when I try to open the PP app, it...
I’m working on a project trying to characterize the range (given a certain transmitter and environment) on the BLE 1 mbps PHY. I’m using a few nRF52840 dongles to do this...
Hi,
I am evaluating nRF5340 audio dk with CS47L63 DSP. My goal is to find out the MCU processing consumption for LC3 codec what is MCU processing power left for the application...
Hi,
I am writing a program that sends numbers counting up sequentially from my dev board to my phone on 500ms intervals. I used the ble_app_uart example as my base. I am...
Hi all,
I trying to use test-harness v2.6 raspi and nRF52840dk to test commissioning. The result is always failure, and the error is timeout
The firmware DK flash is build...
I have a red pulsating light on the dongle.
dmesg shows it is being detected, on Ubuntu 22.04
[203496.636885] usb 3-3.1: USB disconnect, device number 40 [203508.682046...
Hello,
I have a nrf5340 and pc based on Windows OS. I want to transmit information from 5340 to pc at a speed of 300kbps. Here are my two plans:
Using BLE protocol...
Hi all ,
I had my code working on nRF connect 1.6.0 and now had to upgrade it to work with nRF connect 2.1.2.
I read the migration guide for nRF connect 1.x.x to 2.x.x...
I have tested sending NUS data from nRF52832 to laptop (Windows 10 + Intel core i5), but Windows app doesn’t received all NUS data. But When I tested sending NUS data from...
Hello,
I have downloaded the app for linux from here: https://www.nordicsemi.com/Products/Development-tools/nRF-Connect-for-desktop/Download?lang=en#infotabs
After downloading...
Hi,
I do have a question about the ble_app_uart for central device. Now it is set to make connection with the periheral based on the UUID. I can't find where in the software...
Hi,
I am writing a program that receives a command from a phone using the BLE UART example. The program can count up or down depending on the command. On every count, I...
Hi,
i'm developing an application that uses scan response.
AFAIK sd_ble_gap_tx_power_set is used to set the advertising tx power (BLE_GAP_TX_POWER_ROLE_ADV).
Is the...
Hello,
I am sunning trying to build the hello world sample as mentioned here:
For this project I am working on ubuntu(VM 22.04.1)
I have followed all the steps as mentioned...