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...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
Hi, guys. I'm trying to work with Opus applications using PCA10056 v1.0. In order to play Opus fils using the nRF52840,
do I need audio DAC + audio amplifier to create sound...
Hi,
I am using NRF51822 pca10028 UART ble example ,
I need to give provision to change the name of the device after pairing and reset the device so that it starts advertising...
Hello,
I m bonding a central and a peripheral and saving the bonds into a whitelist i use at each startup. When i delete the bonds on central side, the connection to the...
I am using a ultra-miniature (BMD-350) series module from Rigdo which has the nRF52832 BLE SoC. The pins from the nrf52 SoC are all brought out on a female headers on a custom...
I am running a custom board (Ublox Neo dev board) and have a custom board file.
I have modified and and can run code in Segger Embedded Studio based on the peripheral serial...
Hi,
I'm getting a Hardfault MemManage (IPSR 003) when calling sd_ble_gap_adv_stop(). The advertising handle I'm passing is 0. This is called after the advertising has started...
Hi!
I use the peripheral blinky example from the sdk v15.0.0. I ave added some code so that the board is scanning for advertising messages aswell. Every thing works fine...
Hi,
I've just realized the project from
https://github.com/Martinsbl/nrf5-mpu-examples/tree/master/nrf52-mpu-easydma-using-gpiote-and-registers
And it is working quiet...
Hello everyone, I am trying to send and receive messages over UART using Teraterm, the PCA10059 dongle and the UART Android app.
I was following the directions found in...
When I was trying to update the modem firmware, it showed something like this...
Traceback (most recent call last): File "c:\python37\lib\runpy.py", line 193, in _run_module_as_main...
Hi,
I am working on increase data throughput between phone and nrf52832. I am using SDK 15.3.
I create a service and a notify characteristic. I am sending 20-byte packet...
I currently have a hobby product that reads sensors and turns on/off relays based on that sensor input. I've got an nRF52840 that sits on my sensors and relays, and I have...
Hi,
I am working on nRF52832 with MAX30205 temperature sensor , i am comparing the temperature with threshold value like this if (m_sample <threshold) then send the data...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’.
In my application, I am starting BLE advertisement...
Hi,
I'm trying to include AES256 CTR in the ble_app_template project.
What i've done so far: .c files:
- Included the files from /components/libraries/crypto
...