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...
I’ve downloaded nRF5_SDK_11.0.0_89a8197 and starting with examples from \examples\ble_peripheral\???\pca10040\s132\arm5_no_packs\
I would like the other device to request...
I want to interface ADXl345 with nrf51 SDK. suppoose my device address is 0x53 and register address is 0x2D and i want to write value 8. now nordic i2c has function nrf_drv_twi_tx...
Hi We have a generated a key pair using ECDSA secp256k1 ```
err_code = nrf_crypto_ecc_key_pair_generate ( NULL , & g_nrf_crypto_ecc_secp256k1_curve_info , & private_key...
I'm trying to run a project baset on the ble_app_proximity example project . When I trying to call a nrf_sdh_enable_request() function library goes into an infinite loop....
Hello,
I would like to know if you can point me where to find the electrical characteristic of the module nRF9160. I'm looking for :
- Then maximum current the module...
I work on your new Mesh SDK 3.1.0 and I have some questions for you.
First it is about DFU over Mesh. I think your documentation is very weak. I understand that they are...
Hello Nordic, we use the nrf52 proprietary protocol in the project, it will send 200 data per second, and no ack confirmation, the application data length is 25 or 32 bytes...
SDK 15.2
Segger Embedded Studio Release 4.12 with DEBUG on
Segger Ozone V2.60k
FreeRTOS 10 from SDK (same issue with FreeRTOS 10.1.0 source files and original ported...
What is the exact sequence when reading a characteristic with variable length and authorize required.
When I have a actual data length of 14 I can read with offset = 0 and...
Hi All Team Members,
Using Nordic Development Kit of nrf52832 I am able to write and test basic application using UART and BLE
using this kit I get the following error...
Hello, I use a custom board with nRF51822QFAA, with two buttons (left, right) and uart for printf/debug. The idea of the project is to have the board always sleeping, it wakes...
Hi,
I have a project which need to use two UART interface at the same time.
As well known, there only have one hardware UART interface in nRF51822/nRF52832. If I want...
Hello, DevZone,
I have programmed an nRF52-DK with the unmodified SDK's ble_app_hrs_pca10040_s132 (heart rate monitor) BLE peripheral application. I also have a Power Profiling...
Hi Susheel,
Thank you for your support.
We would like to get your advice related our new design, with the followings:
Assume we need to support besides of the BT5...
Hi,
I am developing one of the my project on custom board, in which I have to configured the two GPIO Pin's as input to sense the those pin and take actions assigned on...