Skip to content

Commit 89521be

Browse files
situjetnevalsar
andauthored
Add wiki entry: Comparing COTS Embedded Systems (#219)
Adds a comprehensive comparison of popular embedded systems including Arduino, ESP32, and Raspberry Pi families for robotics applications. --------- Co-authored-by: Nevin Valsaraj <nevin.valsaraj32@gmail.com>
1 parent 37823b4 commit 89521be

10 files changed

Lines changed: 140 additions & 1 deletion

File tree

_data/navigation.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,10 @@ wiki:
303303
url: /wiki/computing/setup-gpus-for-computer-vision/
304304
- title: Ubuntu Dual Boot and Troubleshooting Guide
305305
url: /wiki/computing/troubleshooting-ubuntu-dual-boot/
306+
- title: Comparing Commercial Off The Shelf Embedded Platforms
307+
url: /wiki/computing/comparing-cots-embedded-systems/
306308
- title: Jetson Orin AGX
307-
url: /wiki/computing/jetson-orin-agx.md
309+
url: /wiki/computing/jetson-orin-agx/
308310
- title: Fabrication
309311
url: /wiki/fabrication/
310312
children:
856 KB
Loading
970 KB
Loading
369 KB
Loading

assets/images/computing/rpi3b.png

1.22 MB
Loading

assets/images/computing/rpi4b.png

1.7 MB
Loading

assets/images/computing/rpi5b.png

3.77 MB
Loading
1010 KB
Loading

wiki/computing/comparing-cots-embedded-systems.md

Lines changed: 134 additions & 0 deletions
Large diffs are not rendered by default.

wiki/computing/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ This section is curated for developers and researchers working on robotics appli
1313
- **[Arduino](/wiki/computing/arduino/)**
1414
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.
1515

16+
- **[Comparing Commercial Off The Shelf Embedded Platforms](/wiki/computing/comparing-cots-embedded-systems/)**
17+
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.
18+
1619
- **[Amazon Web Services Quickstart](/wiki/computing/aws-quickstart/)**
1720
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.
1821

0 commit comments

Comments
 (0)