Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. ecabanas
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by ecabanas

    • ecabanas

      Ocr for Arduino or raspberry question
      Development • • ecabanas  

      8
      0
      Votes
      8
      Posts
      2766
      Views

      manicfarmer

      @ecabanas I am pretty sure you can compile OpenCV to run on the PI. I built a machine for my computer vision dev with a good video card so I could use the cuda cores build. Have you worked with any computer vision libraries? You will likely need a decent machine to do the processing. Maybe you could branch and build your own code base designed for the hardware you are considering. My experience is you have to do a lot of threshing of images, converting to gray scale, etc to do what you want. Your project is probably a little ambitious for a starter. You probably want to dl OpenCV and play around with the samples and take a look at some youtube videos for starters.
    • ecabanas

      Help with a project sending images
      General Discussion • • ecabanas  

      10
      0
      Votes
      10
      Posts
      2381
      Views

      Mrlynx

      have a look at https://raymondtunning.wordpress.com/2016/09/08/best-wireless-cam-solution-a6c/
    • ecabanas

      Decagon Leaf moisture sensor
      Troubleshooting • • ecabanas  

      5
      0
      Votes
      5
      Posts
      2229
      Views

      mace Phonomathic

      Hi Eduard, I know the topic is about 2 years old now. But since I am about to start a project and I plan to buy a decagon leaf wetness sensor I really wondered if you managed to get it running on the Arduino. Thank you very much Best regards Mathias
    • ecabanas

      Watermark arduino 3.3 headache
      Troubleshooting • • ecabanas  

      5
      0
      Votes
      5
      Posts
      3439
      Views

      pierrot10

      Hello, I hope your are still around about this topic. I very very oft read that we need to take twice the measure by inversing the polarity. As say the doc A special circuit is needed to measure the electrical resistance of the Watermark sensor. DC currents must not be allowed to flow through the wet part of the circuit, or else irreversible reactions will occur and spoil the readings. AC excitation avoids these problems, by reversing the polarity of the current many times per second, so that no net reaction takes place at either electrode In your above sketch, you do not inverse the polarity and it's look like you read 10 time with the same polarity. However, in the above schema, it look like you power (3.3 at the sensor) once the WATERMAK, and then 3.3 at the resistance. Could you explian me your sketch code? And what does the capacitor? Thank a lot..