Giter Club home page Giter Club logo

Comments (5)

kashimAstro avatar kashimAstro commented on July 28, 2024 1

There are two things wrong with this example:

  1. the numbering of triggers and echoes is wrong
    there are no pins numbered with 39 and 40
  2. state_button is not set.

try starting with this example (untested):
https://gist.github.com/kashimAstro/41662bd8d78246efb1820a210c7c3e60

there are two variables in the class no_window:
int trigger = 0; <--- number pin trigger
int eco = 0; <--- number pin echo

if you are not sure of the numbering turn me a picture of your scheme
and remember to use resistors on the echo pin.

from ofxgpio.

kashimAstro avatar kashimAstro commented on July 28, 2024

pi_hc

in this scheme the number of trigger is GPIO18 and echo GPIO23.

from ofxgpio.

AnasGhrab avatar AnasGhrab commented on July 28, 2024

Thank you very much ! I'll try it and keep you informed.

from ofxgpio.

AnasGhrab avatar AnasGhrab commented on July 28, 2024

I'm getting this error :

obj/linuxarmv6l/Release/src/main.o: In function `no_window::~no_window()':
main.cpp:(.text._ZN9no_windowD2Ev[_ZN9no_windowD5Ev]+0x28): undefined reference to `HC_SR04::~HC_SR04()'
obj/linuxarmv6l/Release/src/main.o: In function `no_window::~no_window()':
main.cpp:(.text._ZN9no_windowD0Ev[_ZN9no_windowD5Ev]+0x28): undefined reference to `HC_SR04::~HC_SR04()'
obj/linuxarmv6l/Release/src/main.o: In function `main':
main.cpp:(.text.startup+0x118): undefined reference to `HC_SR04::HC_SR04()'
collect2: error: ld returned 1 exit status
/home/pi/openFrameworks/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:403: recipe for target 'bin/test-HC-SR04' failed
make[1]: *** [bin/test-HC-SR04] Error 1
make[1]: Leaving directory '/home/pi/openFrameworks/apps/myApps/test-HC-SR04'
/home/pi/openFrameworks/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:124: recipe for target 'Release' failed
make: *** [Release] Error 2

from ofxgpio.

AnasGhrab avatar AnasGhrab commented on July 28, 2024

I had to comment HC_SR04(); and ~HC_SR04(); in the HC_SR04 class. But it is still not working.

from ofxgpio.

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.