Domingo Martinez
Domingo Martinez
  • Видео 20
  • Просмотров 407 128
Force Sensor in Tinkercad
Learn how to control output devices with a force sensor using block-based programming on Tinkercad circuits.
Link to my Tinkercad Circuit:
www.tinkercad.com/things/e5NmLZdrsdN
Просмотров: 954

Видео

Robotic Hand in Tinkercad
Просмотров 7 тыс.2 года назад
Learn how to control a Robotic Hand using Arduino. Flex sensors attached to a glove are typically used to manipulate servo motors in a robotic hand. In this video, I will show you how to actuate a servo motor using flex sensors. Link to my Tinkercad Circuit: www.tinkercad.com/things/5cmSAnat9C0
Relay Control with Block Programming in Tinkercad
Просмотров 9 тыс.4 года назад
Use an Arduino to control devices that require a large power supply. Using a Single Pole Double Throw Relay, you can control a load circuit with push-buttons connected to an Arduino acting as the control switches in a control circuit. The light represents a lamp that can be connected to an AC power outlet. Link to my Tinkercad Circuit: www.tinkercad.com/things/boB8HuSvWmt
Keypad Lock in Tinkercad
Просмотров 16 тыс.4 года назад
Use an Arduino to unlock any device with a password protected Keypad. You will learn how to store keypad values to generate a password to rotate a servo. The servo represents a lock on a password protected door or safe. Link to my Tinkercad Circuit: www.tinkercad.com/things/0baCZ0SqvXm
PIR Motion Sensor in Tinkercad
Просмотров 41 тыс.4 года назад
Use an Arduino to control a servo and LED with a PIR sensor in TinkerCAD Circuits. You will learn how to read PIR motion sensor data to actuate a servo and light up an LED. This can represent a motion activated garage door or motion lights for your backyard. Link to my Tinkercad Circuit: www.tinkercad.com/things/9s0y6Bkokjv
Using an IR Remote To Control DC Motors
Просмотров 15 тыс.4 года назад
Use an Arduino to control DC Motors with an IR Remote in TinkerCAD Circuits. In this video, you will learn how to drive a simple robot (two DC motors) using forward, back, left, and right with an IR remote. Link to my Tinkercad Circuit: www.tinkercad.com/things/9PYXbHBCb2B
Motor Control Using a Transistor
Просмотров 20 тыс.4 года назад
In this video, you will learn how to control the speed of a DC motor using an NPN transistor. Link for my Tinkercad Circuit: www.tinkercad.com/things/aoM9gOFOT2A
System of Equations with Photoresistor (Drag & Drop Programming)
Просмотров 3686 лет назад
Using TinkerCAD drag-and-drop programming, learn how to solve a system of equations with photo-resistors (LDR) and servos using Arduino. Link to my Tinkercad Circuit: www.tinkercad.com/things/ayJZ7YGtUVj
How to Use Button Count
Просмотров 57 тыс.6 лет назад
Using an LCD screen to determine the push button count Link to my Tinkercad Circuit: www.tinkercad.com/things/l8FvR899YVa
Servo Control with Photoresistor & Push-button
Просмотров 10 тыс.6 лет назад
Learn how to control a servo based on light intensity (photoresistor) and a push button simultaneously. Link to my Tinkercad Circuit: www.tinkercad.com/things/fmJw7GHBKb2
How to Use an IR Remote in Tinkercad
Просмотров 59 тыс.6 лет назад
This video will help you use an IR Remote to control components like LEDs, Servos, and DC motors. You can find the links for the code and library below. Link to my Tinkercad Circuit: www.tinkercad.com/things/39d4oRYQBy7 Link to the Library: github.com/z3t0/Arduino-IRremote
How to use an Ultrasonic Sensor in Tinkercad
Просмотров 88 тыс.7 лет назад
Learn how to use a distance sensor in Tinkercad to light up an RGB LED Code and simulation (using digitalWrite): www.tinkercad.com/things/coFS7RHB0l4 The if-statement is a little different but more efficient. Code and simulation (using analogWrite): www.tinkercad.com/things/1HFF9halh64 Code and simulation (with HC-SR04): www.tinkercad.com/things/d194Li2O5pN
RGB LED Potentiometer
Просмотров 13 тыс.7 лет назад
Learn how to change colors in an RGB LED with a potentiometer using Tinkercad Circuits. Link to my Tinkercad Circuit: www.tinkercad.com/things/ejcNae9TkoF
Lighting an RGB LED with a Push Button on Tinkercad
Просмотров 28 тыс.7 лет назад
This tutorial will show you how to light up an LED with a push button on Tinkercad
How to set up an RGB on Tinkercad
Просмотров 10 тыс.7 лет назад
This tutorial will show you how to blink an RGB LED
Controlling DC motors with a potentiometer
Просмотров 6 тыс.7 лет назад
Controlling DC motors with a potentiometer
Controlling DC Motors part4
Просмотров 1,4 тыс.7 лет назад
Controlling DC Motors part4
Controlling DC Motors part3
Просмотров 1,5 тыс.7 лет назад
Controlling DC Motors part3
Controlling DC Motors part2
Просмотров 4 тыс.7 лет назад
Controlling DC Motors part2
Controlling DC Motors part1
Просмотров 21 тыс.7 лет назад
Controlling DC Motors part1

Комментарии

  • @maxmaker-d2c
    @maxmaker-d2c 19 дней назад

    thanks so much this really helped me

  • @BurnSteveJobs
    @BurnSteveJobs Месяц назад

    Thank you, I used this to build a dropper for my drone!

  • @user-ts4gc2fx9z
    @user-ts4gc2fx9z Месяц назад

    Thanks for the guide!

  • @alfredcalleja450
    @alfredcalleja450 Месяц назад

    Thanks, I complicated what is a simple code.

  • @harry-ie5xd
    @harry-ie5xd 4 месяца назад

    code that works in 2024: #include <IRremote.hpp> const int rcvPin=11; IRrecv irrecv(rcvPin); decode_results results; void setup() { Serial.begin(9600); irrecv.enableIRIn(); // Start the receiver } void loop() { if(IrReceiver.decode()) { auto value= IrReceiver.decodedIRData.decodedRawData; Serial.println(value, HEX); } IrReceiver.resume(); // Receive the next value delay(100); }

  • @angloyasser7159
    @angloyasser7159 4 месяца назад

    thx bro that was soo helpful

  • @winstonchurchill611
    @winstonchurchill611 6 месяцев назад

    thx

  • @gjsxnobody7534
    @gjsxnobody7534 Год назад

    my left button always says 1, and no change when pushed, only the second button, when pushed says 1, and then zero normally.. what gives?

  • @debayanchatterjee9444
    @debayanchatterjee9444 Год назад

    prints only fffffff

    • @daanwientjes1983
      @daanwientjes1983 Год назад

      i have the same problem have you found a solution

  • @debayanchatterjee9444
    @debayanchatterjee9444 Год назад

    not working

  • @mr.w5179
    @mr.w5179 Год назад

    Doesn't work the only code the remote sends is FFFFFFFFF.

  • @suju-1405
    @suju-1405 Год назад

    can u send arduino ir library used for this

  • @suju-1405
    @suju-1405 Год назад

    can u send arduino ir library used for this

  • @primevideos3984
    @primevideos3984 Год назад

    Nowadays the remote control only displays FFFFFF on any button you press, is this error just me?

    • @squidi3189
      @squidi3189 Год назад

      no, same here

    • @primevideos3984
      @primevideos3984 Год назад

      @@squidi3189 I solved my problem by downgrading the version of IRremote.h, try using version 3.6.0, version 4.1.2 simply doesn't work for me, going back to the old version was perfect!

    • @Dell-ol6hb
      @Dell-ol6hb Год назад

      yea same idk what the hell is going on

  • @vijayakumari1290
    @vijayakumari1290 Год назад

    thank so much it struggled me so much. It is very helpful

  • @HappyHermitt
    @HappyHermitt Год назад

    We have raccoons visiting us. I'm going to make a booby trap with this and party popper.

  • @MatheusAlbuquerque-i9y
    @MatheusAlbuquerque-i9y Год назад

    Thanks

  • @gabydagdag2899
    @gabydagdag2899 Год назад

    Thank you very much

  • @brayboi7648
    @brayboi7648 Год назад

    can someone explain why there i a 9600 in the biginning?

    • @domingomartinez1536
      @domingomartinez1536 Год назад

      It's the baud rate. It tells you how fast information is displayed on the serial monitor.

  • @SMGElectricBoogaloo
    @SMGElectricBoogaloo Год назад

    This is honestly really cool, would be a cool idea to have, say, a window shade controlled by servos, so it could cover the sun at day, and rise up at night.

  • @ALPHA.CYBORG.95
    @ALPHA.CYBORG.95 2 года назад

    merciiiiii

  • @shahidiqbal5273
    @shahidiqbal5273 2 года назад

    How to resume conter if power goes off....counter sould not start from start..... It should keep the last value stored in memey... Ones power comes back... It should start from the the last value when power got switched off... Can you write me a code for that...?

  • @cembozkurt6436
    @cembozkurt6436 2 года назад

    How can I make it more sensitive?

    • @SMGElectricBoogaloo
      @SMGElectricBoogaloo Год назад

      I tried experimenting with this, it seems to only be going within the limit of the slider in the simulation and the angles of which a servo is restricted by. I'm not very sure how it could be more sensitive.

  • @investwiselyfolks7656
    @investwiselyfolks7656 2 года назад

    What do I write if I want the button pressed twice before going to “1” then twice again before going to “2” and so on and so forth?

  • @haithamabdalhafeez8333
    @haithamabdalhafeez8333 2 года назад

    bro i did same thing but i want to control it from matlab can u help me but me code have some defrint from ur code plz replay

  • @vergelduenas3845
    @vergelduenas3845 2 года назад

    How to control forward direction then rotate in the reverse directin

  • @netsurfer8923
    @netsurfer8923 2 года назад

    Can i add Buzzer, how to do it sir?

  • @huyphamuc6372
    @huyphamuc6372 2 года назад

    Thanks for knowledge. Thumbs up

  • @nathanielheredia8494
    @nathanielheredia8494 2 года назад

    how can i change it to forward back and left etc?

  • @toongmarkjohnr.1717
    @toongmarkjohnr.1717 2 года назад

    sir good day may i asked tour permission to use your project as my inspiration or may i get some of the idea you made but ill change the code and i will add more features. its like i want your design so pls grant my wish

  • @ohmytoast6692
    @ohmytoast6692 2 года назад

    bro, you explain this so coherently, thanks.

  • @sheillahmeicaraan6655
    @sheillahmeicaraan6655 2 года назад

    what's the possible program and circuit for this "This is a Counting up program which calculates the number of times the button is pressed. If the number of button pressed is more than 9, it will be displayed as “ > 9”, then program terminates."

  • @roaming740
    @roaming740 2 года назад

    what does it look like irl?

  • @matthew1664
    @matthew1664 2 года назад

    What would happen if you removed the potentiometer? Would the transistor still control the speed of the motor?

  • @apexboii
    @apexboii 2 года назад

    how to input the green color?

  • @ArduBlock
    @ArduBlock 2 года назад

    Thanks for the great video on this.

  • @martindalen2487
    @martindalen2487 2 года назад

    for all u guys saying he didnt link the code: 1. click the link. 2. click "simulate". 3. click "Show Code". smh

  • @premjagtap5408
    @premjagtap5408 2 года назад

    Why have u grounded the other end of the push button?

  • @epieepede5222
    @epieepede5222 2 года назад

    Am great full of what I saw, please I wish to ask which app did u use for connecting?

  • @fookwenglee1308
    @fookwenglee1308 2 года назад

    how do i get the fan in tinkercad

  • @mr.fishman1510
    @mr.fishman1510 2 года назад

    I liked this video a lot and took inspiration so I decided to use this for my own Arduino so I found the hexadecimal codes for my remote at home and I replaced the original hexadecimal codes with my own and now it is giving my a "This was not declared in this scope" and it highlighted my hexadecimal codes. I have no Idea how to fix it and I don't know where I went wrong.

    • @mr.fishman1510
      @mr.fishman1510 2 года назад

      I honestly feel really dumb, I figured it out. apparently i forgot to put the "0x" before the code, dumb mistake

    • @daanwientjes1983
      @daanwientjes1983 Год назад

      @@mr.fishman1510 i have a question did it work first time for you because for me when i used it and looked at the serial monitor the codes from my remote came out as FFFFFFFF

  • @sieglindelanger7332
    @sieglindelanger7332 2 года назад

    Could you make the code with the Blocks, please? I only need it in this version for my children in the ground school?

  • @muhammadnaimbabu
    @muhammadnaimbabu 2 года назад

    please , give me the code .

  • @gunzi2269
    @gunzi2269 2 года назад

    Hello Domingo, thank you for this well explained video. One question: How can I find out the range of my „real“ flex sensor? After creating some DIY sensors I‘ve bought one and it would be great to find out the necessary mapping values

  • @dalal1985
    @dalal1985 2 года назад

    hey what if I want to control speed of the motors too? what other changes should be added to the circuit and code?

    • @floatingdoggo6529
      @floatingdoggo6529 Год назад

      At that point you would need to add a motor controller or power the motor from the arduinos analog signals (don’t do that)

    • @flex_factor
      @flex_factor Год назад

      ​@@floatingdoggo6529 why shouldn't you try to control the motors with analog signals ?

  • @mcmunaa
    @mcmunaa 2 года назад

    i still don't understand about "!strcmp" and why you use 4 digits for define_length but you only use 3 digits for password? can you explain that? or where can i learn it?

  • @VidarrKerr
    @VidarrKerr 2 года назад

    You shouldn't use an Arduino to drive anything, Amps or Volts. It is a switch, not a power supply.

  • @HARISHARIS-dr4jh
    @HARISHARIS-dr4jh 2 года назад

    How bro if...... (val =High), Servo turn 90 degree, when (val=High) again, servo needs to turn 180 degree. It's like when sensor activate for the first time, servo have to turn 90 degree, then sensor activates again servo needs to turn 180 degree. How to write the code bro.. I tried using if else but doesn't work.

  • @mr.e.484
    @mr.e.484 2 года назад

    How would you start over at your count after you count up to a certain number?

  • @Bufon_Wytkain42
    @Bufon_Wytkain42 2 года назад

    I want to put a lcd screen, waht do I have to do?

    • @domingomartinez1536
      @domingomartinez1536 2 года назад

      www.instructables.com/Arduino-16x2-LCD-Display-and-4x4-Matrix-Keypad/?amp_page=true

    • @Bufon_Wytkain42
      @Bufon_Wytkain42 2 года назад

      @@domingomartinez1536 Tysm