2072 views|4 replies

91

Posts

0

Resources
The OP
 

Tailing Micro B91 Development Kit --- Testing Power Consumption in BLE Connections [Copy link]

This post was last edited by xiaolinen on 2022-10-12 22:08

1. Narrative

This test was conducted according to the Telink B91 BLE Single Connection SDK Developer Handbook document, mainly to measure the power consumption of BLE when it is connected to other devices (the mobile phone used for testing)!

2. Document Description

According to the contents of section 12.2 of the above document, make some modifications to the program: In feature_config.h, you need to change FEATURE_TEST_MODE to TEST_POWER_CONN.

It is also mentioned that the connection parameters can be modified according to needs in the project directory, as follows:

/**
 * [url=home.php?mod=space&uid=159083]@brief[/url]  callback function of LinkLayer Event "BLT_EV_FLAG_CONNECT"
 * @param[in]  e - LinkLayer Event type
 * @param[in]  p - data pointer of event
 * @param[in]  n - data length of event
 * [url=home.php?mod=space&uid=784970]@return[/url]  none
 */
void	task_connect (u8 e, u8 *p, int n)
{
	bls_l2cap_requestConnParamUpdate (8, 8, 99, 400);  // 1 S
}

3. Measurement method

A USB-powered milliammeter is used. The 5V output from the USB is connected to the "USBVBUS" pin on the back of the development board, and GND is connected to GND.

IV: Program operation and phenomenon

Use the nRF Connect tool on your phone to discover and connect to the BLE (I made a slight change to the tbl_scanRsp array content in the program).

The signal size after clicking:

Power consumption after connection:

WeChat_20221012214318

From the video, you can see that the current is changing. At the same time, because the measurement is of the entire development kit, the measured value is definitely too high. It should be able to be further reduced in the actual product development process.

Five: Real-time connection and stay connected:

During this test, the speed was still very fast when using the mobile phone software as the Master and ready to connect at any time. In addition, I saw on the Internet that: the process of maintaining the connection is not stable and may be disconnected. I did not encounter this, maybe the connection time during the test was relatively short!

The above are some phenomena and records of the development board during the BLE power consumption and connectivity test ! ! ! The next article will be about familiarizing yourself with and recording MESH-related issues.

This post is from RF/Wirelessly

Latest reply

Is this a 4.5 digit ammeter?   Details Published on 2022-11-7 20:13
 

419

Posts

0

Resources
2
 

Why not connect the antenna?

This post is from RF/Wirelessly

Comments

When I took the first photo, I hadn’t started testing yet, so I didn’t connect the antenna.  Details Published on 2022-10-13 20:12
 
 

91

Posts

0

Resources
3
 
woody_chen posted on 2022-10-13 16:35 Why not connect the antenna

When I took the first photo, I hadn’t started testing yet, so I didn’t connect the antenna.

This post is from RF/Wirelessly
 
 
 

6069

Posts

4

Resources
4
 

Learned it!

This post is from RF/Wirelessly
 
 
 

9717

Posts

24

Resources
5
 

Is this a 4.5 digit ammeter?

This post is from RF/Wirelessly
Personal signature虾扯蛋,蛋扯虾,虾扯蛋扯虾
 
 
 

Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

Related articles more>>
Featured Posts
WinMax

With the development of communication technology to this day, revolutionary changes often do not occur at the technical ...

Wireless Microwave Communication Technology MMDS Full Solution

转自TMN一、什么是MMDS  现在的无线接入技术如雨后春笋一样种类繁多,什么GPRS技术啦,CDMA技术啦,DS-CDMA技术啦,EDGE技术啦 ...

Digital Acquisition and Detection of Radar Video Signal Based on DSP

Digital Acquisition and Detection of Radar Video Signal Based on DSP 2006-05-22 11:33 Source: Single Chip Microcomput ...

Share something that gives me a headache (formula)

456258456259 Radar echo signals have two states: with target and without target. The echo received by the radar may cont ...

The problem of via aperture and line width

Now I use AD software to draw pictures The problems encountered are: The trace width is 0.4mm and 0.8mm, and the maximum ...

The actual output voltage of the SEPIC circuit does not match the theoretical value.

As shown in the figure, Vin input is 7~12V; R3=9k ohm, R6=1K ohm; power chip XL6008 (Xinlong), FB pin voltage VFB=1.25. ...

Seeking to solve the USB interface interference problem of Explorer

During the use of the Explorer Territory (low configuration), it was found that the car computer often dropped out of th ...

What is the problem of the simulation in pspice being stuck at the pwr supplies stage?

Using pspice to simulate the marx generator, it is always stuck at the pwr supplies stage. 597808 Has anyone encountered ...

A brief talk on overtime

There are always people on the Internet talking about how overtime is and how they are exploited. In fact, in my opinion ...

Design and simulation of inout port circuit in Verilog

// Module function description // When the direction control signal "wr_" is "1", y_ is used as output and its value is ...

快速回复 返回顶部 Return list