Giter VIP home page Giter VIP logo

Comments (3)

bojanpotocnik avatar bojanpotocnik commented on July 17, 2024

You are correct, the shape and operation principle is basically the same as for other capacitive soil moisture sensors. As written in the README.md:

The circuit for measuring soil moisture is typical for this kind of device and, in principle, repeats the Chinese sensor, with the only difference that Jager increased the frequency of the generator to 2 MHz.

If you compare V1 schematic with you v1.2 sensor, you will see that the upper left part is already present on your sensor. You can try to connect analog output of your sensor to pin P0.4.

Otherwise, you can always use Zigbee Configurable Firmware, but you would need to make your own Zigbee2mqtt converter.

from flower.

errdos avatar errdos commented on July 17, 2024

first of all thanks for the info and help!

so if i read the schema correctly i can (as you mentioned) connect p0.4 to analog output and p1.1 to VDD? (guessing from the schema of version1)
i assume that the new version P1.4 is used to create up to 3 MHZ signal instead of the chip (which already exists in my sensor)?
so the questions i am left with are:

  1. is the analog input of the board support up to 3.3v (i assume it does)
  2. does the VDD power still works (and enough ) using P1.1
  3. or should i simply jump over the whole chip of my sensor and try to implement what is done in V2.. but i find it a bit complicated to understand what does exists in my sensor and what doesn't.

do you think it's worth pursuing?
i will also try to read on Zigbee Configurable Firmware but it seems that it doesnt support sleep :( so i wont be able to use it on battery.

from flower.

bojanpotocnik avatar bojanpotocnik commented on July 17, 2024

i can (as you mentioned) connect p0.4 to analog output and p1.1 to VDD? (guessing from the schema of version1)

Yes, that should work. P1.1 is used instead of V3.3 to decrease power consumption - so the sensor is powered (3.3V from P1.1) only for short time.

CC2530 datasheet pages 11, 18.

  1. is the analog input of the board support up to 3.3v (i assume it does)

Yes, input voltage is 0-VDD V, where VDD is voltage on AVDD5 pin.

  1. does the VDD power still works (and enough ) using P1.1
| P1_1 | 9 | Digital I/O | Port 1.1 – 20-mA drive capability

Yes, P1.1 is one of the 2 IO pins capable of 20 mA. Your sensor shall consume much less, but you can measure to be sure.

  1. or should i simply jump over the whole chip of my sensor and try to implement what is done in V2.. but i find it a bit complicated to understand what does exists in my sensor and what doesn't.

That would work. You can compare V1 schematic with your sensor, then V1 with V2 to see changes. Power consumption would be lower for sure, because you don't need to power 555 on your sensor. You would connect P1.4 to where pin 3 of 555 chip goes on your sensor, but first make sure that non-powered OUT pin of existing 555 does not consume anything.

from flower.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.