Commit Graph
259 Commits
Author SHA1 Message Date
Laurens Valk 3fb7f2e27c 42140-app-controlled-transformation-vehicle: Add extra demo.
- Add additional program.
- Apply formatting.
- Fix image URL.
- Reduce image size.

Fixes https://github.com/pybricks/pybricks-projects/issues/89
2023-11-24 21:04:12 +01:00
Geoff Stearns c5d25b973f 42140-app-controlled-transformation-vehicle: Add remote demo.
Add Powered up Remote support for App-Controlled Transformation Vechicle

Add variable speed settings via red buttons
2023-11-24 20:52:02 +01:00
kai-morich 465d95f73c tutorials/dev/tools/vscode: Run with F5.
run on powered up devices from vs code with F5 key

simplify run configuration
2023-11-24 20:49:40 +01:00
Laurens Valk 2ccf76c022 tutorials/wireless/hub-to-device/pc-communications: Update for 3.3.0. 2023-11-24 20:46:14 +01:00
David Lechner 6e774a6372 tutorials/wireless/hub-to-device/pc-communications: improve demo
- Remove extraneous Bleak code.
- Add synchronization between hub program and pc program.
- Handle case when device is not found.
- Handle early hub disconnection.
2023-06-12 10:20:01 -05:00
David Lechner 8f17408293 tutorials/wireless/hub-to-device/pc-communication: remove move hub suggestion
The move hub doesn't have the `input()` builtin, so no workaround is
currently possible.
2023-06-06 12:09:42 -05:00
David Lechner 88d8d7374c tutorials/wireless/hub-to-hub: update for v3.3.0b5 2023-05-16 16:43:02 -05:00
kai-morich 58d66ac315 tutorials/dev/tools/vscodeuse default python.languageServer (#86)
similar to pybricks-api readme
2023-04-22 13:55:28 -05:00
David Lechner 2892440de9 tutorials/dev/tools/vscode: add python3-venv note
On Ubuntu, the `venv` package is not installed by default even though
it is part of the standard library.
2023-04-21 14:08:20 -05:00
David Lechner 99f7b8b853 tutorials/dev/tools/vscode: finish writing 2023-03-30 13:17:28 -05:00
Laurens Valk 807e337774 tutorials/dev/tools: Add vscode project placeholder. 2023-03-29 13:44:57 +02:00
Laurens Valk 1d99233e83 tutorials/dev/tools/linux: Update icon.
This makes it clearer that this is (also) about Pybricks Code.
2023-03-29 13:37:33 +02:00
Laurens Valk 64e5ab172e sets/technic/off-roader: Use smoothness profile.
For the drive wheels, smoothness is more important than precision.
2023-03-17 15:08:57 +01:00
Laurens Valk 3c6ab92432 projects/tutorials/wireless: Delete unused script.
This was not included anywhere.
2023-03-17 15:07:09 +01:00
Laurens Valk b20811e5ac tutorials/wireless: Add LWP3 example. 2023-03-07 20:02:36 +01:00
David Lechner bb0fd856d6 LICENSE: update copyright year 2023-02-15 17:46:56 -06:00
David Lechner e47c0fca66 sets/mindstorms-robot-invetor/gelo: fix missed rename
Did some last minute renaming to fix flake8 but must have missed some.
2023-02-04 17:56:03 -06:00
David Lechner 59c84aa332 sets/mindstorms-robot-inventor/main-models/gelo/repl: fix link 2023-01-09 09:09:31 -06:00
David Lechner 6543d63b00 sets/mindstorms-robot-inventor/main-models/gelo: new programs
This adds new programs for Gelo. Inspired by the official LEGO programs.
2023-01-09 09:42:59 +01:00
davecparker b60589abf4 tutorials/wireless: Added remote control techniques.
Added new tutorial category for Remote Control, and the Basic Button Techniques tutorial

Spelling fixes

Added DriveBase remote control tutorial

Added another remote control tutorial, for a basic DriveBase

Fix typos and formatting

Change remote image from PNG to JPG

Use "not in" instead of "not (..in..)"

Use "not in" instead of "not (..in..)" for better Python style

Fixed tutorial md snippet to match the py update

from the "not in" style fix

Moved Remote Control tutorial category to be under Wireless

Moved the Remote Control category to be under the existing Wireless top-level category, and changed the Remote Control category md file to specify
   layout: set
so that the entire structure parallels that of wireless/hub-to-device
2023-01-09 09:29:40 +01:00
Dave Parker fda58d9b80 sets/mindstorms-robot-inventor: Add Quick Reference sample
* Added Quick Reference sample for Inventor

Added a new sample for 51515 that acts like a quick reference to almost all of the relevant Pybricks API for the hub and devices that come in the 51515 kit.

* Added Notes for Beginners to the md file

* Better explanation of the Python syntax
2023-01-09 08:55:30 +01:00
Dave Parker fb8bf3bd53 sets/mindstorms-robot-inventor: Add Fast Block Flipper 2023-01-09 08:51:44 +01:00
Dave Parker a576adcb1f sets/mindstorms-robot-inventor: Add Mini Loader sample
* Add Mini Loader sample

Initial commit to add the "Remote-controlled Mini Loader" sample for Inventor, which is controlled by the Bluetooth Remote using a variety of techniques.

* Changed video ID

Changed the YouTube video ID of this sample to move it to my OneKitProjects channel, where it probably makes sense to make public at some point.
2022-12-24 09:17:45 +01:00
Laurens Valk 244f39f1be tutorials/dev/tools/linux: Add udev instructions. 2022-12-20 09:16:13 +01:00
Laurens Valk c41d37a6df tutorials: Move remix category. 2022-11-15 12:41:32 +01:00
Laurens Valk 5e8fd75f7e tutorials/wireless: Add broadcast example. 2022-11-07 17:21:45 +01:00
Laurens Valk 924d383a01 tutorials/wireless: Add PC communication example. 2022-10-25 10:20:07 +02:00
laurensvalk df0b372d07 droid-commander: Drop limit adjustments. (#72)
Changing the limits should no longer be required just to change the acceleration.
2022-10-25 10:19:30 +02:00
Laurens Valk a9f01d961d 42131-cat-bulldozer: Add RC project. 2022-02-28 15:23:32 +01:00
Laurens Valk d7014763f7 42114-volvo-articulated-hauler: Copy-edit project.
Applies small fixes to description and formats the code.
2022-02-21 09:30:28 +01:00
repkovsky 453dd16fca 42114-volvo-articulated-hauler: Add RC project. 2022-02-21 09:28:06 +01:00
David Lechner 709441c4b7 sets/technic/*/remote: swap left/right controls (#68)
In RC toys, there is a defacto standard that throttle is on the left
and steering is on the right, so this configuration should be more
natural to anyone who has used other RC toys.
2022-02-21 08:44:28 +01:00
Laurens Valk 49ef87f957 all: Remove remote beta note.
This is part of the stable release now.
2021-12-21 11:05:41 +01:00
Laurens Valk e2a4dc6cdf 42129-mercedes-benz-zetros: Add RC project. 2021-12-09 12:02:55 +01:00
Laurens Valk 9fd29435f1 sets/city/cargo-train: Add speed control project. 2021-11-12 16:28:22 +01:00
David Lechner e2f22524bc sets/technic: add note about Remote being in beta
We have had several reports of the Remote not working because people
don't know that this is still in beta.

https://github.com/pybricks/support/discussions/427
2021-08-10 16:17:44 -05:00
Laurens Valk d8a4896f40 wack3m: Fix broken link. 2021-07-23 16:34:52 +02:00
Laurens Valk a6978f7943 off-road-buggy: Update video and set number.
Also make small text fixes.
2021-07-23 16:29:50 +02:00
Jorge Pereira a4a0f9bfe4 42124-off-road-buggy: Add remote project
* Create index.md

* Add files via upload

* Delete 42124-off-road-buggy directory

* Create index.md

* Add files via upload

* Create index.md

* Create main.py

* Add files via upload

* Add files via upload

* Update index.md

* Update index.md

* Update index.md

* Update index.md
2021-07-23 16:11:11 +02:00
Antoni Lương-Phạm Anh Quân 21a0c6f28d Gelo: Add initial program
* update Robodoz3r README Update

* add index.md for gelo

* add Gelo basic program

* update Gelo basic program

* refactor gelo-basic program
2021-07-23 16:10:04 +02:00
Antoni Lương-Phạm Anh Quân 15e3d2b7f6 wack3m: Refactor for website update
* update Robodoz3r README Update

* update Mindstorms EV3 VSCode workspace settings

* update Mindstorms EV3 Home Bonus VSCode workspace settings

* update Wack3m VSCode settings

* update Wack3m VSCode settings

* update wack3m program and index

* update Wack3m image file name

* update VSCode settings
2021-07-23 16:09:09 +02:00
Laurens Valk 07be5aa18e 42099-off-roader: Add Powered Up Remote example. 2021-07-01 11:52:45 +02:00
Antoni Lương-Phạm Anh Quân 8b8376d05a Fix mvp typo (#62) 2021-06-09 08:41:44 -05:00
Laurens Valk 13ed3ac6fb all: Add code directive. 2021-05-19 13:06:38 +02:00
Laurens Valk 003f32f7fd all: Rename Pybricks team. 2021-05-19 11:46:47 +02:00
Laurens Valk a6c167325a sets/mindstorms-robot-inventor: Reorganize by hub. 2021-05-19 11:39:08 +02:00
Laurens Valk 13c2d873ff sets/city/cargo-train: Add instruction links. 2021-05-19 11:24:08 +02:00
Laurens Valk 099a619fc9 sets/spike/grabber: Add missing link. 2021-05-19 11:23:47 +02:00
Laurens Valk 86bacd8f96 all: Update metadata. 2021-05-18 14:31:24 +02:00
10ae1be48d sets/spike: Update grabber.
* add README for Kiki the Dog (SPIKE Prime)

* add Kiki program

* fix Kiki README

* refactor Grabber

* Pybricks with lower-case b

Co-authored-by: David Lechner <david@lechnology.com>

* add short comment to Grabber program

Co-authored-by: Ariana Lương-Phạm <Ariana.LuongPham@gmail.com>
Co-authored-by: Antoni Luong Pham <Antoni.LuongPham@gmail.com>
Co-authored-by: David Lechner <david@lechnology.com>
2021-05-18 14:04:23 +02:00