Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
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...