-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ultrasonic sensor #178
Comments
Hello, Zaurez, |
Yes it did compile
But didn't got any value from the sensor for distance
I have already worked through programming but I want to use ardublock for
teaching purpose so please help me out.
…On Nov 24, 2017 2:34 PM, "THOMAS karl" ***@***.***> wrote:
Hello, Zaurez,
the ultrasonic work fine.
change in the code duration by distance, did it compile.
let as it is does it work fine did it compile.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#178 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Af3R9nPrIWDGbSK-nysjzhsjX-mu-Xc2ks5s5oa5gaJpZM4QpcZZ>
.
|
the code work well, i use ultrasonic with arudblock. |
Ok thanks for helping.
I might need your help in future with ardublock. Let me know if can I ask
for your help.
…On Nov 24, 2017 3:22 PM, "THOMAS karl" ***@***.***> wrote:
the code work well, i use ultrasonic with arudblock.
may be bug with echo trigger( pin), or somewhere else
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#178 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Af3R9qIQkpaUyLDjtEDLiH26Dyr-wcjCks5s5pHEgaJpZM4QpcZZ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have doubt about whether the pre-defined code of ultrasonic sensor block is correct or not.
because when I uploaded it shows
duration = duration/59;
And i think it should be
distance = duration/59;
if everything is correct according to you help me with simple distance calculation using ultrasonic sensor and ardublock.
The text was updated successfully, but these errors were encountered: