-
James_NZ replied to the topic Reading from EEPROM error in code in the forum Mayfly Data Logger 2 days, 16 hours ago
Hi Sara,
I worked through this and everything compiles correctly now! Thanks for your help.
I did wonder about the linter in Atom. From what I have read there seems to be an issue with linters working with .ino files in Atom. Have you guys found anything that works?
James
-
James_NZ replied to the topic Reading from EEPROM error in code in the forum Mayfly Data Logger 3 days, 3 hours ago
Thanks @srgdamiano! I will try again when I get home from work.
I am using Atom with PlatformIO. How do I turn the linter tools on? thanks also for the tip on ‘extVoltage’. I was going to write a function that did the same thing as the unnecessary repetition was starting to bug me!
James
-
James_NZ started the topic Reading from EEPROM error in code in the forum Mayfly Data Logger 3 days, 15 hours ago
Hi,
I am trying to write some code to test some new low-cost sensors, including a DFRobot gravity conductivity sensor (https://www.dfrobot.com/product-1123.html). I have used snippets of DFRobot’s code, and built calculated variable functions in modular sensors to read data. In this case the DFRobor code uses a ‘k’ value as a crude c…[Read more]
-
James_NZ replied to the topic Colour Sensors for Water Quality in the forum Environmental Sensors 1 week, 3 days 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 1 month 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 1 month 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 1 month 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 1 month 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, 1 week 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, 1 week 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, 1 week 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, 1 week 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, 4 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, 1 week 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, 2 weeks 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]
- Load More