“Micro:Bit Valon-I en”的版本间的差异

来自YFRobotwiki
跳转至: 导航搜索
Makecode Programming Example
Motor Control
第76行: 第76行:
 
Learning Target: Mastering the basic method of motor control.
 
Learning Target: Mastering the basic method of motor control.
  
Effect: The car forward 1 second, right turn 1 second, left turn 1 second, back 1 second, back and right turn 1 second.
+
Effect: The valon forward 1 second; back 1 second; rotate right 1 second; rotate left turn 1 second.
  
 
Makecode Program Link: https://makecode.microbit.org/_C3LXJKhFhECJ
 
Makecode Program Link: https://makecode.microbit.org/_C3LXJKhFhECJ

2020年8月1日 (六) 11:10的版本

Valon-I

Programmable educational robot Valon-I

Valon-I is a programmable robot designed for maker education.

Official way to buy: Enterprise Store,Valon-I for Micro:Bit


Trolley installation video: coming soon......

Introduction

Valon-I is a programmable robot specially designed for maker education. It supports multiple programming environments such as MakeCode, Scratch and Python; it has the advantages of flexibility and exquisiteness, simple installation, easy to use, etc., and a variety of interesting functions, which can cultivate and develop children's logical thinking ability in a relaxed and happy situation, and it is helpful To increase interest in learning.

Valon-I intelligent robot, equipped with N20 all-metal high-quality micro geared motor, power indicator LED, programmable LED/buzzer, motor drive system, lithium battery power supply system, one-button switch start, line tracking sensor, optional RGBLED module/ Ultrasonic module is used as the eyes of the robot; and it extends 2 3PGVS standard sensor interface and 1 I2C interface, which has strong scalability.

Function

Valon function.png

Parameters

  • Power supply voltage: 7.4V DC (2 3.7V lithium batteries, note that dry batteries are not supported)
  • Anti-reverse connection, anti-overdischarge, one-key activation of lithium battery module
  • One-key start switch x1
  • Power indicator x1
  • Infrared line patrol sensor (digital signal) x3
  • Buzzer x1
  • LED car lights (digital signal) x2
  • Expansion port 3P interface (GVS) x2
  • Expansion port I2C interface x1
  • N20 metal gear motor x2
  • Maximum motor speed: 110 rpm
  • Lithium battery usage test: 1 hour tracking operation

Dimensions and weight

Product size: 86mm x 89mm x 52mm (height); weight: 102g (excluding battery and motherboard)

Valon Dimensions.png

Import the Makecode Extensions

1.Click the link: makecode.microbit.org, enter the makecode graphical online programming platform. (Note: Loading will be slow in the first time, please wait patiently)

2.Import the library: Copy the Valon-I library's address: https://github.com/YFROBOT-TM/pxt-yfrobot-valon

3.Import the library by following the steps.

Import the makecode graphical library.png

Makecode Programming Example

LED Light Flash

Learning Target: Learn the using way of LED light and buzzer.

Effect: The left and right LED lights flash alternately, and the buzzer emits two different tone frequencies at intervals of 0.5 second.

Makecode Program Link: https://makecode.microbit.org/_dsDPsaPaWJK6

Valon 01 LED buzzer.png

Read Ultrasonic Distance

Learning Target: Learn to read the distance of ultrasound, so that later can be flexible use of these data.

Effect: The ultrasonic detects the obstruction in front and the distance will be displayed on the dot-matrix screen in centimeters.

Makecode Program Link: https://makecode.microbit.org/_W31gu5YmTVfU

Valon 02 ultrasonic.png

Motor Control

Learning Target: Mastering the basic method of motor control.

Effect: The valon forward 1 second; back 1 second; rotate right 1 second; rotate left turn 1 second.

Makecode Program Link: https://makecode.microbit.org/_C3LXJKhFhECJ

Valon 03 motor control.png



Back to homepage

More suggestions and questions welcome feedback to YFRobot

Purchase method: Enterprise Store