-
neilh20 replied to the topic XBee Networks of Mayfly Loggers – 900Mhz in the forum Mayfly Data Logger 9 hours, 10 minutes ago
Gosh Brandon, I successfully used the 900Mhz modules about 15years ago with the TinyOS framework.
Seems you are thinking of using it in a Peer-2-peer arrangement, possibly in a mesh configuration. A lot of options.
I wonder what your back ground is – cause its sort of like jumping into the deep end, and you may wanna flesh out your plan – what…[Read more]
-
neilh20 replied to the topic SDI-12 Slave in the forum Other Data Loggers 1 day, 7 hours ago
Hi @dani68k, welcome to EnviroDIY.
I’ve not got any experience on the ATmega32u4, and as a small AVR processor I would think you would need to customize your development for it. SDI-12 bit banging is very sensitive (unrelaible) if the timing isn’t configured right. Possibly using the USART would be better for timeing, but configuring that is…[Read more]
-
neilh20 replied to the topic Systems not recognized from 12th( v0.15.0?) in the forum Monitor My Watershed 1 day, 7 hours ago
Thanks to @ptomasula for fixing https://github.com/ODM2/ODM2DataSharingPortal/issues/658
If I understand it right, the internal redirection for POST to MonitorMyWatershed.org/api/data-stream/ HTTP/1.1 got broken with the upgrade to v0.15.0, and a http response of 301 was returned, which ModularSensors doesn’t handle. Of course its not a good…[Read more]
-
neilh20 replied to the topic Modbus communications on Keller CTD Sensor in the forum Environmental Sensors 5 days, 12 hours ago
@dan-wachusett Gosh just seeing this – seems like you got that Keller CTD.
Just wondering did you follow the advice given from https://www.envirodiy.org/topic/keller-ctd-sensor/#post-16332
Partly its decoding the layers of software. The keller protocol is used to access the Keller CTD map. I find it most helpful to compare and trace how…[Read more]
-
neilh20 replied to the topic Power usage of Mayfly1.1 with Hydros 21 cTD and LTE BEE cell modem in the forum Mayfly Data Logger 1 week ago
Some recent posts here explain the current difficult environment for calculating power usage on the mayfly as its dependent on a fast response from the server.
https://github.com/ODM2/ODM2DataSharingPortal/issues/649#issuecomment-1561690674
My implementation is to ensure that there is sufficient reservoir of power in the battery for taking…[Read more]
-
neilh20 replied to the topic Systems not recognized from 12th( v0.15.0?) in the forum Monitor My Watershed 2 weeks ago
Well, I’m back at my desk, with a Mayfly and powered it up, and I’m posting to
Host: monitormywatershed.org
and getting
— Response Code — 301 waited 326 mS Timeout 8000
If I change it to
Host: data.envirodiy.org
— Response Code — 201 waited 577 mS Timeout 8000
From https://github.com/ODM2/ODM2DataSharingPortal/issues/542
-
neilh20 replied to the topic Power usage of Mayfly1.1 with Hydros 21 cTD and LTE BEE cell modem in the forum Mayfly Data Logger 3 weeks, 2 days ago
@rogers1313 gosh its all depends on the software you are using – what’s the version of software and the source. Since its open source software and hardware, and you can look at the software – its possible to guestimate those answers. Then since its software that causes the most power usage, it needs testing.
For a turnkey system, assembled off…[Read more]
-
neilh20 replied to the topic Systems not recognized from 12th( v0.15.0?) in the forum Monitor My Watershed 1 month ago
I wonder if there has been further insight.?
It seems a real challenge to phrase how to have real world reliability. It seems to be such a hard concept to discuss and define how to get there. Its a standard Computer Engineering problem, and it typically requires a commitment to make it happen, and a reference model to test the implementation.
-
neilh20 replied to the topic Systems not recognized from 12th( v0.15.0?) in the forum Monitor My Watershed 1 month, 1 week ago
Thanks for looking into it.
I’m in the UK for my Uncle who had a stroke, and I took off very quickly from California, and not likely to get back before the end of May after his funeral. I haven’t brought any tools to see what the response are from the server.
It seems very unlikely that 5 systems would all stop transmitting by themselves. My…[Read more]
-
neilh20 started the topic Systems not recognized from 12th( v0.15.0?) in the forum Monitor My Watershed 1 month, 2 weeks ago
Just wondering if anybody seeing MMW not showing systems
There is one station working fine, over cellnet https://monitormywatershed.org/sites/TUCA-Na13/
And three systems not reporting
https://monitormywatershed.org/sites/TUCA_Sa01/ last update <span class=”last-observation”>April 12, 2023, 5 a.m.…[Read more]
-
neilh20 replied to the topic Trouble locating information on new LTEBee in the forum Mayfly Data Logger 3 months ago
Hope it works – be fascinating to get an overview of the project when you have time 🙂
-
neilh20 replied to the topic Trouble locating information on new LTEBee in the forum Mayfly Data Logger 3 months ago
@ckillen sorry to hear about the problems – I make the assumption that a sub-module can always lockup, and may need a hard reset/power cycle to bring it back. Internal modem software can only be as good as its tested, sub-modules comms software is complicated and its very difficult to test for all cases.
The Maylfy1.1 now supports a power off c…[Read more]
-
neilh20 replied to the topic platformio.ini help in the forum Mayfly Data Logger 3 months ago
Great @ldecicco – one are to note with “pio pkg install” is how it becomes part of your build process. I like to have a development build environment tree. Then a final “release” environment – and attempt to take a full snapshot of all libs used. I encapsulate the difference in text instructions and operation of the platformio.ini.
-
neilh20 replied to the topic 900 Mhz Point to point and cellular connection. in the forum Mayfly Data Logger 3 months ago
@rogers1313 interesting question, and I’ve been mulling over possible solutions as it seems very attractive.
The area undefined , is power, cost of the cellular gateway, and reliability of the connection.
Its possible to do the individual elements easily – 900Mhz point to point – and cellular – but then introduce a packet with the “readings i…[Read more]
-
neilh20 replied to the topic platformio.ini help in the forum Mayfly Data Logger 3 months, 1 week ago
@ldecicco congrats on trying the platformio – it has a lot of professional capability, but like anything – getting in a fancy plane(!) there are lots of bells and whistles that can go off.
For “new” libs there are at least two ways to work with them, a) put the full path to them under libdeps
I find a…[Read more]
-
neilh20 replied to the topic Modem Characterization in the forum Mayfly Data Logger 3 months, 2 weeks ago
The other side of failure is looking at how to design for system stability.
Some components may appear to fail, like modems. However the software of course needs to be robust enough to handle network conditions.
A way of thinking about it is the “7 Layer OSI stack” and transmission reliability is attributed to Network Layer, or layer 3 htt…[Read more]
-
neilh20 replied to the topic 2022 EnviroDIY Hardware Status and Availability in the forum Mayfly Data Logger 3 months, 2 weeks ago
@sofija if you start a topic, perhaps describing what sensors you think you want, and some of the sensing goals, then it would be easier to provide some insights. My first board I used was from a Dutch company, the hardware availability isn’t a good place to discuss this. It could be in https://www.envirodiy.org/forum/infrastructure-and-equipment/
-
neilh20 replied to the topic Grove 4 pin terminal board in the forum Mayfly Data Logger 4 months ago
Hello Mary, gosh you may have to provide more detail of what you are thinking you are doing. The tipping bucket is typically a pulse count – it needs to translate the mechanical tipping bucket to an electronic pulse. So you may want to reference this in more detail.
There is this , never tried it . .. https://github.com/EnviroDIY/TippingBucketRainCounter
-
neilh20 replied to the topic Yosemite library cant be found! in the forum Environmental Sensors 4 months ago
Hi Cal, great to hear you’ve got your problem solved.
Believe me that is part of the process, learning how the libs go together. They can be amazing to pull in, – but its part of the programming paradigm of how to reference and track them.
Sometimes better to post a new thread when asking a question, and for programming its getting the focus…[Read more]
-
neilh20 replied to the topic Yosemite library cant be found! in the forum Environmental Sensors 4 months ago
Hi Cal, its good if you could include the compile errors, even perhaps as an attachment. In your current form you are making anybody wanting to help do a lot more work.
As you are posting in this old thread on Yosemite-library I’m guessing its something to do with that.
I had a similar problem with Yosemitech Lib described here-…[Read more]
- Load More