I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
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...