OpenSprinkler Forums OpenSprinkler Unified Firmware Compiling with Arduino 0023

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #22448

    fizgig10
    Participant

    In Windows 7…

    So I’ve got Arduino 0023 installed and I copied the source code to c:arduinolibrariesOpenSprinkler

    I now try to open the interval_program.ino file but it appears that .ino is for arduino V1 and not 0023. Is that right? The instructions here: http://rayshobby.net/?page_id=6210 strongly suggest 0023 for code size. I’m a winavr guy myself using programmer’s notepad so this arduino stuff is confusing me.

    How can I get arduino to let me open, modify and compile this program?

    Thanks!

    #23762

    Ray
    Keymaster

    Hmm, where did you download the source code? The source code published on OpenSprinkler GitHub are .pde files, not .ino.

    #23763

    fizgig10
    Participant
    #23764

    Ray
    Keymaster

    Yes, that’s correct, and as you can see, those files have extension names .pde, not .ino, right? I suspect that maybe you have opened them in Arduino 1.0, which automatically changed the extension name to .ino.

    In any case, I highly recommend you to use the VirtualBox image that I created for compiling the source code. Please follow the instructions:
    http://rayshobby.net/?page_id=732#compile

    #23765

    fizgig10
    Participant

    Grr. You’re right 🙂

    I had installed 1.0 previously and it must have changed the files for me. Thanks for your help!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.

OpenSprinkler Forums OpenSprinkler Unified Firmware Compiling with Arduino 0023