@w3asa
Active 4 months ago-
Jim Moore replied to the topic Low Cost EC sensor Station upgrade in the forum Mayfly Data Logger 4 years, 8 months ago
-
Jim Moore replied to the topic Low Cost EC sensor Station upgrade in the forum Mayfly Data Logger 4 years, 8 months ago
Hi Sara @srgdamiano
I think I have gone as far as I am able on my Low Cost EC sensor project. I added #include <sensors/ExternalVoltage.h> to the DRWI_CitSci code and registered GMI_test site using new ExternalVoltage_Volt(&extvolt) from the Sensorex RTD votage divider as a proxy for temperature. I need to apply a simple linear correction (…[Read more]
-
Jim Moore replied to the topic Gaps in Time Series Analyst in the forum Mayfly Data Logger 4 years, 8 months ago
I had the same problem trying to fill in gaps for SL150 when the modem wasn’t connecting. See the following issue https://github.com/ODM2/ODM2DataSharingPortal/issues/430
I think its a know problem that is on the ToDo list.
-
Jim Moore replied to the topic Low Cost EC sensor Station upgrade in the forum Mayfly Data Logger 4 years, 8 months ago
I seem to have “detached” my screen shot
-
Jim Moore replied to the topic Low Cost EC sensor Station upgrade in the forum Mayfly Data Logger 4 years, 8 months ago
@srgdamiano I decided to go back to basics with ModularSensors – getting started but took a while to get PCsync to load. See attached screenshot with the corrections I had to make on the src_dir.
What is the function of the .pio folder and is it automatically populated when creating a new project? I had to manually load the .pio/mayfly folder f…[Read more]
-
Jim Moore replied to the topic Double_logger example modification in the forum Mayfly Data Logger 4 years, 8 months ago
I noticed a similar issue regarding response codes when I first got my project uploading to MonMW.
Copy of my response on another forum thread:
Couple of questions:
I noticed several different response codes from the server – 20x(good) 40x(eror). Yet the data uploaded successfully in both cases. Are these related to signal strength or slow r…[Read more] -
Jim Moore replied to the topic PlatormIO: ..Python 2.7 interpreter error in the forum Mayfly Data Logger 4 years, 8 months ago
I don’t understand all the details but I get your point and no need to worry about baud rate! I can change the pin connections on my proto-shields to the SDA and SCL pins, no problem. However calculating temperature from the RTD on the Sensorex probe and correcting the EC reading of the Atlas EZO will be a challenge for me.
I posted more d…[Read more]
-
Jim Moore started the topic Low Cost EC sensor Station upgrade in the forum Mayfly Data Logger 4 years, 8 months ago
I currently have six of the subject sensor stations (Photo of GMI_EC2 attached) deployed and logging data to SD cards. I recently setup two of these stations using PlatformIO to load the DRWI_CitSci.ino code with the AtlasScientificEC.h patched in. This library function did not match my hardware which uses the Sensorex probe with the Atlas EZO…[Read more]
-
Jim Moore replied to the topic Double_logger example modification in the forum Mayfly Data Logger 4 years, 8 months ago
@stoltzfus-12osu-edu/ I am in a similar situation with my low cost EC sensor station project. I need to tweek the AtlasScientific sensor library to fit my hardware. I am using an AtlasSci EZO circuit set for UART mode and a sensorex conductivity probe with internal RTD which I use to report temperature as well as correct the EC reading to 2…[Read more]
-
Jim Moore replied to the topic PlatormIO: ..Python 2.7 interpreter error in the forum Mayfly Data Logger 4 years, 8 months ago
Hi Scott-
I was able to get my LowCostEC sensor station uploading to MonMW using the AtlasScientific library. However what I really need is a <LowCostEC.h> library file that will address the Atlas EZO circuit in UART mode, read and calculate temperature, and apply correction coefficients. I looked at the AtlasScientificEC.h code and its way ab…[Read more] -
Jim Moore replied to the topic PlatormIO: ..Python 2.7 interpreter error in the forum Mayfly Data Logger 4 years, 8 months ago
Thanks Sara for all the info. Glad to get a yes on my last two questions. Now I can go ahead and active my SIM cards with Hologram.
-
Jim Moore replied to the topic PlatormIO: ..Python 2.7 interpreter error in the forum Mayfly Data Logger 4 years, 9 months ago
I added #include <Arduino.h> and still won’t build. Can’t find SD.h which is in the adafruit library which I installed in my Arduino IDE I download this program to my EC sensor station to set up the EZO board to calibrate the probe, RTD, and set the update rate of the AtlasEZO. The easiest thing to do is to use the Arduino IDE when I need th…[Read more]
-
Jim Moore replied to the topic PlatormIO: ..Python 2.7 interpreter error in the forum Mayfly Data Logger 4 years, 9 months ago
I uploaded DRWI_CitSci to my Mayfly board but I haven’t got to modifying this to work with my Atlas EZO sensors. I set up another project folder to load my Atlas setup code that I have been using for a while using Arduino IDE.
I am getting “…No such file or directory” error when I try to compile. If I point the .ini to the logging to MMW it…[Read more]
-
Jim Moore replied to the topic PlatormIO: ..Python 2.7 interpreter error in the forum Mayfly Data Logger 4 years, 9 months ago
Following the steps in episode 9 I right clicked on the simple_loging folder in https://github.com/EnviroDIY/ModularSensors/tree/master/examples
there was no option to copy the folder on;y a link to it. How can I copy this folder and upload to my project which is local at …/documents/Arduino/GMI_ECx?
-
Jim Moore replied to the topic PlatormIO: ..Python 2.7 interpreter error in the forum Mayfly Data Logger 4 years, 9 months ago
I was able to compile and load DRWI_CitSci to my mayfly without sensors and no sim card for the GPRSbee. It seemed to work as expected, wakeup, turn on power, and attempt a 2G connection and go to sleep for 5 minutes and wrote a lot of 9’s to the sd card.
Last night, however, I added a sketch to my project (GMi_ECx) and broke something and get…[Read more]
-
Jim Moore replied to the topic PlatormIO: ..Python 2.7 interpreter error in the forum Mayfly Data Logger 4 years, 9 months ago
Thanks Sara-
I have worked my way thru part one of LearnEnviroDIY. I am now trying to set up ModularSensors and Atom is telling me there is no platformio.ini file which there isn’t. I attached the FileExplorer view. Where did miss something. Maybe I didn’t “clone”. I downloaded the .zip file unziped and put it my directory as shown on the att…[Read more]
-
Jim Moore replied to the topic PlatormIO: ..Python 2.7 interpreter error in the forum Mayfly Data Logger 4 years, 9 months ago
DropBox was the problem but unsyncing that folder didn’t work. pio didnt recognize as a project file. I moved the project folder out of dropbox and build and load worked ok.
Now I am trying to find my way around pio. Can’t even find the save button!
- Open the <code class=”highlighter-rouge”>platformio.ini file in the LearnEnviroDIYcode pro…
-
Jim Moore replied to the topic PlatormIO: ..Python 2.7 interpreter error in the forum Mayfly Data Logger 4 years, 9 months ago
I rebooted my PC and same result. Attached a screen shot of the error thread from initial command.
Here is the first error
[WinError 32] The process cannot access the file because it is being used by another process: ‘C:UsersJim MooreDropboxJim Moore…[Read more]
-
Jim Moore replied to the topic PlatormIO: ..Python 2.7 interpreter error in the forum Mayfly Data Logger 4 years, 9 months ago
I reloaded my learnEnviroDIYcode-master to my /arduino directory
Here is a screen shot of errors I got when I ran
pio lib install EnviroDIY_ModularSensors
-
Jim Moore replied to the topic PlatormIO: ..Python 2.7 interpreter error in the forum Mayfly Data Logger 4 years, 9 months ago
Ok, I will try this. If that doesn’t work shall I delete “LearnEnviroDIYcode-master” that I downloaded in case the platform.ini file is corrupted? Or should the above steps accomplish the same thing?
Each time I attempt to compile I get “looking for xxx.h dependency? Check your Library registry!” The missing .h file is different each time I a…[Read more]
- Load More