Discuss Scratch
- Discussion Forums
- » Connecting to the Physical World
- » What are the Physical Extensions?
- VedanshS933
-
Scratcher
1000+ posts
What are the Physical Extensions?
Can anyone explain me how you use these and what are these?
What is Scratch Link?
What is Scratch Link?
Last edited by VedanshS933 (Feb. 4, 2022 04:36:52)
- dhuls
-
Scratcher
1000+ posts
What are the Physical Extensions?
Can anyone explain me how you use theseYou need to actually own them to be able to use them. For example, in order to use the micro:bit extension you need to own a micro:bit.
What is Scratch Link?The program that allows communication between Scratch and these extensions. Not available for Linux. Downloadable on the extension landing pages (for example, here)
- VedanshS933
-
Scratcher
1000+ posts
What are the Physical Extensions?
Can anyone explain me how you use theseYou need to actually own them to be able to use them. For example, in order to use the micro:bit extension you need to own a micro:bit.What is Scratch Link?The program that allows communication between Scratch and these extensions. Not available for Linux. Downloadable on the extension landing pages (for example, here)
Ok, where do I find them?
60 sec again
- -ElectronicArts-
-
Scratcher
1000+ posts
What are the Physical Extensions?
what do you mean “find them”?Can anyone explain me how you use theseYou need to actually own them to be able to use them. For example, in order to use the micro:bit extension you need to own a micro:bit.What is Scratch Link?The program that allows communication between Scratch and these extensions. Not available for Linux. Downloadable on the extension landing pages (for example, here)
Ok, where do I find them?
60 sec again
- hacktronics
-
Scratcher
100+ posts
What are the Physical Extensions?
For example on https://ide.codeskool.cc/, you can program Arduino devices, etc.
These are external physical embedded hardware, that you can program using just drag and drop scratch blockly blocks.
But scratch is javascript and to interact with these physical devices, or to compile and send the program to these devices,
you need some type of intermediary, which is called scratch link or something, that helps to connect these devices via Bluetooth, etc.
and bridge the browser with these devices.
Scratch Foundation has their software called Scratch Link that uses Bluetooth to connect with micro:bit, etc. we have our own software,
that uses both websockets and bluetooth to connect with ESP32.
So Physical extensions are blocks to program, physical devices, and link is an application that helps the extensions to connect to these devices.
These are external physical embedded hardware, that you can program using just drag and drop scratch blockly blocks.
But scratch is javascript and to interact with these physical devices, or to compile and send the program to these devices,
you need some type of intermediary, which is called scratch link or something, that helps to connect these devices via Bluetooth, etc.
and bridge the browser with these devices.
Scratch Foundation has their software called Scratch Link that uses Bluetooth to connect with micro:bit, etc. we have our own software,
that uses both websockets and bluetooth to connect with ESP32.
So Physical extensions are blocks to program, physical devices, and link is an application that helps the extensions to connect to these devices.
- VedanshS933
-
Scratcher
1000+ posts
What are the Physical Extensions?
closing it to prevent necroposting.
thank you!
thank you!
- Discussion Forums
- » Connecting to the Physical World
-
» What are the Physical Extensions?