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...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hello,
I am just starting to develop on nRF52840. I want to use the USB functionality. Could you please let me know how to get the Vendor ID and Product ID?
Kind regards...
Hi,
I am trying to use the bit counter to get an indication about the length of the data I am sending.
After trying around for a while it turned out the value of the bit...
Hi
I'm using S132 V5.0.0 with the nRF52832.
I tried to add an include declaration to the last added primary service by using BLE_GATT_HANDLE_INVALID as service handle...
Hello Everyone
I want to interface an external flash mx25r6435F with nrf52832. i ll be writing and reading some data. It should be spi .
Can you guys please suggest me...
Hi, everyone, We develope the BLE project on nRF51822 tool that uses the ADC. But the read measures are different from IC to IC. At the link devzone.nordicsemi.com/.../how...
Hello,
I have see this demo
.hex are available witch is already nice, but I would like to get everything needed to reproduce it.
Does someone know if it's possible...
I'm using a custom device which has two services and each of them has one characteristic. I'm using notifications to send data to the other side and on each notification complete...
Hello!
I am a huge fan of "nRF connect"! This software is helpful! Thank you Nordic for giving us this for free!
When playing with a few devices (TrackR, Thingy, non-Nordic...
Hi Guys,
I need to implement the Zigbee gateway function on nRF52840, I have download the Zigbee SDK from the Nordic website, but currently only have version 1.0, and I...
Hi,
I am trying to send accelerometer values through bluetooth for nRF52832 and SDK 14.2. I am using "nrf-mpu-simple" program form this ' GitHub ' repository and added BLE...
Hi,
I use EasyDMA with UART.
I'm in permanent reception and the received octects go directly into a memory buffer.
When the buffer is full, the writing starts again...
I have been using a JTAG to program a nrf52832 chip (SD v15) during development and am now testing firmware updates from iOS. As part of it, I've made a firmware package using...
Hi,
the default board of the homekit SDK is PCA10040.
I want to run ble_hk_doorlock_static demo on board PCA10056 , What changes should I need to do?
tool-chain :...
I am currently trying to minimize radio noise when collecting data via the ADC, on a custom board powered by a battery (when the radio fires, it introduces a lot of noise...
Hi team,
My customer wants to apply Serial DFU in their product, but when they are developing with SDK13, they find our release notes with:
** DFU ** - Added support...