Quick Start - RC1
RC1 is a small-sized computer that lets you interact with the world around you.
RC1 is a physical computing device. You will learn about computers and robotics, run science experiments, design your own video game through designing and building interactive projects.
RC1 can be used in STEM curriculums or as an extracurricular activity. It can be programmed by learners to receive and send signals through sensors and output devices. The learning process is enhanced by a constructivist approach by using digital programming to manipulate material objects in real life.
Supplies
- TekTech RC1 + USB wire
- Download APP (Windows Only)
Install the App on Your Computer
Open downloaded file
- Open Setup (Choose English) and click next
- Welcome page (Click Next)
- Make sure both “TekTech” and “Driver” are chosen (Click Next)
- Choose installation location (Click Next)
- Wait for the initial installation to finish
- Install Driver (Click install)
- Click Finish to complete installation and run the App
Open App and Write Code
We will use a simple code to show changing light levels on the screen
From the side menu (Basic)
- Drag the block "Forever" to the center stage
From the side menu (Display)
- Drag the block "Display show scroll" to the center stage inside the "Forever" block
From the side menu (Basic)
- Drag the block "Light level %" to the center stage inside the "Display show scroll" block
Now, you're ready to upload your code
Upload Code to RC1
Press upload at the bottom of the screen (The upload button looks like an arrow pointing upwards)
Choose the port. If you have multiple ports choose the one ending in wch.cn
You should be able to see the message "Upload successful" in the top right corner
Now, you can test your program on RC1