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...
Would like to capture the HCI flow through rpmsg (Rx and TX) using the btmon tool between application and network core. could not successfully do it.
Procedure:
1. Build...
Hi,
I have a custom board with nrf52840 with UARTE1 instance enabled for RS485 communication.
I have 2 boards on the same configuration and trying to send data to each...
Hello,
I am trying to use a nRF52840 Dongle to perform DFU over Thread: I am using a PCA10059 board, already provided with the default bootloader. I also programmed the...
Hello,
I am in a project using nRF52 board where I develop and Android app.
The application is using Android stock BLuetoothLeScanner to scan for devices. After that the...
Hello. I am developing using nrf52832 (S132 v7.0.1, SDK v16.0.0).
I use whitelist to store bonding information. This bonding information is written to the flash area using...
So...I have an idle task running then a UART interrupt fires upon a character being sent over the serial, and somewhere during the execution of the ISR, it attempts to execute...
I am using the NRF9160DK, I have already made all the getting started and compiled an example to use the LEDs on the board with em studio. I had already connected my card...
Hello,
I am trying to send some sensor information via thread / mqttsn every 5 min. Therefore. The dongle has to wake up (5 sec.), send the information and return to sleep...
Hi friend,
I used SDK16.0 and softdevice is S140. I modified ble_nus_c to a custom 128-bit UUID. It has 1 service (0x0211) and 3 characteristics (0x0212, 0x0213,0x0214)...
Hi,
I'm testing the aws-FreeRTOS code.
In detail, It's a BLE test
The problem is, BLE can connetc in the test but next step (read/write) cannot
BLE connect apple...
Would it be possible to illustrate what AT commands would be required to set up and send a UDP packet for the nRF9160, including configuring the modem, turning the modem on...
I'm writing a program that receives a time from an RTC over TWI then writes that time into flash memory using the example from the flash FDS library. The problem I'm running...
Hi,
Am using nrf51822 as central, i want to discover and to commuinicate with the service of another ble module (which is RN4871 from microship).
My problem here is that...
Hi,
I'm trying to flash the firmware to some custom built pcb's with NRF52840 on it. The first time I flash it, it works great.
Then, if I try to erase the chip (or any...