Spaces:
Running
Running
Commit ·
07f7ad1
1
Parent(s): ec66d2c
Update wireless getting started to point to desktop app.
Browse files- src/pages/GettingStarted.jsx +78 -88
src/pages/GettingStarted.jsx
CHANGED
|
@@ -438,7 +438,7 @@ export default function GettingStarted() {
|
|
| 438 |
</Typography>
|
| 439 |
</Box>
|
| 440 |
|
| 441 |
-
{/* Step 2: Connect
|
| 442 |
<Box sx={{ mb: 10 }}>
|
| 443 |
<Box sx={{ mb: 3 }}>
|
| 444 |
<Typography
|
|
@@ -452,95 +452,85 @@ export default function GettingStarted() {
|
|
| 452 |
>
|
| 453 |
Step 2
|
| 454 |
</Typography>
|
| 455 |
-
<Typography variant="h3" sx={{ mt: 0.5 }}>Connect
|
| 456 |
</Box>
|
| 457 |
|
| 458 |
-
<
|
| 459 |
-
<
|
| 460 |
-
<
|
| 461 |
-
<
|
| 462 |
-
|
| 463 |
-
|
| 464 |
-
|
| 465 |
-
|
| 466 |
-
|
| 467 |
-
|
| 468 |
-
|
| 469 |
-
|
| 470 |
-
|
| 471 |
-
<
|
| 472 |
-
|
| 473 |
-
|
| 474 |
-
|
| 475 |
-
<
|
| 476 |
-
|
| 477 |
-
|
| 478 |
-
|
| 479 |
-
|
| 480 |
-
|
| 481 |
-
|
| 482 |
-
|
| 483 |
-
|
| 484 |
-
|
| 485 |
-
|
| 486 |
-
|
| 487 |
-
|
| 488 |
-
|
| 489 |
-
/>
|
| 490 |
-
|
| 491 |
-
|
| 492 |
-
|
| 493 |
-
|
| 494 |
-
|
| 495 |
-
</
|
| 496 |
-
|
| 497 |
-
|
| 498 |
-
|
| 499 |
-
|
| 500 |
-
|
| 501 |
-
<
|
| 502 |
-
|
| 503 |
-
|
| 504 |
-
|
| 505 |
-
|
| 506 |
-
|
| 507 |
-
|
| 508 |
-
|
| 509 |
-
|
| 510 |
-
|
| 511 |
-
|
| 512 |
-
|
| 513 |
-
|
| 514 |
-
|
| 515 |
-
|
| 516 |
-
|
| 517 |
-
|
| 518 |
-
|
| 519 |
-
|
| 520 |
-
|
| 521 |
-
|
| 522 |
-
|
| 523 |
-
|
| 524 |
-
|
| 525 |
-
|
| 526 |
-
|
| 527 |
-
|
| 528 |
-
|
| 529 |
-
|
| 530 |
-
|
| 531 |
-
|
| 532 |
-
|
| 533 |
-
|
| 534 |
-
size="small"
|
| 535 |
-
href="http://reachy-mini.local:8000"
|
| 536 |
-
target="_blank"
|
| 537 |
-
endIcon={<OpenInNewIcon />}
|
| 538 |
-
>
|
| 539 |
-
Open Dashboard
|
| 540 |
-
</Button>
|
| 541 |
-
</StepContent>
|
| 542 |
-
</Step>
|
| 543 |
-
</Stepper>
|
| 544 |
</Box>
|
| 545 |
</>
|
| 546 |
)}
|
|
|
|
| 438 |
</Typography>
|
| 439 |
</Box>
|
| 440 |
|
| 441 |
+
{/* Step 2: Connect & Install */}
|
| 442 |
<Box sx={{ mb: 10 }}>
|
| 443 |
<Box sx={{ mb: 3 }}>
|
| 444 |
<Typography
|
|
|
|
| 452 |
>
|
| 453 |
Step 2
|
| 454 |
</Typography>
|
| 455 |
+
<Typography variant="h3" sx={{ mt: 0.5 }}>Connect & install the app</Typography>
|
| 456 |
</Box>
|
| 457 |
|
| 458 |
+
<Grid container spacing={4} alignItems="center">
|
| 459 |
+
<Grid size={{ xs: 12, md: 6 }}>
|
| 460 |
+
<Stepper orientation="vertical">
|
| 461 |
+
<Step active completed={false}>
|
| 462 |
+
<StepLabel>
|
| 463 |
+
<Typography fontWeight={600}>Power on your Reachy Mini</Typography>
|
| 464 |
+
</StepLabel>
|
| 465 |
+
<StepContent>
|
| 466 |
+
<Typography variant="body2" color="text.secondary">
|
| 467 |
+
Wait about 30 seconds for the robot to boot up.
|
| 468 |
+
</Typography>
|
| 469 |
+
</StepContent>
|
| 470 |
+
</Step>
|
| 471 |
+
<Step active completed={false}>
|
| 472 |
+
<StepLabel>
|
| 473 |
+
<Typography fontWeight={600}>Download the desktop app</Typography>
|
| 474 |
+
</StepLabel>
|
| 475 |
+
<StepContent>
|
| 476 |
+
<Typography variant="body2" color="text.secondary" sx={{ mb: 1 }}>
|
| 477 |
+
The desktop app includes everything you need to control your Wireless version.
|
| 478 |
+
</Typography>
|
| 479 |
+
<Typography variant="caption" sx={{ display: 'block', mb: 2, color: 'warning.main' }}>
|
| 480 |
+
Desktop App available for macOS (Apple Silicon), Windows & Linux (beta).
|
| 481 |
+
</Typography>
|
| 482 |
+
<Button
|
| 483 |
+
variant="contained"
|
| 484 |
+
component={RouterLink}
|
| 485 |
+
to="/download"
|
| 486 |
+
startIcon={<DownloadIcon/>}
|
| 487 |
+
>
|
| 488 |
+
Download Desktop App
|
| 489 |
+
</Button>
|
| 490 |
+
|
| 491 |
+
<Button
|
| 492 |
+
variant="outlined"
|
| 493 |
+
href="https://huggingface.co/docs/reachy_mini/SDK/installation"
|
| 494 |
+
target="_blank"
|
| 495 |
+
startIcon={<OpenInNewIcon/>}
|
| 496 |
+
>
|
| 497 |
+
Alternative: Python SDK
|
| 498 |
+
</Button>
|
| 499 |
+
</StepContent>
|
| 500 |
+
</Step>
|
| 501 |
+
<Step active completed={false}>
|
| 502 |
+
<StepLabel>
|
| 503 |
+
<Typography fontWeight={600}>Connect the robot to your Wi-Fi</Typography>
|
| 504 |
+
</StepLabel>
|
| 505 |
+
<StepContent>
|
| 506 |
+
<Typography variant="body2" color="text.secondary" sx={{ mb: 1 }}>
|
| 507 |
+
Use the desktop app to connect your robot to your Wi-Fi network.
|
| 508 |
+
</Typography>
|
| 509 |
+
</StepContent>
|
| 510 |
+
</Step>
|
| 511 |
+
<Step active completed={false}>
|
| 512 |
+
<StepLabel>
|
| 513 |
+
<Typography fontWeight={600}>Open the app & play!</Typography>
|
| 514 |
+
</StepLabel>
|
| 515 |
+
<StepContent>
|
| 516 |
+
<Typography variant="body2" color="text.secondary">
|
| 517 |
+
The app will automatically detect your robot. Click "Wake Up" to start,
|
| 518 |
+
then explore 30+ apps created by the community, from hand tracking to AI conversations! If you experience any issues, feel free to check our <a href="https://huggingface.co/docs/reachy_mini/troubleshooting" target="_blank">Troubleshooting & FAQ page</a> or contact us on <a href="https://discord.gg/HDrGY9eJHt" target="_blank">Discord</a>.
|
| 519 |
+
</Typography>
|
| 520 |
+
</StepContent>
|
| 521 |
+
</Step>
|
| 522 |
+
</Stepper>
|
| 523 |
+
</Grid>
|
| 524 |
+
|
| 525 |
+
<Grid size={{ xs: 12, md: 6 }}>
|
| 526 |
+
<Box
|
| 527 |
+
component="img"
|
| 528 |
+
src="/assets/desktop-app-screenshot--dark.png"
|
| 529 |
+
alt="Reachy Mini Control App"
|
| 530 |
+
sx={{ width: '100%', display: 'block', borderRadius: '12px' }}
|
| 531 |
+
/>
|
| 532 |
+
</Grid>
|
| 533 |
+
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 534 |
</Box>
|
| 535 |
</>
|
| 536 |
)}
|