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...
Hello,
I have been working with NRF 52840 DK and finally able to make the advertising work on PHY CODED but I was required to use extended packets.
My question is
Is...
Hi i am using sdk15.3 secure boot-loader example. i had change backend to cc310. without optimization i am able to upgrade code but when i am using optimization level 0 it...
Hi,
I am working on an USB CDC program with nrf52840-mdk-usb-dongle. The PC needs to use a terminal emulator like putty to connect to the dongle. Now I send and recieve...
I use Zigbee CLI example on nRF52840. (examples\zigbee\experimental\cli\cli_agent_router)
It use UART as 115200 bps with CTS/RTS (hardware flow control).
I want to change...
Our product uses non-connectable/undirected advertising, where advertisement packets are sent every 1 minute for 500ms time. For that we are using FreeRTOS timers to start...
1: Is there any information that can be systematically introduced to the production test of Bluetooth products? 2: What parameters do I need to test for mass production of...
Apparently, Config AppKey Update message can be transmitted in the key refresh procedure. However, one point let me very confused, I looked into the Mesh Spec v1.0.1 (page...
Hello. Is it possible for a central device to retrieve the BDADDR( 6 byte array data ) of a past peripheral device by using the peer manager? ("past peripheral device" refers...
Does anyone know how the raw data message is structured to enable GATT Proxy? Here is a screenshot from the app. I know one byte is used to indicate whether to enable or disable...
Hi,
actually I developed a system based on an nRF24AP2 able to read data coming from different HRM ANT+ sensors and transmit them via WiFi using ESP8266 that is acting as...
I have clock drift issue, should I calibrate anything? I test this simple code to get 1second or 100ms signal both of them are inaccurate.
here is my code for 100ms; I tested...
I'm trying a new device based upon the nrf52810 and it won't run past sd_softdevice_enable - it goes to the assembler window and halts. The device does have a 32kHz xtal and...
Hello,
I was reading some SDK 15.3 code, there's something like this:
__STATIC_INLINE void pwr_mgmt_sleep_init(void) { #ifdef SOFTDEVICE_PRESENT ASSERT(current_int_priority_get...
Hi all, I'm developing nRF52840-DK to use it as an central device.
Base example is usbd_ble_uart: I'm going to communicate with peripheral device using BLE, and control...
We have a product that uses the nRF52840. We have seen that very rarely, unexpected resets happen with the reason being OFF. We have yet to encounter this issue in a lab setting...