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 was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Hi,
I have the need to wait a few ms, from 1 to 20, in several parts of my code and I was wondering what's the most energy efficient way of doing it. Notice I don't need...
Nordic released nRF52811 to support BLE5.1 direction finding. But how to find external IC that related antennas supporting direction finding? If you have specific external...
I am using the nRF51422 board with the SDK 11
I am trying to build the following example: ble_app_hrs_adc_battery_measurement.
repository: https://github.com/NordicPlayground...
I am using the nRF51422 board with the SDK 11. I am trying to build the ble_app_hrs_adc_battery_measurement from the NordicPlayground/nrf51-ADC-examples repository. The README...
Hello,
is it possible to alter examples from the SDK 15.0.0 to force a BLE 4.2 connection, even if both devices are are compatible with BLE 5?
I konw that BLE 5 is backwards...
Hi there,
I am trying to automate the ADC sampling in a regular way.
Application timers seem to be a bit irregular if I depend on not loosing too many miliseconds on each...
Hi,
I tried looking over the docs but I could not find anything specific to my question, which bytes in the NRF_FICR->INFO.VARIANT contain the hardware version ID? e.g....
Hi
I am using nrf52840 Ble_App_Beacon() for advertising Beacon. so, i want to consume my power more down for battery life.I expect the nrf to go to sleep mode after advertising...
Hi
Could nRF52840 - USB Audio run on Android system?
We tested it on Samsung and ASUS Android phone then got it fail.
Please give me a comment.
Thanks.
BR
Atl...
I wrote a code using ble_app_uart peripheral example of sdk 11 for nordic nrf52832 development board.
We are making our custom boards where we are using Rigado BMD-300,...
I am trying to set the Memory protection bit and PinReset configuration with OpenOCD. I have applied the NRF52 patch (outlined here: devzone.nordicsemi.com/.../ )
I am...
Hi
I wrote the SoftDevice(s132_nrf52_6_1_0_softdevice.hex) with nRF go in the following procedure.
Erase terget.
Writting the SD
In the Log area, it is indicated...
Hello,
I have just got a brand new PPK board, and would like to use it with an external J-Link. As far as I could tell by reading the documentation , this scenario is not...
I am working on the nRF52840 DK and nRF52 SDK 15.2.
I can run the USB CDC ACM example and the USB Audio example successfully.
Is there a way to create BOTH devices at...
My code compiles and runs fine in debug mode with logging turned on.
In Release mode, it builds and runs fine with logging turned off, but if I turn logging on (i had an...