-
James_NZ replied to the topic Colour Sensors for Water Quality in the forum Environmental Sensors 4 days, 16 hours ago
Hi Scott,
Thank you for this, and apologies for not getting back to you sooner. For some reason I wasn’t alerted to your reply.
This is exactly what I was after!
Thanks again. I will let you know how we get on.
James
-
James_NZ replied to the topic Add Sensor button not working on MonitorMyWatershed in the forum Mayfly Data Logger 3 weeks, 5 days ago
Haha, that worked! Thanks @mbarney.
-
James_NZ replied to the topic Add Sensor button not working on MonitorMyWatershed in the forum Mayfly Data Logger 3 weeks, 5 days ago
@heather just FYI. I have attempted to do this on my work computer with the same result.
Is there somewhere I should log MMW problems? We often struggle with the timeseries viewer – it takes a long time to load. Is this a common problem? I thought perhaps it might be caused by our location (New Zealand).
-
James_NZ replied to the topic Add Sensor button not working on MonitorMyWatershed in the forum Mayfly Data Logger 3 weeks, 5 days ago
Just adding to this thread. I have had this twice. Tonight I couldn’t find a solution despite trying different browsers and incognito mode.
I agree, it is a bit of a show stopper.
James
-
James_NZ started the topic Sending SMS to the Mayfly to Trigger Action in the forum Mayfly Data Logger 4 weeks, 1 day ago
Hi all,
I was wondering if anyone has experimented with sending a SMS to the Mayfly via an XBee3 LTE to trigger an action? My goal is to have a modular sensors sketch operating as per normal, but be able to ‘trigger’ an ISCO 6700 autosampler via a text message from our main office. I think this would require some amendment to the modular…[Read more]
-
James_NZ replied to the topic XBee and Hologram LTE: issues connecting to internet in the forum Mayfly Data Logger 2 months ago
Further update. My modular sensors code is logging to MMW flawlessly. I never thought I would see the day! Obviously something worked with Sara’s bypass code:
The only other thing I would like to know is how to code the…[Read more]
-
James_NZ replied to the topic XBee and Hologram LTE: issues connecting to internet in the forum Mayfly Data Logger 2 months ago
And here’s the bypass output. I think this worked! Any idea why, and how I could transfer to my modular sensors code?
James
[6008] Putting XBee into command mode... [7133] Setting I/O Pins... ATD81 ATD91 ATD71 ATD51 ATP01 [7227] Setting Sleep Options... ATSM1 [7245] Setting Other Options... ATDO0 ATP10 [7284] Making sure airplane mode is…
-
James_NZ replied to the topic XBee and Hologram LTE: issues connecting to internet in the forum Mayfly Data Logger 2 months ago
Hi Sara,
Here’s the output from the carriage return code extension:
[6008] Initializing the XBee... [6010] ### TinyGSM Version: 0.10.6 [6010] ### TinyGSM Compiled Module: TinyGsmClientXBee +++OK ATAP0 OK ATGT64 OK ATCT64 OK ATWR OK ATAC OK ATHS B08 [7272] ### Modem: Digi XBee3 Cellular LTE-M ATCN OK [7288] Putting XBee into command…
-
James_NZ replied to the topic XBee and Hologram LTE: issues connecting to internet in the forum Mayfly Data Logger 2 months ago
Sigh, so I thought we had this but I’m getting the same result. My code is below, as well as the serial output.
Any thoughts?
#define TINY_GSM_MODEM_XBEE #define TINY_GSM_RX_BUFFER 64 #define TINY_GSM_YIELD_MS 2 #define TINY_GSM_DEBUG Serial #include <Arduino.h> #include <StreamDebugger.h> #include <TinyGsmClient.h> StreamDebugger…
-
James_NZ replied to the topic XBee and Hologram LTE: issues connecting to internet in the forum Mayfly Data Logger 2 months, 1 week ago
Thanks so much for your help. I will try this tonight when I get home!
Have a wonderful Christmas.
James
-
James_NZ replied to the topic XBee and Hologram LTE: issues connecting to internet in the forum Mayfly Data Logger 2 months, 1 week ago
Thanks for the prompt reply Sara. You must love these LTE’s by now!
I have had some feedback from Spark who suggest that they have lots of other SARA R410M devices running on the network.
Sara, does the information below mean anything to you? I figure that I would construct code using “gsmModem.sendAT(GF(“”)) ” to send these configurations t…[Read more]
-
James_NZ replied to the topic XBee and Hologram LTE: issues connecting to internet in the forum Mayfly Data Logger 2 months, 1 week ago
Just a further update on above. The IoT provider thinks that the UBlox needs to be told to register.
He suggested using the AT commands:
AT+CPIN?
AT+CREG?
AT+COPS=?Am I correct in assuming that the way to do this would be via the code below:
gsmModem.sendAT(GF("CPIN?")); gsmModem.waitResponse(180000L, GF("S"),…
-
James_NZ replied to the topic XBee and Hologram LTE: issues connecting to internet in the forum Mayfly Data Logger 2 months, 1 week ago
Hi,
I have a similar issue with our Xbee3 LTE. I have the hardware set up identical to how Letsid has it above. I am using the ‘LTExBee_FirstConnection.ino’ code, with the only amendment being a change of the apn to ‘m2m’ (as required for the Spark network). The serial output I get from this code (after the initial setup) is: “Signal St…[Read more]
-
James_NZ started the topic Colour Sensors for Water Quality in the forum Environmental Sensors 2 months, 3 weeks ago
Hi everyone,
<p style=”text-align: left;”>I recently had a conversation about using colour sensors to measure changes in water quality. Something similar to the eye on water project (https://www.eyeonwater.org/) except using a colour sensor linked to the Mayfly rather than an app. Has anyone attempted this, or is anyone aware of any work that has…[Read more] -
James_NZ commented on the post, Evaluating Maxbotix Ultrasonic Sensors for Monitoring Stream Base Flow 3 months ago
Great work guys. We are also interested in these sensors and have also been considering a boom-type setup.
I think it might be worth getting one of these to see if it’s fit for our purpose. -
James_NZ replied to the topic DFRobot Gravity KIT0139 Depth Sensor – Routine Interference? in the forum Environmental Sensors 3 months, 1 week ago
Hi all,
Yes we are using the ADS1115. The board temperature (DS3231) in the box is plotted in yellow below.
James
-
James_NZ started the topic DFRobot Gravity KIT0139 Depth Sensor – Routine Interference? in the forum Environmental Sensors 3 months, 2 weeks ago
Hi Everyone,
I am testing a number of low-cost sensors, one of them being the DFRobot Gravity KIT0130 water level sensor (~40USD) (https://www.dfrobot.com/product-1863.html). This requires 12-24V so we link it to an external solar panel circuit (i.e. a standard battery/solar panel/solar regulator set up), with the current being converted to…[Read more]
-
James_NZ replied to the topic Adding New Sensors to Modular Sensors in the forum Mayfly Data Logger 4 months ago
Thank you @srgdamiano 🙂
-
James_NZ started the topic Adding New Sensors to Modular Sensors in the forum Mayfly Data Logger 4 months, 1 week ago
Hi,
I have a reasonably basic question about the modular sensors code. We are trialing new arduino type sensors that are not included in the modular sensors library. What is the best way to make these work with the modular sensors logger code? At the moment I am creating ‘calculated’ variables, but I’m hoping there is a tidier way to do th…[Read more]
-
James_NZ replied to the topic DFRobot SEN0244 on Grove Analog AUX in the forum Mayfly Data Logger 4 months, 3 weeks ago
Thank you @shicks.
That set me on the right track. I think I can figure the rest out from here.
Just to make sure my understanding is correct, the ADS1115 is included in the Mayfly because it provides more voltage resolution than on standard analog pins, i.e. it allows for finer divisions than 0-1023 bits?
Thanks for your help.
James
- Load More