7 |
8 | ## How to play
9 | Open the [webapp](https://adrianotiger.github.io/lafvin-2wd-web/webapp/) and connect the Lafvin robot with over the browser.
10 |
11 | ### Credits
12 | Web Bluetooth (Danila Loginov)
13 | https://github.com/loginov-rocks/Web-Bluetooth-Terminal/
14 |
15 | Lafvin - Robots
16 | https://lafvintech.com/
17 |
--------------------------------------------------------------------------------
/webapp/css/tabs.css:
--------------------------------------------------------------------------------
1 | .b_val
2 | {
3 | font-size: 4vmin;
4 | }
5 |
6 | .b_val b
7 | {
8 | display: block;
9 | }
10 |
11 | .beebot_button
12 | {
13 | width:64px;
14 | height:64px;
15 | max-width: 8vw;
16 | max-height: 8vw;
17 | vertical-align:top;
18 | margin:2px;
19 | font-size: calc(min(32px, 4vw));
20 | line-height: calc(min(32px, 4vw));
21 | padding: 1vw;
22 | }
23 |
24 | .beebot_button:hover
25 | {
26 | background: white;
27 | }
28 |
29 | .beebot_reset
30 | {
31 | float:left;
32 | background:linear-gradient(to bottom, #fa6, #f73);
33 | margin-left:5vw;
34 | }
35 |
36 | .beebot_start
37 | {
38 | float: right;
39 | background:linear-gradient(to bottom,#beb,#7b7);
40 | margin-right:5vw;
41 | }
--------------------------------------------------------------------------------
/arduino/lafvin2wd/menu_beebot.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | #include | Connect device... | 14 |17 | |
|---|
20 | Press "Find BT device", allow the device/laptop to access the BT and search for JDY-16. 21 |
22 |