![]()
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
Welcome to EnviroDIY, a community for do-it-yourself environmental science and monitoring. EnviroDIY is part of WikiWatershed, an initiative of Stroud Water Research Center designed to help people advance knowledge and stewardship of fresh water. ![]()
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
Sabin replied to the topic DigiXBeeWifi class mqtt codeflow example in the forum Mayfly Data Logger 24 minutes ago
Thank you for your response.
I think it’s the master branch.
Also, this is what I am trying to do.
[Read more]
Sara Damiano replied to the topic DigiXBeeWifi class mqtt codeflow example in the forum Mayfly Data Logger 43 minutes ago
Ooooh.. yup, there’s a bug in DigiXBeeWifi.cpp. I’ll look into it.
Exactly which version of the library are you using (release, master branch, develop branch)?
For now, you may be able to get it working by commenting out lines ~303-310 in src/modems/DigiXBeeWifi.cpp, the section starting with “set the destination IP to 0”
Sabin started the topic DigiXBeeWifi class mqtt codeflow example in the forum Mayfly Data Logger 1 hour, 12 minutes ago
I am trying to make mayfly work as publisher, send data to broker running on raspberry pi. I am using Xbee s6b wifi modem.
While using this class to create client that I could pass into pubsub or arduinomqtt as constructor variable. But, DigiXbeeWifi class would always reset my DL to 0.0.0.0 which I set using xctu to correct broker address and…[Read more]
Sara Damiano replied to the topic Wifi Bee AT Firmware and Baud Rates in the forum Mayfly Data Logger 2 days ago
If that doesn’t compile for you, update your TinyGSM library or just delete lines 87-92 to remove the forceModemBaud command, which needs the version of TinyGSM within the last few weeks.
It it’s working for you, comment out the section that resets the modem to defaults (lines 107-126) and run it one more time to get the modem to 9600. It should…[Read more]
Sara Damiano replied to the topic Wifi Bee AT Firmware and Baud Rates in the forum Mayfly Data Logger 2 days ago
Use 3.3V to power the WiFi bee and make sure that you’re adapter uses 3.3V logic. The 0.5A most USB ports can provide should be enough for the WiFi bee without browning out. You are seeing the lights on the bee go on, right?
This script worked for me to force the baud rate on three different WiFi Bee’s. The script forces the baud rate and th…[Read more]
GChafe replied to the topic Wifi Bee AT Firmware and Baud Rates in the forum Mayfly Data Logger 2 days, 4 hours ago
I’ve tried some more witht hat code and no luck. So I decided to confrim the AT firmware and I’m not sure if I did or not. Using a USB to TTL I connected directly to the Wifif Bee and used Putty. I did see some text and a brownout warning on the screen. So I used the TTL for RX and TX and I connected a 3.7V Lipo battery to VCC and GND and also the…[Read more]
Regina Fletcher commented on the post, Floodzilla Gauge Network: Community-Designed Flood Monitoring 2 days, 22 hours ago
@ensign Thanks for the great question. So prior to 2018, SVPA was building its own sensors. After 2018 the program began using Senix Brand ultrasonic sensors on a private MTS system, reading to configured […]
BAE became a registered member 3 days, 3 hours ago
BAE
@bae
GChafe replied to the topic Wifi Bee AT Firmware and Baud Rates in the forum Mayfly Data Logger 3 days, 22 hours ago
Thank you very much Sara. I have tried something like that before (but likely not quite rightly coded). This failed to switch baud rates too unfortunately. I have tried this on 3 out of 4 wifi bees that I have (but just one with you sketch so far) and no luck, that’s how I ended up asking about the firmware.
Did your sketch in a hurry, so will…[Read more]
Sara Damiano replied to the topic Wifi Bee AT Firmware and Baud Rates in the forum Mayfly Data Logger 3 days, 23 hours ago
Once you’ve successfully changed the WiFi bee’s baud rate, it will stay at the slower baud. You should only have to reset the baud rate if you factory reset the bee or update it’s firmware – neither of which you can do by accident.