Update pm25_simpletest.py - #1
Open
MOVEUAS wants to merge 99 commits into
Open
Conversation
This adds a heading row for tiles. it also records a second time value for when the second sensor run. Make sure to test this on the sensors, as this is untested for now so it may have some marginal errors.
Added the fully formatted dataStr, needs to be tested!
… is interrupted. Also adjusted the headings so that they match.
…column of the csv.
…e csv and also added the serial number to the name of the csv
Changed the device ID from 'ttyUSB1' to 'ttyUSB0', also commented out second device from code to test on drone pi.
Added 'os.chdir("..")' to store CSV's to local repository instead of current GitHub branch
Added "import os"
…l issues with it.
…takes roughly 30-60 sec to start the sensor. Also fixed the keyboad interrupt to properly terminate the program.
… an interrupt for the RUN code so that it stops the sensor from running
…ine, also commmented out some the title string so now this is for one sender
Removed the extra column that it was making at the start of the data sets
…rementing through sensor count properly, as well as getting rid of duplicate headers that would appear. I just used unique instead of figuring out why they appeared, this does occasionally cause the order to mix up, but i think it is fine for now
added viasala code finally
added documentation
added LICENSE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a heading row for tiles. it also records a second time value for when the second sensor run.
Make sure to test this on the sensors, as this is untested for now so it may have some marginal errors.