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...
Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
I am having some trouble getting the Power Profiler to start up correctly. Currently, I have the PPK DK plugged onto the PCA10040 DK. All of the onboard switches are set to...
Is there someone I can contact about acquiring some sample chips for prototyping? The normal distributors don't seem to have any information regarding the engineering samples...
Hello,
I am currently working on a project involving the nRF52DK to be a central device.
The peripheral device is based on the Nordic Uart service with minor changes...
hi,
i tried add ancs to the s130 ble_app_hrs_rscs_relay demo, when i use iphone5s to connect, the uart display as follow,but when i receive a message or a call, the software...
In GATT Packet transfer, is there occurs any packet loss and retrial?
I'm trying to connect about -90 Rssi dBm peripheral device with my nRF51-dk.
In this far range...
Hello,
when I was working on MSP430 I used to place the firmware version constant at a known address in flash so that it can be verified which firmware version is flashed...
I was having some troubles using the app_timer (RTC1) shortly after mesh startup, so I enabled the PIN_IN_CB and PIN_IN_TS debug pins, and saw some interesting behavior. ...
Hello all,
am trying to configure 3 adc channels in a way to have conversion in 3 differents pins, without usin timer and ppi. so I implement the following code, the problem...
Hi
May i know what would be the debugging procedure using segger-RTT for nrf52840 and what is the debugging Hardware Required ?
Thanks and Regards,
R Madhu.
I know BLE5 is the future of IoT. I also want to invest on it.
But how to setup a complete BLE5 environment? In China, IPv6 has not been supported. Therefore, 6LowPAN/Thread...
Hi,
I want to ask a few question for ble_mesh.
What do these functions do:
rbc_mesh_persistence_set(..), rbc_mesh_tx_event_set(..)
Who should do the set operation...
hi Dear Engineers!
Have a question about external TIMER counter input hw PIN.
as Known, all the MCUs have a timer with external pin as a counter / capturer ability.
how...
I use STM32F4+nRF51822 through the SPI interface. I want to achieve nRF51822 DFU with SPI operation, now upgrade the simple LED to work properly. But can not work when using...
What i need is , am collecting the data from the sensor(which acts as a ble peripheral ) , the data which has to be transmitted to the ble central and that data should be...