You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RGB LEDs can be used for visual feedback and can be programmed to display various colors and patterns.
230
+
The RGB LEDs can be used for visual feedback and can be programmed to display various colors and patterns. The LEDs take in **bolean** values for each color meaning that combinations are possible by setting each color **on** or **off** istead of controlling intensity.
231
231
232
232
### Connectors
233
233
@@ -245,19 +245,20 @@ The Arduino Alvik robot package includes the following items:
245
245
246
246
## Move Alvik!
247
247
248
+
## Move Alvik!
249
+
248
250
### Basic Touch Programming
249
251
250
-
Alvik’s touch buttons can be programmed to control various actions such as movement, changing modes, and interacting with the environment. This allows for creating intuitive control schemes for different applications.
252
+
Alvik’s touch buttons can be programmed to control various actions such as movement, changing modes, and interacting with the environment. This allows for creating intuitive control schemes for different applications. By default, the touch buttons are pre-programmed to control the Alvik's basic movements, such as moving forward, backward, turning left, and turning right. This setup provides an immediate interactive experience, enabling you to get started with minimal setup.
251
253
252
254
### Following Objects
253
255
254
-
Using the distance sensors, Alvik can follow objects by maintaining a certain distance from them. This is useful for applications like automated guided vehicles and interactive robotics.
256
+
Out of the box, Alvik is equipped with distance sensors that allow it to follow objects by maintaining a certain distance from them. This feature is pre-configured to help the Alvik follow a target object, making it useful for applications like automated guided vehicles and interactive robotics. The default settings ensure that Alvik can smoothly track and follow objects placed in front of it without any additional programming required.
255
257
256
258
### Line Follower
257
259
258
-
With its line follower sensors, Alvik can navigate along predefined paths marked by lines on the ground. This is especially useful in educational settings and for demonstrating basic robotic navigation.
260
+
Alvik comes pre-programmed with a line following algorithm that utilizes its built-in line follower sensors. These sensors enable the Alvik to navigate along predefined paths marked by lines on the ground. This feature is particularly beneficial in educational settings and for demonstrating basic robotic navigation. The default configuration allows Alvik to follow a black line on a white surface right out of the box, providing an engaging and interactive learning experience for you.
259
261
260
-
The goal is to present the sensors and actuators of the Alvik robot, highlighting their key features and uses without delving into programming specifics.
261
262
262
263
263
264
## Alvik First Use
@@ -1018,6 +1019,8 @@ The Arduino Alvik robot comes equipped with two RGB LEDs that can be controlled
1018
1019
`green`: Intensity of the green component (0 or 1)
1019
1020
`blue`: Intensity of the blue component (0 or 1)
1020
1021
1022
+
In this case the LEDs take in **bolean** values for each color meaning that combinations are possible by setting each color **on** or **off** istead of controlling intensity.
1023
+
1021
1024
**Example**
1022
1025
1023
1026
Here's an example sketch that cycles through different colors on both LEDs:
0 commit comments