Skip to content

Commit ce706df

Browse files
committed
Sent from my oven
1 parent 5e41fa4 commit ce706df

32 files changed

+2626
-0
lines changed

.gitignore

Lines changed: 310 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,310 @@
1+
## Ignore Visual Studio temporary files, build results, and
2+
## files generated by popular Visual Studio add-ons.
3+
##
4+
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
5+
6+
# User-specific files
7+
*.suo
8+
*.user
9+
*.userosscache
10+
*.sln.docstates
11+
12+
# User-specific files (MonoDevelop/Xamarin Studio)
13+
*.userprefs
14+
15+
# Build results
16+
[Dd]ebug/
17+
[Dd]ebugPublic/
18+
[Rr]elease/
19+
[Rr]eleases/
20+
x64/
21+
x86/
22+
bld/
23+
[Bb]in/
24+
[Oo]bj/
25+
[Ll]og/
26+
27+
# Visual Studio 2015 cache/options directory
28+
.vs/
29+
# Uncomment if you have tasks that create the project's static files in wwwroot
30+
#wwwroot/
31+
32+
# MSTest test Results
33+
[Tt]est[Rr]esult*/
34+
[Bb]uild[Ll]og.*
35+
36+
# NUNIT
37+
*.VisualState.xml
38+
TestResult.xml
39+
40+
# Build Results of an ATL Project
41+
[Dd]ebugPS/
42+
[Rr]eleasePS/
43+
dlldata.c
44+
45+
# Benchmark Results
46+
BenchmarkDotNet.Artifacts/
47+
48+
# .NET Core
49+
project.lock.json
50+
project.fragment.lock.json
51+
artifacts/
52+
**/Properties/launchSettings.json
53+
54+
*_i.c
55+
*_p.c
56+
*_i.h
57+
*.ilk
58+
*.meta
59+
*.obj
60+
*.pch
61+
*.pdb
62+
*.pgc
63+
*.pgd
64+
*.rsp
65+
*.sbr
66+
*.tlb
67+
*.tli
68+
*.tlh
69+
*.tmp
70+
*.tmp_proj
71+
*.log
72+
*.vspscc
73+
*.vssscc
74+
.builds
75+
*.pidb
76+
*.svclog
77+
*.scc
78+
79+
# Chutzpah Test files
80+
_Chutzpah*
81+
82+
# Visual C++ cache files
83+
ipch/
84+
*.aps
85+
*.ncb
86+
*.opendb
87+
*.opensdf
88+
*.sdf
89+
*.cachefile
90+
*.VC.db
91+
*.VC.VC.opendb
92+
93+
# Visual Studio profiler
94+
*.psess
95+
*.vsp
96+
*.vspx
97+
*.sap
98+
99+
# Visual Studio Trace Files
100+
*.e2e
101+
102+
# TFS 2012 Local Workspace
103+
$tf/
104+
105+
# Guidance Automation Toolkit
106+
*.gpState
107+
108+
# ReSharper is a .NET coding add-in
109+
_ReSharper*/
110+
*.[Rr]e[Ss]harper
111+
*.DotSettings.user
112+
113+
# JustCode is a .NET coding add-in
114+
.JustCode
115+
116+
# TeamCity is a build add-in
117+
_TeamCity*
118+
119+
# DotCover is a Code Coverage Tool
120+
*.dotCover
121+
122+
# AxoCover is a Code Coverage Tool
123+
.axoCover/*
124+
!.axoCover/settings.json
125+
126+
# Visual Studio code coverage results
127+
*.coverage
128+
*.coveragexml
129+
130+
# NCrunch
131+
_NCrunch_*
132+
.*crunch*.local.xml
133+
nCrunchTemp_*
134+
135+
# MightyMoose
136+
*.mm.*
137+
AutoTest.Net/
138+
139+
# Web workbench (sass)
140+
.sass-cache/
141+
142+
# Installshield output folder
143+
[Ee]xpress/
144+
145+
# DocProject is a documentation generator add-in
146+
DocProject/buildhelp/
147+
DocProject/Help/*.HxT
148+
DocProject/Help/*.HxC
149+
DocProject/Help/*.hhc
150+
DocProject/Help/*.hhk
151+
DocProject/Help/*.hhp
152+
DocProject/Help/Html2
153+
DocProject/Help/html
154+
155+
# Click-Once directory
156+
publish/
157+
158+
# Publish Web Output
159+
*.[Pp]ublish.xml
160+
*.azurePubxml
161+
# Note: Comment the next line if you want to checkin your web deploy settings,
162+
# but database connection strings (with potential passwords) will be unencrypted
163+
*.pubxml
164+
*.publishproj
165+
166+
# Microsoft Azure Web App publish settings. Comment the next line if you want to
167+
# checkin your Azure Web App publish settings, but sensitive information contained
168+
# in these scripts will be unencrypted
169+
PublishScripts/
170+
171+
# NuGet Packages
172+
*.nupkg
173+
# The packages folder can be ignored because of Package Restore
174+
**/packages/*
175+
# except build/, which is used as an MSBuild target.
176+
!**/packages/build/
177+
# Uncomment if necessary however generally it will be regenerated when needed
178+
#!**/packages/repositories.config
179+
# NuGet v3's project.json files produces more ignorable files
180+
*.nuget.props
181+
*.nuget.targets
182+
183+
# Microsoft Azure Build Output
184+
csx/
185+
*.build.csdef
186+
187+
# Microsoft Azure Emulator
188+
ecf/
189+
rcf/
190+
191+
# Windows Store app package directories and files
192+
AppPackages/
193+
BundleArtifacts/
194+
Package.StoreAssociation.xml
195+
_pkginfo.txt
196+
*.appx
197+
198+
# Visual Studio cache files
199+
# files ending in .cache can be ignored
200+
*.[Cc]ache
201+
# but keep track of directories ending in .cache
202+
!*.[Cc]ache/
203+
204+
# Others
205+
ClientBin/
206+
~$*
207+
*~
208+
*.dbmdl
209+
*.dbproj.schemaview
210+
*.jfm
211+
*.pfx
212+
*.publishsettings
213+
orleans.codegen.cs
214+
215+
# Since there are multiple workflows, uncomment next line to ignore bower_components
216+
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
217+
#bower_components/
218+
219+
# RIA/Silverlight projects
220+
Generated_Code/
221+
222+
# Backup & report files from converting an old project file
223+
# to a newer Visual Studio version. Backup files are not needed,
224+
# because we have git ;-)
225+
_UpgradeReport_Files/
226+
Backup*/
227+
UpgradeLog*.XML
228+
UpgradeLog*.htm
229+
230+
# SQL Server files
231+
*.mdf
232+
*.ldf
233+
*.ndf
234+
235+
# Business Intelligence projects
236+
*.rdl.data
237+
*.bim.layout
238+
*.bim_*.settings
239+
240+
# Microsoft Fakes
241+
FakesAssemblies/
242+
243+
# GhostDoc plugin setting file
244+
*.GhostDoc.xml
245+
246+
# Node.js Tools for Visual Studio
247+
.ntvs_analysis.dat
248+
node_modules/
249+
250+
# Typescript v1 declaration files
251+
typings/
252+
253+
# Visual Studio 6 build log
254+
*.plg
255+
256+
# Visual Studio 6 workspace options file
257+
*.opt
258+
259+
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
260+
*.vbw
261+
262+
# Visual Studio LightSwitch build output
263+
**/*.HTMLClient/GeneratedArtifacts
264+
**/*.DesktopClient/GeneratedArtifacts
265+
**/*.DesktopClient/ModelManifest.xml
266+
**/*.Server/GeneratedArtifacts
267+
**/*.Server/ModelManifest.xml
268+
_Pvt_Extensions
269+
270+
# Paket dependency manager
271+
.paket/paket.exe
272+
paket-files/
273+
274+
# FAKE - F# Make
275+
.fake/
276+
277+
# JetBrains Rider
278+
.idea/
279+
*.sln.iml
280+
281+
# CodeRush
282+
.cr/
283+
284+
# Python Tools for Visual Studio (PTVS)
285+
__pycache__/
286+
*.pyc
287+
288+
# Cake - Uncomment if you are using it
289+
# tools/**
290+
# !tools/packages.config
291+
292+
# Tabs Studio
293+
*.tss
294+
295+
# Telerik's JustMock configuration file
296+
*.jmconfig
297+
298+
# BizTalk build output
299+
*.btp.cs
300+
*.btm.cs
301+
*.odx.cs
302+
*.xsd.cs
303+
304+
# OpenCover UI analysis results
305+
OpenCover/
306+
307+
# Added by me
308+
Output/
309+
*.sgui
310+
*.iss

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2017 Mariusz Kacki
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

PMS Tool.sln

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.25420.1
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PMS Tool", "WindowsFormsApplication1\PMS Tool.csproj", "{8F792076-7393-4053-9D72-09ADF21006CD}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|x86 = Debug|x86
11+
Release|x86 = Release|x86
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{8F792076-7393-4053-9D72-09ADF21006CD}.Debug|x86.ActiveCfg = Debug|x86
15+
{8F792076-7393-4053-9D72-09ADF21006CD}.Debug|x86.Build.0 = Debug|x86
16+
{8F792076-7393-4053-9D72-09ADF21006CD}.Release|x86.ActiveCfg = Release|x86
17+
{8F792076-7393-4053-9D72-09ADF21006CD}.Release|x86.Build.0 = Release|x86
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
EndGlobal

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# PMS Tool
2+
3+
C# Windows Forms Application for Plantower PMS sensors.
4+
Supports PMS x003 sensors (1003, 3003, 5003, 6003, 7003).
5+
6+
## Motivation
7+
8+
I have not found another tool for Windows to test Plantower PMS dust sensors, so I created and share this program.
9+
10+
## Screenshots
11+
![Connecting](Screenshots/1.PNG)
12+
![Console](Screenshots/2.PNG)
13+
14+
## Arduino library
15+
Finally, I made a library for the Arduino:
16+
https://github.com/fu-hsi/PMS

Screenshots/1.PNG

13.6 KB
Loading

Screenshots/2.PNG

21.8 KB
Loading

0 commit comments

Comments
 (0)