Skip to content

Commit

Permalink
revert a couple for a different PR and remove some photos
Browse files Browse the repository at this point in the history
  • Loading branch information
JessamyT committed Sep 8, 2023
1 parent 4d203b6 commit 3d2413f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 11 deletions.
Binary file removed assets/tutorials/blink-an-led/create-component.png
Binary file not shown.
Binary file removed assets/tutorials/scuttlebot/createcomponent.png
Binary file not shown.
2 changes: 0 additions & 2 deletions docs/tutorials/configure/scuttlebot.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ cost: 540
1. Create a *robot* and follow the setup instructions until the robot successfully connects to the Viam app.
1. Navigate to the robot's **Config** tab.

![The Viam app UI showing the config tab of the robot.](/tutorials/scuttlebot/createcomponent.png)

## Configure the board

Add your first component, the [board](/components/board/):
Expand Down
4 changes: 1 addition & 3 deletions docs/tutorials/get-started/blink-an-led.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,7 @@ First, go to the [Viam app](https://app.viam.com/) on your web browser and navig
{{< tabs >}}
{{% tab name="Config Builder" %}}

![The Create component field on the Components subtab of the Config tab.](/tutorials/blink-an-led/create-component.png)

Add a [*board component*](/components/board/) to represent your single board computer, which in this case is the Raspberry Pi.
Add a [*board component*](/components/board/) to represent your single-board computer, which in this case is the Raspberry Pi.
To create the new component, click **Create component** in the lower left corner of the **Config** tab.

- Select `board` as the component type.
Expand Down
6 changes: 3 additions & 3 deletions docs/tutorials/get-started/confetti-bot.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,17 +121,17 @@ We named ours ConfettiBot.

![A robot page header in the Viam app, its under the location work, and named ConfettiBot.](/tutorials/confetti-bot/app-name-confettibot.png)

Then navigate to the robot’s **Config** tab to start configuring your components.
Then navigate to the robot’s **CONFIG** tab to start configuring your components.

{{< tabs >}}
{{% tab name="Builder UI" %}}

### Configure the Pi as a board

Navigate to the **Components** subtab of the **Config** tab.
Click on the **Components** subtab and navigate to the **Create component** menu.

Click **Create Component** in the lower-left corner of the page.
Add your {{< glossary_tooltip term_id="board" text="board" >}} with the name `party`, type `board` and model `pi`.
Click **Create Component**.

![Create component panel, with the name attribute filled as party, type attribute filled as board and model attribute filled as pi.](/tutorials/confetti-bot/app-board-create.png)

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/get-started/servo-mousemover.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ In the **Config** tab, create a new component with the following attributes:

![This is a screenshot of the Viam app on the CONFIG page. It shows that Builder is chosen as the mode. Below that in the components tab it shows Create Component and to the far left It says Name with a box and the name local typed in. The next box to the right says Type and it shows a drop down list of different types of components in Viam with board selected. To the far right it says Model with a drop down list and pi is selected. Directly to the right of Model is a Create Component button that will create the component.](/tutorials/single-component-tutorials-servo-mousemover/new-board.png)

Click **Create** to create the pi [board component](/components/board/) component.
Click **Create Component** to create the pi [board component](/components/board/) component.

### Servo component

Expand All @@ -175,7 +175,7 @@ After the board component, create a new [servo component](/components/servo/) wi

![This is a screenshot of the Viam app on the CONFIG page. It shows that Builder is chosen as the mode. Below that in the components tab it shows Create Component and to the far left It says Name with a box and the name FS90R typed in. The next box to the right says Type and it shows a drop down list of different types of components in Viam with servo selected. To the far right it says Model with a drop down list and pi is selected. Directly to the right of Model is a Create Component button that will create the component.](/tutorials/single-component-tutorials-servo-mousemover/new-servo.png)

Click **Create** to create the [servo component](/components/servo/).
Click **Create Component** to create the [servo component](/components/servo/).

You will then see where you can put in Attributes for the servo.
This is where you tell Viam which hardware pin to use to control the servo.
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/projects/tipsy.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ Click on the **Components** subtab and navigate to the **Create component** menu

1. **Configure the Pi as a board**

Add your {{< glossary_tooltip term_id="board" text="board" >}} with the name `local`, type `board`, and model `pi`.
Click **Create component**.
Add your {{< glossary_tooltip term_id="board" text="board" >}} with the type `board`, model `pi`, and name `local`.

![Create component panel, with the name attribute filled as local, type attribute filled as board and model attribute filled as Pi.](/tutorials/tipsy/app-board-create.png)

Expand Down

0 comments on commit 3d2413f

Please sign in to comment.