All content on EnviroDIY is licensed as Creative Commons Attribution-ShareAlike 4.0. Hardware designs on EnviroDIY are released under the CERN Open Hardware License 1.2. Alternative licenses are available. Learn more
All content on EnviroDIY is licensed as Creative Commons Attribution-ShareAlike 4.0. Hardware designs on EnviroDIY are released under the CERN Open Hardware License 1.2. Alternative licenses are available. Learn more
Community Activity See all activity
Braedon replied to the topic Mayfly v1.1 technical questions forum thread in the forum Mayfly Data Logger 1 years, 7 months ago
Is the 3.3 V for the 10-bit ADC on the Mayfly a value that is fixed, or can it be changed? I don’t know if this is related or not, but does the ADC voltage come from the default analog reference, or is it completely different? Could the analog reference voltage be lowered, using the analogReference() function, giving us a higher resolution as a…[Read more]
Shannon Hicks replied to the topic 2022 EnviroDIY Hardware Status and Availability in the forum Mayfly Data Logger 1 years, 7 months ago
LTEbees should be back in stock later this week in the EnviroDIY shop and in a week or two on Amazon. The big order we placed from our manufacturer back in March had some production delays but is supposed to be delivered this week. The RS485 adapter is still not ready for release, the original design relied on the 12v boost circuitry of the M…[Read more]
Braedon replied to the topic 2022 EnviroDIY Hardware Status and Availability in the forum Mayfly Data Logger 1 years, 7 months ago
I’m wondering when the LTE Bee modules and RS-485 adapters will be in stock. Thanks!
Gustavo Coelho became a registered member 1 years, 7 months ago
Gustavo Coelho
@gcoelho
neilh20 replied to the topic XBee Networks of Mayfly Loggers – 900Mhz in the forum Mayfly Data Logger 1 years, 7 months ago
Hey thanks for the overview. Welcome to the art of jumping in – and learning by doing (my philosophy though I’m an EE graduate) – though its beneficial to bring an engineering basis to analyzing the components, and then plug the components together. The engineering basis can be thought of as a technical story – though for EE graduates we talk…[Read more]
Braedon replied to the topic XBee Networks of Mayfly Loggers – 900Mhz in the forum Mayfly Data Logger 1 years, 7 months ago
I am very new to the world of electronics and circuit boards. I am a graduate student of civil engineering looking to deploy snow sensing stations using the Mayfly. They will be satellite stations around an existing piece of infrastructure that already has radio communication set up with Campbell Scientific data loggers. I don’t think the network…[Read more]
Braedon replied to the topic XBee Networks of Mayfly Loggers – 900Mhz in the forum Mayfly Data Logger 1 years, 7 months ago
Okay, so this is what I have now for my sender code:
[Read more]
Shannon Hicks replied to the topic XBee Networks of Mayfly Loggers – 900Mhz in the forum Mayfly Data Logger 1 years, 7 months ago
The Bee socket of the Mayfly board isn’t powered continuously by default, so in your code examples above, it appears that you’re not turning them on. If you study the schematic for whichever hardware version of the Mayfly you have, you’ll see that you either have to activate the power to the bee socket’s regulator by setting Mayfly pin D18 high…[Read more]
neilh20 replied to the topic XBee Networks of Mayfly Loggers – 900Mhz in the forum Mayfly Data Logger 1 years, 7 months 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]
Braedon replied to the topic XBee Networks of Mayfly Loggers – 900Mhz in the forum Mayfly Data Logger 1 years, 7 months ago
Hello, I am new to using Mayflies and XBee modules, so I’m hoping I can get some help here since the modules I’m planning on using are the 900 MHz XBee Pro S3B. Programming the modules correctly in the XTCU is something I don’t entirely grasp, but for the moment I will focus on programming the Mayfly.
Right now I am just trying to get two…[Read more]