Forum Replies Created

Viewing 25 posts - 3,476 through 3,500 (of 4,193 total)
  • Author
    Posts
  • in reply to: Interval Plugin – Garage Controls – BETA #27273

    Ray
    Keymaster

    I guess when you say ‘if the 5V was still available’ you mean to provide 5V from an external source like microUSB cable, and not use the internal 5V provided by OSPi? There isn’t a very easy way to achieve this, probably the simplest is to remove the PTC fuse (the green component on close to the bottom of the circuit board. Once the fuse is removed, the internal 5V is cut off from the rest of the circuit.

    On a related note: OSPi v1.4 has a built-in relay and all three relay pins (CO, NO, NC) are mapped out on the board. If you just need one relay, it’s pretty convenient to use the built-in relay (controlled by GPIO pin 15).

    in reply to: Which OpenSprinkler is right for me? #27218

    Ray
    Keymaster

    Thanks Doug, that’s a great summary.

    in reply to: OpenSprinkler (not OSPi!) Firmware 2.0.6 Released #27170

    Ray
    Keymaster

    Any news on this message: “avrdude: no programmer has been specified on the command line or the config file Specify a programmer using the -c option and try again”?

    Just tried it on my Macbook Air OSX 10.9.3 and everything went ok. I am curious: are you seeing other messages in the output other than the one you typed above? Or is that the only message you see?

    in reply to: opensprinkler freezes – front yard dies #26731

    Ray
    Keymaster

    Actually I just realized something: the updater programs in the Github repository does not come with avrdude tool embedded. So unless if you’ve already installed avrdude, you will probably see a ‘avrdude: no such file or directory’ error. I will update the pre-packaged updater prorams later tonight so you can download them from the firmware update instructions page:
    http://rayshobby.net/?page_id=732#upload
    and will post an update once that’s done.

    in reply to: Local Manual Operation #25906

    Ray
    Keymaster

    As I said previously in this thread:

    The two wires from 24V AC are connected as follows: one is connected to the COM port, and the other is tied to GND (circuit ground). So I think the ‘other wire’ you are referring to is the GND wire.

    in reply to: opensprinkler freezes – front yard dies #26730

    Ray
    Keymaster

    No, it’s not your fault. Github does not support downloading a subfolder. You have to download the entire package (see the ‘Download Zip File’ button on the lower right corner of this page: https://github.com/rayshobby/opensprinkler) and unzip it, then go into the subfolders and find the updater program there (in Mac, just find the osFirmwareUpdater.app which you saw, and then run it).

    in reply to: opensprinkler freezes – front yard dies #26728

    Ray
    Keymaster

    Could you follow this post:
    viewtopic.php?f=2&t=692
    to update?

    in reply to: Opensprinkler on NanodeRF #27333

    Ray
    Keymaster

    OK, make sure you select (in Arduino IDE) Tools -> Boards -> OpenSprinkler. It’s rather strange that the output reports (of a 32256 maximum), it should be 32768 maximum. This has to do with boards.txt in the Arduinohardware folder.

    in reply to: Interval Plugin – Garage Controls – BETA #27271

    Ray
    Keymaster

    I don’t have access to a newer board, but I think they don’t give you access to the 5v pin anymore.

    That’s incorrect — on OSPi v1.4, all RPi pins are mapped out in the pinout area. Please see the user manual page 9:
    http://rayshobby.net/docs/ospi14_manual.pdf

    in reply to: Run-Once #27356

    Ray
    Keymaster

    The only thing I can think of is perhaps you’ve turned on manual operation mode. If on the homepage you see a list of buttons corresponding to the stations, then you are in manual operation mode. Just switch back to program mode (Manual Off) and you should see the Run-Once button again.

    in reply to: opensprinkler freezes – front yard dies #26726

    Ray
    Keymaster

    @jgrylls: which firmware version are you using? I am curious if anyone is using firmware 2.0.6 and still seeing the lockup issue? If so, my assumption about the lockup may be wrong and I have to think about other causes.

    in reply to: Update Firmware from microSD? #27352

    Ray
    Keymaster

    Sorry, that’s not possible currently as it will require changing the bootloader. I am not sure if it’s possible to implement a SD card bootloader within 4KB limit.


    Ray
    Keymaster

    There is an 2A fuse on the 24V AC line which may trigger if the solenoid wires are shorted. In practice because most transformers are not even rated 2A, what happens typically is that a short will cause the transformer voltage to drop instantly and hence the system will restart and reset all the valves.

    in reply to: Opensprinkler on NanodeRF #27331

    Ray
    Keymaster

    To clarify: OpenSprinkler generation 1 (1.x) is compatible with NanodeRF, because 1.x uses ATmega328 microcontroller and has PCB slot for RFM12B. All the pin assignments are also compatible with NanodeRF. Generation 2 (2.x) has switched to use ATmega644, so that’s not compatible with NanodeRF any more.

    If you are using the Virtualbox Image, you should be able to compile 1.x source code within the size limit. Do you have a screenshot so I can perhaps see what may be wrong?

    in reply to: Event Logging #26864

    Ray
    Keymaster

    Note that firmware 2.0.6 for OpenSprinkler (not OSPi) has added support for logging onto microSD card. Please check the relevant post here:
    viewtopic.php?f=2&t=692

    in reply to: Is this transformer ok ? #27329

    Ray
    Keymaster

    Yup, this looks fine. I assume the power line standard in your country is 220V AC(or 230V AC), right? Here in the US the power line standard is 110V AC.

    in reply to: TP-LINK TL-WN722N recomanded #27319

    Ray
    Keymaster

    Thanks for the update. Indeed WiFi on OSBo hasn’t been very reliable. Using the TP-Link adapter is definitely a good work-around. I heard that the WiFi issue is likely caused by the driver. We will be making a updated OSBo SD card image soon and hopefully the latest Unbutu OS will solve the driver issue.

    in reply to: OpenSprinkler (not OSPi!) Firmware 2.0.6 Released #27167

    Ray
    Keymaster

    OK, I will check the 64-bit version. The programs are written in Processing and exported using Processing as well. I am pretty sure we checked all platforms and made sure the updater program works on all. But you are right that the 32-bit version can work just fine on 64-bit Windows.

    the ‘java not recognized as … command’ message means you need to install Java. You can go to java.com to download tne install Java. But before you do that, try the 32-bit version to see if that works.

    in reply to: Add avahi-daemon to the OSBo install image #27266

    Ray
    Keymaster

    I believe the system on the OSBo image is set to register a host name with the router. You can check your router’s configuration page to see the host name. You should be able to access the system using the host name instead of the IP address.

    in reply to: Programing Updates #26557

    Ray
    Keymaster

    @mb42: sorry for my late response. Per-station water time within a program should be implemented soon (a couple of weeks?) Other than the firmware, there are a bunch of other things needed to be updated (website, docs, mobile app) so it’s taking longer than I thought.

    in reply to: Cannot communicate with board v2.1u #27214

    Ray
    Keymaster

    One thing I suggest you do is to measure the voltage from each pin on the Ethernet controller, and write down the values so I can compare with reference. Start with the first pin (upper left corner), go down, and switch to the right side (lower right corner), and go up. There should be 28 pins in total.

    in reply to: Cannot communicate with board v2.1u #27213

    Ray
    Keymaster

    Stays 00:00, which I would not expect since you have that timer chip and battery running the clock right?

    Because your RTC hasn’t been set — it’s set upon the first successful NTP sync, but since your Ethernet connection is not working yet, it hasn’t synced with NTP. The RTC clock will not run if it hasn’t been set.

    in reply to: There is option to connect rain sensor ? #27231

    Ray
    Keymaster

    Like from other place in world (for example)?

    Yup, you can set up port forwarding on your router.

    in reply to: Interval Program 2.0 info #27265

    Ray
    Keymaster

    How can we get the old 1.83 from using GitHub download?

    Regarding this question, you can look at a post I wrote a while back:
    http://rayshobby.net/?p=5066

    Also, I haven’t updated the pre-configured SD card image yet, so the current image still has 1.8.3 installed. I will make a new image soon with 2.0 but will keep the 1.8.3 version just in case someone wants to go back to it.

    in reply to: Web VS Mobile App #27256

    Ray
    Keymaster

    On the Arduino/microcontroller-based OpenSprinkler, logging is supported with firmware 2.0.6. It’s automatically enabled whenever a microSD card is detected. There is currently no switch to turn it on or off, but should be easy to add.

Viewing 25 posts - 3,476 through 3,500 (of 4,193 total)