Hey,
I just want to know if anybody sucessfully connected HDMI CEC (One-Wire bus) with the nRF52832.
I would be very grateful if anybody could share the library or give...
As the tittle,can anyone tell me how to save data to the flash with nRF51822 ? I use SDK9.0.0 and S110. before I turn off my machine, I want to save several parameters to...
I use example from SDK 13 ble_app_uart_c.
I changed uuid to my uuid from nrf51 peripherial device. I get event BLE_GAP_EVT_CONNECTED
where made
err_code = ble_db_discovery_start...
dear all,
i need your help.
Where we are:
We use mbed software developer platform.
We have BLE Nano V1.5 + MK20 USB Board V1.0 from RedBear.
We are able to generate...
Hi:
environment:
target board: DK52 board and run LWM2M example of IOT-SDK v0.9
router: ubuntu 16.04 on VM and runs bsserver and LWM2M server on ubuntu 16.04 ...
Hi,
I'm interfacing a nrf51822 and a H8/3294. My question is how much can I drain a the txd pin of the H8/3294. That means my question isn't really about nrf51822.
In documentation...
I'm using NRF52832 SoC and IAR
I've to read data from ADC using SPI. ADC will generate interrupt every 4ms indicating data ready. I've configured GPIOTE to sense the ADC...
A couple of power consumptions Q's for this basic scenario: RTC used via PPI to infrequently sample from ADC and trigger SPI read from external sensor source.
Questions...
Hello,
I need a support for BMD-300 BLE module.
We can flash the BLE module and we can connect it with mobile application via Blue-Tooth.
But when we flash BLE for...
Hi,
I'm using nRF51822 in my senior project (some kind of BLE wearable device).
I'm trying to call my function inside the ble_evt_dispatch() function but it doesn't...
SPI Slave configuration On nRF52
Hi,
I am trying to configure the SPI slave peripheral for interrupt based communicaton with a SPI master
In previous work with ARM...
Hi,
Can any one tell me about all the security features provided by nrf51822 s110 for secure communication?
Share me some example that implement encryption durring communication...
I have a problem with bonding with a static passkey. I have some sensors, which have a static passkey hardcoded in them. If I want to bond with them, I have to provide this...
Hi, I'm new with BLE applications and I'm designing a wearable.
This wearable will be powered with a CR2032 coin cell battery and I'm wondering if you recommend to use some...
Hello
I have a problem with the power of my modules nRF24L01
while awaiting the arrival of data consumption varies between 15mA and 20mA , I am feeding with 9V batteries...
Hi!
I'm using the RNG to encrypt data that I must send via SPI to another module. I'm using the function "sd_rand_application_vector_get", because I'm working with Soft...
Hello,
I'm just getting started with my nRF52832 and I am still trying to get the first example of the tutorial page running ( Getting started with nRF5 DK .
I did everything...
Hello,
I am doing a project that involves getting data from 2 PTX nodes from the slaves via ESB and sending the data obtained to my android phone via BLE. I am doing so by...
Hi,
We have created a new button events for our application in which it will record total time/ticks that the button is presses.
When you press button for 3-4 sec BLE...
Hellow,
I am trying to add different UUID bases for every characteristic.
I add the service like this:
uint32_t ble_service_init(ble_t * p, ble_write_handler_t write_handler...