Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V1.4.0 #47

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 7 additions & 3 deletions Industrial_Design/readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Industrial Design

![](Enclosure_Design.png)
![Rendering of the Clima enclosure.](v3/Enclosure/Clima_Enclosure.png)

Clima.Pro uses a 3D-Printable enclosure that holds the Meadow board and the custom Clima PCB.

The enclosure was designed used AutoDesk Fusion 360, and if you want to customize it, you can find the design source in the [Source folder](Enclosure/Source).
The enclosure was designed used AutoDesk Fusion 360, and if you want to customize it, you can find the design source in the source folders:
* [V1](v1/Enclosure/Source)
* [v3](v3/Enclosure/Source)

The STL files can be found in the [STLs_for_Printing folder](Enclosure/STLs_for_Printing).
The STL files can be found in the `STLs_for_Printing` folder
* [V1](v1/Enclosure/STLs_for_Printing)
* [V3](v3/Enclosure/STLs_for_Printing)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<EmbeddedResource Include="img_wifi_connecting.jpg" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\Maple\Source\Web.Maple.MapleServer\Driver\Web.Maple.MapleServer.csproj" />
<ProjectReference Include="..\..\..\..\Meadow.Core\Source\implementations\f7\Meadow.F7\Meadow.F7.csproj" />
<ProjectReference Include="..\..\..\..\Meadow.Foundation\Source\Meadow.Foundation.Core\Meadow.Foundation.Core.csproj" />
<ProjectReference Include="..\..\..\..\Meadow.Foundation\Source\Meadow.Foundation.Libraries_and_Frameworks\Displays.TextDisplayMenu\Driver\Displays.TextDisplayMenu.csproj" />
<ProjectReference Include="..\..\..\..\Meadow.Foundation\Source\Meadow.Foundation.Peripherals\Displays.TftSpi\Driver\Displays.TftSpi.csproj" />
<PackageReference Include="Meadow.Foundation.Web.Maple.Server" Version="*" />
<PackageReference Include="Meadow.F7" Version="*" />
<PackageReference Include="Meadow.Foundation" Version="*" />
<PackageReference Include="Meadow.Foundation.Displays.TextDisplayMenu" Version="*" />
<PackageReference Include="Meadow.Foundation.Displays.TftSpi" Version="*" />
<PackageReference Include="SimpleJpegDecoder" Version="0.4.0" />
<PackageReference Include="sqlite-net-static" Version="1.8.116" />
<PackageReference Include="System.Text.Json" Version="*" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Meadow.Sdk/1.1.0">
<Project Sdk="Meadow.Sdk/1.1.0">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
Expand All @@ -10,7 +10,7 @@
<LangVersion>9.0</LangVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\Maple\Source\Web.Maple.MapleServer\Driver\Web.Maple.MapleServer.csproj" />
<PackageReference Include="Meadow.Foundation.Web.Maple.Server" Version="*" />
<ProjectReference Include="..\..\Meadow.Clima\Meadow.Clima.csproj" />
<PackageReference Include="System.Text.Json" Version="*" />
<PackageReference Include="sqlite-net-static" Version="*" />
Expand Down
392 changes: 0 additions & 392 deletions Source/Meadow.Clima.sln

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions Source/Meadow.Clima/Meadow.Clima.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<None Include="icon.png" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Meadow.Core\Source\implementations\f7\Meadow.F7\Meadow.F7.csproj" />
<ProjectReference Include="..\..\..\Meadow.Foundation\Source\Meadow.Foundation.Peripherals\ICs.IOExpanders.Mcp23xxx\Driver\ICs.IOExpanders.Mcp23xxx.csproj" />
<ProjectReference Include="..\..\..\Meadow.Foundation\Source\Meadow.Foundation.Peripherals\Sensors.Atmospheric.Bme68x\Driver\Sensors.Atmospheric.Bme68x.csproj" />
<ProjectReference Include="..\..\..\Meadow.Foundation\Source\Meadow.Foundation.Peripherals\Sensors.Environmental.Scd4x\Driver\Sensors.Environmental.Scd4x.csproj" />
<ProjectReference Include="..\..\..\Meadow.Foundation\Source\Meadow.Foundation.Peripherals\Sensors.Gnss.NeoM8\Driver\Sensors.Gnss.NeoM8.csproj" />
<ProjectReference Include="..\..\..\Meadow.Foundation\Source\Meadow.Foundation.Peripherals\Sensors.Weather.SwitchingAnemometer\Driver\Sensors.Weather.SwitchingAnemometer.csproj" />
<ProjectReference Include="..\..\..\Meadow.Foundation\Source\Meadow.Foundation.Peripherals\Sensors.Weather.SwitchingRainGauge\Driver\Sensors.Weather.SwitchingRainGauge.csproj" />
<ProjectReference Include="..\..\..\Meadow.Foundation\Source\Meadow.Foundation.Peripherals\Sensors.Weather.WindVane\Driver\Sensors.Weather.WindVane.csproj" />
<PackageReference Include="Meadow.F7" Version="*" />
<PackageReference Include="Meadow.Foundation.ICs.IOExpanders.Mcp23xxx" Version="*" />
<PackageReference Include="Meadow.Foundation.Sensors.Atmospheric.Bme68x" Version="*" />
<PackageReference Include="Meadow.Foundation.Sensors.Environmental.Scd4x" Version="*" />
<PackageReference Include="Meadow.Foundation.Sensors.Gnss.NeoM8" Version="*" />
<PackageReference Include="Meadow.Foundation.Sensors.Weather.SwitchingAnemometer" Version="*" />
<PackageReference Include="Meadow.Foundation.Sensors.Weather.SwitchingRainGauge" Version="*" />
<PackageReference Include="Meadow.Foundation.Sensors.Weather.WindVane" Version="*" />
</ItemGroup>
</Project>
</Project>