GithubHelp home page GithubHelp logo

cerea's Introduction

cerea

Sketch für Cerea

cerea's People

Contributors

aortner avatar

Stargazers

 avatar

Watchers

 avatar

cerea's Issues

WorksSwitch

WorksSwitch

i want to read out my sensor from my johndeere for hydraulics and simulate a switch with arduino

it seems my code is ok value changes from 0/1/2 (with steerswitch pin also) in agopengps
but nothing happens with auto/manual...

Code:
// hydraulics
analogRead(A2); //discard
delay(1);
hydro = analogRead(A2);

if (hydro>600) workSwitch = HIGH;
else workSwitch=LOW;

// workSwitch = digitalRead(WORKSW_PIN); // read work switch
steerSwitch = digitalRead(STEERSW_PIN); //read auto steer enable switch open = 0n closed = Off
steerSwitch << 1; //put steerswitch status in bit 1 position
switchByte = workSwitch+steerSwitch;
update: could also see no change with old code.. at pin4

Steering Sensor

Steering Sensor.

after all i got some wiring diagrams of my john deere.

what i can see that most of the important wires are double.

so i did investigate my wheel angle sensor because i did see there are 4 (6) wires going to it.

so i did found that there are different types of sensor with 2 signals coming out. as i think there are
2 hall sensors in it - because there is a second power and gnd to pin needed.

so double signals - double measurements. i will try to build a new connector and see whats is coming from my sensor....
91681.pdf

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.