Documentation icon indicating copy to clipboard operation
Documentation copied to clipboard

We need a page that list all the boards supported by the Meadow OS

Open upswing1 opened this issue 8 months ago • 1 comments

There is a need to improve the documentation by creating a table that list all the boards supported besides the F7. For example, Raspberry and BeagleBone with model numbers etc.

The table should include a column stating the latest version of the OS supported (?) and a column specifying if it was tested on the specific hardware platform

<html>
<body>
<!--StartFragment--><p></p>
Board Name | Model Number | Tested | Notes
-- | -- | -- | --
Raspberry Pi | 4 Model B | Yes | Popular SBC with GPIO and various interfaces
Raspberry Pi | 3 Model B+ | Yes | Widely used for IoT projects
BeagleBone Black | Rev C | Yes | Supports various peripherals via capes
BeagleBone AI-64 |   | No | Advanced AI capabilities
Seeed Studio | BeagleBone Green | No | Designed for IoT with Grove connectors
NVIDIA Jetson Nano |   | No | Suitable for AI and ML applications
Seeed Studio | reTerminal | No | Integrated touchscreen for IoT
Wilderness Labs | Meadow F7 | Yes | Designed for IoT, supports .NET
Wilderness Labs | Meadow F7v2 | Yes | Enhanced version of Meadow F7

<h3>Notes:</h3><!--EndFragment-->
</body>
</html>

upswing1 avatar May 29 '24 18:05 upswing1