TinkerCad Sensors and Actuators

  Рет қаралды 76,883

Iain Murray

Iain Murray

Күн бұрын

Пікірлер: 38
@GMCRaptor
@GMCRaptor Жыл бұрын
Very well presented and commentated 👍🇦🇺thankyou
@matrixjohnson9215
@matrixjohnson9215 7 жыл бұрын
Thanks, I really needed this! God bless you!
@nata2468
@nata2468 4 жыл бұрын
Amen I always love seeing people saying God bless you it warms my heart
@mikerosal7393
@mikerosal7393 2 жыл бұрын
Thanks Iain, Now I can mimic the Actuator using Arduino
@shavezrizvi3932
@shavezrizvi3932 4 жыл бұрын
Sir how can we add The pulse or ecg sensor as they arent available. I want to design a prototype for my model
@omprabhudesai
@omprabhudesai 4 жыл бұрын
Hii were you able to do it or can you tell me how you did it
@shavezrizvi3932
@shavezrizvi3932 4 жыл бұрын
@@omprabhudesai noooo actually on tinkercad the wifi module has been removed, hence no success
@ARTSTARCHANNEL
@ARTSTARCHANNEL 2 жыл бұрын
#include int reading = 0; Servo servo_11; void setup() { pinMode(A0, INPUT); pinMode(A1, INPUT); pinMode(10,OUTPUT); pinMode(12,INPUT); servo_11.attach(11); } void loop() { if(digitalRead(12) == 0){ reading = analogRead(A0); analogWrite(10,(reading*0.18)); servo_11.write((reading*0.25)); }else{ reading = analogRead(A1); analogWrite(10,(reading*0.75 - 15.09)); servo_11.write((reading*0.53-10.65)); } delay(10); }
@diegoarias7921
@diegoarias7921 4 жыл бұрын
Any chance you can do this with a push button?
@jean-paulpetillon7802
@jean-paulpetillon7802 3 жыл бұрын
Excellent tuto. You are great!
@Time4yes
@Time4yes 4 жыл бұрын
Does it i2c modules?
@shubhamankush6682
@shubhamankush6682 5 жыл бұрын
hello, please tell me how to add sound sensor in tinkercad i am not able to find sound sensor in tinkercad
@abhishekkrishna5978
@abhishekkrishna5978 6 жыл бұрын
please share the circuit so that i can duplicate and tinker it
@vittoriadorso9515
@vittoriadorso9515 4 жыл бұрын
Thanks a lot, you were very specific! This is amazing!
@IainMurray
@IainMurray 4 жыл бұрын
No problem, glad it was usefull.
@pisondave7847
@pisondave7847 4 жыл бұрын
sir can you upload a link to your tinker project so we can tinker it it would be a great help thank you
@venkatahegde4412
@venkatahegde4412 4 жыл бұрын
Hey. Nice video. I've made a garbage level indicator using ultrasound sensor. I am facing certain problems. Can you help me with it.
@IainMurray
@IainMurray 4 жыл бұрын
Can try to, whats the problem?
@utkarshpahare3336
@utkarshpahare3336 4 жыл бұрын
HEY, WHEN I TRIED TO DO THE SAME IT DOES'T WORK. ONLY THE TEMPRATURE WORK WITH THE LED AND THE POTENTIOMETRE AND THE SERVO DOESN'T WORK.
@mateusfonteles4254
@mateusfonteles4254 5 жыл бұрын
Mine did not work fine.. When using the potentiometer it worked as in the video, when using the temperature sensor it did not move the Micro Servo (left it at 0) and turned the light to maximum, changing the temperature did nothing. Thank you!
@mariezdesire6045
@mariezdesire6045 4 жыл бұрын
me too
@fabian5304
@fabian5304 4 жыл бұрын
@@mariezdesire6045 Me too
@smiley5484
@smiley5484 4 жыл бұрын
Me too
@bibekmagar723
@bibekmagar723 4 жыл бұрын
what are we making
@CassieKrazy
@CassieKrazy 4 жыл бұрын
exactly what i am wondering
@krisztinahalasz2998
@krisztinahalasz2998 4 жыл бұрын
you are a hero thank you !! and you can explain it soo well wauw respect
@IainMurray
@IainMurray 4 жыл бұрын
Thanks, glad these are of some use
@olooololllo5426
@olooololllo5426 5 жыл бұрын
pleade i need code file for download on ardiuno
@manjulareddy3047
@manjulareddy3047 4 жыл бұрын
Please share more videos with block coding
@elnainamorata6734
@elnainamorata6734 3 жыл бұрын
thanks a lot! it really works
@faresalnagei3549
@faresalnagei3549 4 жыл бұрын
thank you mr. murray
@jeson1793
@jeson1793 4 жыл бұрын
gracias era pa mi clase
@eshettesfa346
@eshettesfa346 5 жыл бұрын
THIS VIEDO have good but please relase effective viedo
@IainMurray
@IainMurray 5 жыл бұрын
not quite sure what you are asking. This was used in our free on line course on edX (Internet of things, CurtinX)
@TCSweatyAce
@TCSweatyAce 4 жыл бұрын
@@IainMurray I think he means make the video shorter
@lollo4711
@lollo4711 5 жыл бұрын
really cool! tnx
@IainMurray
@IainMurray 5 жыл бұрын
Glad you like it, we have lots more in our edX MOOCs see www.edx.org/micromasters/curtinx-internet-of-things-iot . Its free!
TinkerCAD Circuits - Ultrasonic Sensor triggers LED
17:26
MrCoding
Рет қаралды 41 М.
How to Control a Ton of Inputs using Shift Registers!
19:38
Kevin Darrah
Рет қаралды 312 М.
ВЛОГ ДИАНА В ТУРЦИИ
1:31:22
Lady Diana VLOG
Рет қаралды 1,2 МЛН
"Идеальное" преступление
0:39
Кик Брейнс
Рет қаралды 1,4 МЛН
Gas Detecting Alarm system with Arduino
14:46
Mindful Bytes
Рет қаралды 89 М.
Arduino UNO Tutorial #3 - Servo Motor Project (Set Up)
11:16
Mr. Z (3D CAD Extraordinaire!)
Рет қаралды 184 М.
5 Arduino Sensors Projects without any Hardware! Tinkercad
26:25
THE ELECTRONIC GUY
Рет қаралды 105 М.
Using Servo Motors with Arduino
43:06
DroneBot Workshop
Рет қаралды 1,4 МЛН
Arduino - control 4 LEDs with a potentiometer.
20:44
CMS STEAM Rendezvous
Рет қаралды 68 М.
Boolean Expression Implementation in Tinkercad
16:21
Askarzadeh Engineering
Рет қаралды 65 М.
Control LED's with an IR Remote in Tinkercad Circuits! #arduino
12:40
Stepper Motors with Arduino - Controlling Bipolar & Unipolar stepper motors
50:22
Why build an entire computer on breadboards?
28:43
Ben Eater
Рет қаралды 3,1 МЛН
ВЛОГ ДИАНА В ТУРЦИИ
1:31:22
Lady Diana VLOG
Рет қаралды 1,2 МЛН