Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,10 @@ wiki:
url: /wiki/computing/setup-gpus-for-computer-vision/
- title: Ubuntu Dual Boot and Troubleshooting Guide
url: /wiki/computing/troubleshooting-ubuntu-dual-boot/
- title: Comparing Commercial Off The Shelf Embedded Platforms
url: /wiki/computing/comparing-cots-embedded-systems/
- title: Jetson Orin AGX
url: /wiki/computing/jetson-orin-agx.md
url: /wiki/computing/jetson-orin-agx/
- title: Fabrication
url: /wiki/fabrication/
children:
Expand Down
Binary file added assets/images/computing/adafruitFeather.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/computing/arduinoDue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/computing/arduinoUno.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/computing/rpi3b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/computing/rpi4b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/computing/rpi5b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/computing/rpiZero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
134 changes: 134 additions & 0 deletions wiki/computing/comparing-cots-embedded-systems.md

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions wiki/computing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ This section is curated for developers and researchers working on robotics appli
- **[Arduino](/wiki/computing/arduino/)**
Learn the fundamentals of Arduino boards, including the Uno and Mega, wiring configurations for components like limit switches and motor drivers, and practical examples with annotated code snippets.

- **[Comparing Commercial Off The Shelf Embedded Platforms](/wiki/computing/comparing-cots-embedded-systems/)**
A comprehensive guide and comparison of popular embedded systems like Arduino, ESP32, and Raspberry Pi, helping you choose the right platform for your project's compute and control needs.

- **[Amazon Web Services Quickstart](/wiki/computing/aws-quickstart/)**
A step-by-step guide to launching, accessing, and managing AWS EC2 instances for cloud computing. Covers SSH configuration, tmux for persistent sessions, and tips for stopping or managing instances effectively.

Expand Down