תוכן הקורס
דגם ראשון: קרוסלה – דגמים לשיעור אחד – מהירים ומגניבים
0/3
דגם שלישי: הוראות בניה Pretty car מכונית בסיס
0/1
דגם רביעי: הוראות בניה Clip robot זרועות לרובוט
0/1
דגם חמישי: Mobile shooter חתול על גלגלים
0/1
דגם שישי: Changing Face אבן נייר ומספרים
0/1
דגם שביעי: Lifting platform מעלית ליפט
0/1
דגם שמיני: Spider עכביש – רובוט צועד
0/1
מידע על הרכיבים האלקטרונים
0/1
קורס 16 דגמים בערכה 1 Building:bit Super kit סופר בילדינג ביט מיקרוביט
הנחיות יחידת הלימוד

 

Serial Port

image.png 

3.1 These port is PH2.0-4PIN.

3.2 This interface possess 4 pin: 5v, GND, TX, RX.

You can connect some module with Serial port communication. (For example: Wifi camera)

As shown below.

image.png 

image.png 

Micro:bit supports serial port redirection. If you want to use this serial port socket on the super:bit expansion board, Just set TX to P1 and RX to P2.

As shown below.

image.png 

4. I2C Port

4.1 This interface possess 4 pin: 3.3v,SCL, SDA, GND.

4.2 The type is PH2.0 4PIN.

You can connect some module with I2C communication.

As shown below.

image.png 

image.png 

You need to add extension package of corresponding module.

Eg: We use Yahboom Voice module.

Extension package link: https://github.com/YahboomTechnology/Speech

 

image.png