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...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
Hello, I have custom BLE service and characteristic as below image.
I wanted to discover them in ble central mode. I have modified ble_hrc_c.c to validate but central...
dear all
When I use QSPI to operate external flash and mount a FatFs file system, when I use RC = FS_ open(&file, fname, FS_ O_ CREATE | FS_ O_ WRITE); When creating a file...
Hello DevZone,
For my project I have a number of pins generating interrupts from different sensors.
I've read that GPIOTE IN events consume a bit more current than the...
nrf_mesh_config_app.h at the generic level mesh example contains constants like DEVICE_COMPANY_ID, DEVICE_PRODUCT_ID and DEVICE_VERSION_ID . I've expected those values to...
I try to build your an example Smart Remote 3 nRF52 v1.2 in Keil v5.34 and I have some errors.
In the case of nRF52832_xxAA (Target: PCA63519-SR3_nRF52832_Shield) I have...
Hi,
I'm a beginner trying to understand BLE extended advertising. I have modified the peripheral/ble_app_beacon example to broadcast extended advertising packets with PHY...
Hi,
I am transmiting extended advertising packets and I want to set the flags on the extended header as specified on the bluetooth core specification (v5.3) page 2691 (photo...
I am following the Getting Started directions here: https://www.nordicsemi.com/Products/Development-hardware/nrf52-dk/getting-started#infotabs
Steps 6 and 7 do not work...
I am currently using the power profiler kit ll to see if it is suitable to run power consumption tests in our automatic test system. I am using the python API from https:...
Dear community,
I'm using BM833A chips which contains a nRF52811 nordic chipset. I use a S140 softdevice, for both, beacon sender and central.
I have configured both to...
Dear Sirs,
SDK: NCS version 1.6.0
Board: nrf5340 DK
IDE: SES Nordic Edition V5.50c
Compiled in application core cpuappns
I am a beginner with nrf programming...
Hi all,
we use nRF Connect for Desktop Programmer tool for flashing nRF5340 at production plant. Our Regulatory Affairs & Quality Assurance dept. is asking for a validation...
Sometimes the Power Profiler App does not display the average current and charge values for the Window (see screen capture, below). The values are displayed while the capture...
I'm working on a program using the ble_peripheral/ble_aapp_uart project. While testing the program, it was confirmed that the connection was disconnected after 1 minute 35...