Micro:bit Radio Makecode.

Slides:



Advertisements
Similar presentations
TFTP (Trivial File Transfer Protocol)
Advertisements

DATA COMMUNICATION AND NETWORKING Chapter 12. Communication sending or receiving information Beating of drums Mirrors reflecting sunlight Homing pigeons.
Computer Science 101 Data Encryption And Computer Networks.
S A B D C T = 0 S gets message from above and sends messages to A, C and D S.
CSEN5322 Quiz-3.
How Radio Waves Act Similar to Book Chapter 2 – sections 2.4 and 2.6.
Website Development with PHP and MySQL Saving Data.
Compression.  Compression ratio: how much is the size reduced?  Symmetric/asymmetric: time difference to compress, decompress?  Lossless; lossy: any.
Variables and Math in Code. Variables A variable is a storage block for information in your program “A” “A” Computer Program Memory Computer Program.
Chapter 1 Building Responsibility
The Communication Model Speech 8 key terms You will present today’s information in the form a speech on WEDNESDAY
Adding Integers on a Number Line
TYPES OF COMMUNICATION
TFTP Trivial File Transfer Protocol References: RFC 783.
Using Shapes. Shape is defined as any element that’s used to determine or give form.
The Communication Model Speech 8 key terms You will present today’s information in the form a speech on WEDNESDAY
Activity 2 Keeping Yourself Secure. What Would You Do? Listen to each of the situations and watch the video that goes along with it. Think about what.
TELECOMMUNICATION. Communication over a long distance.
THE COMMUNICATION PROCESS Chapter 2. The Communication Process.
 Sender (also known as the Encoder)  Person or being who transmits (sends) a message  Message  Idea or information that the sender wants to convey.
Unit: Sound and Light Lesson 3: Wireless Communication
micro:bit for primary schools – mb4ps.co.uk
micro:bit for primary schools – mb4ps.co.uk
How does NASA communicate with a spacecraft?
BBC Microbit.
BBC Microbit.
BBC Microbit.
And the text with form..
BBC Microbit.
W Customize this banner with your own message! Select the letter and add your own text. Use one character per slide.
BBC Microbit.
BBC Microbit.
BUTTERFLY EFFECT DIAGRAM
BBC Microbit.
BBC Microbit.
B Customize this banner with your own message! Select the letter and add your own text. Use one character per slide.
BBC Microbit.
BBC Microbit.
BBC Microbit.
BBC Microbit.
BBC Microbit.
BBC Microbit.
BBC Microbit.
H Customize this banner with your own message! Select the letter and add your own text. Use one character per slide.
B Customize this banner with your own message! Select the letter and add your own text. Use one character per slide.
W Customize this banner with your own message! Select the letter and add your own text. Use one character per slide.
Program Structure INITIALIZE_EL_PARQUERO.WBT EL_PARQUERO.WBT MAIN.WBT
Data Communication & Networking
Micro:bit Radio 2 Makecode.
Data Communication.
H Customize this banner with your own message! Select the letter and add your own text. Use one character per slide.
W Customize this banner with your own message! Select the letter and add your own text. Use one character per slide.
C Customize this banner with your own message! Select the letter and add your own text. Use one character per slide.
№96 сонли умумий ўрта мактабининг ўқитувчиси Эшанкулова феруза
W Customize this banner with your own message! Select the letter and add your own text. Use one character per slide.
STEP ONE. STEP ONE. STEP ONE. STEP ONE. STEP ONE. 02
BBC Microbit.
YOUR text YOUR text YOUR text YOUR text
Window Management in TCP
Text Type: s Unit 5 Amazing facts.
Communication Process
communications system
W Customize this banner with your own message! Select the letter and add your own text. Use one character per slide.
W Customize this banner with your own message! Select the letter and add your own text. Use one character per slide.
Anti-poaching collar.
Tree protector.
H Customize this banner with your own message! Select the letter and add your own text. Use one character per slide.
Tree protector.
Tree protector.
Tree protector.
Presentation transcript:

Micro:bit Radio Makecode

Sender

A receiver microbit can also send a message to another microbit

How far will a message travel? 230 Feet Open space at full strength transmit power = 7

How to send the message further Relay the message between microbits 200 400 845 220 620 230

Radio Group Both the receiver and sender microbits must use the same radio group number (0 – 10)

Add Radio Set Group to On Start block

Sending Data Numbers String (Text) String and a Value

Sending Text Radio send string

Receiving Text Add Radio Set Group to On Start Block

Add on radio received block and show string Add receivedString from Variables

Sending a Number Radio send number

Receiving a Number Add on radio received block – receivedNumber and show number Add receivedNumber from Variables

Sending Text and a Value Radio send string

Receiving Text and a Value Add name and value from variables

Using Text and a Value