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, we are developing an application using USB with NRF52840. We want to connect to the PMID of our battery charger, which will have either USB voltage or battery voltage...
We are using nRF52832 on original PCB board.
We are trying ADC at single-end input, 10 bit resolution, reference voltage is internal 0.6, gain is 3.
We are using regulator...
I would like to update my advertising data on the fly but actually it doesn't work. Many many posts talk about this behaviour, but no working answers .
Before SDK15, we...
Hello there!
My project use comparator, timer capture and pwm to measure capacity of line.
The purpose is to encounter open circuit condition. So this does not require...
I'm trying to use an iPhone as gateway for nrf Cloud. The user is "Verified" and the "Gateway Name" is the same in the app as the only gateway I have in the nrf Cloud. But...
Hello all,
We check the custom board with nrf52840(BL654) , but it's hang PC and devices when connect the PC.
When the hang on my pc , we checked windows system event...
I'm using SDK 15.0.0 on nRF52832_xxaa.
I'm currently using RTC1 as a low frequency timer to keep track of time elapsed while my device is sleeping. This works well and I...
Hi,
I modified the UART example to work on different pins i.e. pin 17 and 15 on custom board. When I use printf() to print logs, it works. If I use the NRF LOG to print...
Hello,
I am trying to build a small voltage stimulating probe for a research project I am doing. I was going to originally use the Rigado BMD-350 which includes the nRF52832...
Hello,
I am trying to connect my nRF52 DK to my phone (apologies not desktop) and perform a DFU OTA via the nRF Connect app. I'm using SD132 6.1.1, and uploaded the secure...
Hi,
I am using NRF52832 with softdevice s112 and SDK 15.3. I have 20 bytes of data which I want to retain in RAM during system off. I use the following code so that the...
It happens on a new board. It is possible that an HW problem occurs (Xtall), but how to debug it? How to know if Xtall correctly runs? The same code runs correctly on another...
hi ... i am using nRF52832 ,i want to save the battery so i am planning to use system off mode . how to wake up the device from system off mode using threshold value or either...
Hi,
I'm using the "pc-ble-driver-js" to implement a central on PC, trying to send a file through a Write w/o Response characteristic to a device. It's OK for a small file...
Hi ,
I am trying to merging 2 application hex files for example : usbd_pca10056.hex and ble_app_hts_pca10056_s140.hex using mergehex tool.
I could merge the hex files...