Welcome to EnviroDIY, a community for do-it-yourself environmental science and monitoring. EnviroDIY is part of WikiWatershed, a web toolkit designed to help citizens, conservation practitioners, municipal decision-makers, researchers, educators, and students advance knowledge and stewardship of fresh water. New to EnviroDIY? Start here

Reply To: Newbie Mayfly Setup for RS485 sensor to internet

Home Forums Mayfly Data Logger Newbie Mayfly Setup for RS485 sensor to internet Reply To: Newbie Mayfly Setup for RS485 sensor to internet

#12603
neilh20
Participant

    Thankyou @fisherba thankyou!!!. I got the Xbee SB6 wifi communicating to data.envirodiy.org

    I’ve cloned locally github.com/EnviroDIY/ModularSensors
    then set to develop
    and copied
    enviroDIY\ModularSensors\examples\logging_to_EnviroDIY
    Arduino\env02\nanolevel

    Starting up platformIO I opened the folder Arduino\env02\nanolevel
    in platformio.ini I set
    [platformio]
    ;src_dir = logging_to_EnviroDIY
    src_dir = .

    [env:mayfly]

    lib_deps =
    https://github.com/EnviroDIY/ModularSensors#8f1d8b58c2b9813484feed77a6074f215ecbc3e3
    https://github.com/vshymanskyy/StreamDebugger

    https://github.com/PaulStoffregen/AltSoftSerial.git
    https://github.com/EnviroDIY/SoftwaterSerial_ExternalInts.git

    For my logging_to_EnviroDIY.ino
    I merged in specific updates for only Keller Nano
    I have the XBEE cmd stream showing with new StreamDebugger

    The commit – https://github.com/EnviroDIY/ModularSensors/commit/8f1d8b58c2b9813484feed77a6074f215ecbc3e3 seems to be there already, but I’ll do a manual compare.
    I use meldmerge.org – fantastic compare and merge tool.
    Thankyou @fisherba & @srgdamiano for the pointers – there are a lot of changes in ‘develop’ – I can’t imagine how to track them.
    Amazing work @srgdamiano for bringing it all together
    I’ll let my mayfly+xbee run on my desk and see what happens.