Programming Skill allows you to drag various command blocks into a sequence to control the robot to run your program.
Before Starting
- Upgrade Loomo and the Loomo App to the latest version
- Make sure you have read these instructions
- Make sure your mobile device and Loomo are connected
Introduction
Create a project
Click on "+" to create a new project, give it a name and choose a favorite cover style!
Manage your project
Long press a project, you can edit its name and cover style.
How does Programming Skill work?
Loomo Programming Skill is based on Scratch Blocks. It has the same usage as Scratch Blocks. By dragging and dropping the command blocks one by one and connecting it to a sequence, you can control the robot to run your program. You can use various command blocks in one program infinitely. If you want to delete a block, just drag it into the block menu.
Run & Stop
You can make Loomo run your program by clicking the Start button, or interrupt its running by clicking the End button.
Blocks Manual
Movement
You can control Loomo to go forward, backward, turn left and turn right by using these four command blocks, the number below the edit block can be used to set the distance and the angle of the movement.
Emotion
You can control the emotions of Loomo.
Stare
Running this block will enable Loomo to stare at someone around.
GoTo
Running this block will let Loomo go to someone around.
AutoPhoto
By running this block, Loomo can take photos for people, and it will adjust camera view automatically.
PhotoShare
By running this block, Loomo will provide a QR sharing link for the latest photo captured by the AutoPhoto block. When no phone captured or no network connection, the QR code will not be generated.
Gender
Loomo can identify the gender of the person he sees. You can control Loomo to play different words or expressions based on genders.
Loop
We provide two looping blocks, a multi-cycle block and an infinite loop block, which let Loomo repeatedly execute the commands that you edit.