脑#
介绍#
Brain blocks allow your robot to report information about the battery connected to the EXP Brain, such as battery voltage, current, and charge capacity. These blocks also allow you to respond to button presses on the EXP Brain.
以下是可用模块列表:
Brain button pressed — Reports whether a specific brain button is currently pressed.
Battery voltage – Reports the voltage of the EXP Brain’s battery.
Battery current – Reports the electrical current drawn from the battery.
battery capacity — Reports the brain’s current battery percentage.
按下大脑按钮时 – 当大脑上的指定按钮被按下或释放时,运行附加的模块堆栈。
电池电压#
Voltage is the electrical pressure supplied to the battery. The Battery voltage reporter block reports the battery’s current voltage, which can help you check whether the battery is charged enough for the robot to run reliably, ranging from 7.0 to 8.0 Volts.
(电池电压伏特值)
参数 |
描述 |
|---|---|
此代码块没有参数。 |
电池电流#
Current is how much electrical flow the robot is using from the battery. The Battery current reporter block reports the battery’s current draw, which can help you see how hard the robot is working or whether motors may be under extra load, ranging from 0.0 to 15.0 Amps.
(电池电流安培值)
参数 |
描述 |
|---|---|
此代码块没有参数。 |
电池容量#
The Battery capacity reporter block reports the battery level, as a percentage from 0% to 100%.
(battery capacity in %)
参数 |
描述 |
|---|---|
此代码块没有参数。 |