Nicolas Jarpa
Nicolas Jarpa
  • 10
  • 309 094
TR 808 Bass Drum. Analog Sound!
Tutorial:
www.instructables.com/id/TR-808-Bass-Drum-Analog-Sound/
Переглядів: 9 672

Відео

Fixing and restoring an old tube radio:Grundig 96
Переглядів 2,6 тис.6 років тому
For more info and tips, please visit: www.instructables.com/id/Fixing-and-Restoring-an-Old-Radio-Grundig-96/
Ultra Mega Timers
Переглядів 17 тис.6 років тому
More info: www.instructables.com/id/Arduino-Ultra-Mega-Timers/
Arduino MIDI drums (Wii Band Hero)+DAW+VST
Переглядів 3 тис.6 років тому
More info: www.instructables.com/id/Arduino-MIDI-Drums-Wii-Band-HeroDAWVST/
Arduino lcd 16x2. Turn Single Screen Into Multiple Screens
Переглядів 81 тис.7 років тому
Please visit: www.instructables.com/id/Arduino-LCD-16x2-Turn-Single-Screen-Into-Multiple-/
Arduino & Labview with 2 DS18B20 (serial)
Переглядів 16 тис.7 років тому
More Info: www.instructables.com/id/Arduino-Labview-With-2-DS18B20/
ARDUINO ANDROID TIMER (with app)
Переглядів 7 тис.8 років тому
Please visit: www.instructables.com/id/ArduinoAndroid-Timer-with-AppControl-Your-Lights-a/
Arduino Programmable Water Doser
Переглядів 60 тис.8 років тому
With this project you can dose the amount of water you want. You can use it to water the garden, mix water with some ingredients, fill a tank, control the water consumption, etc. For more information, please visit: www.instructables.com/id/Every-Liter-Counts-Arduino-Water-Doser-Shield
Proteus Arduino lcd 16x2. Make a 16-pin device/package
Переглядів 11 тис.8 років тому
Proteus only has a 14-pin LCD. Learn how to make a new 16-pin lcd device and the package, for arduino PCB designs.
Arduino Programmable Timer With On/Off Set Point
Переглядів 102 тис.8 років тому
For more information, please visit: www.instructables.com/id/Arduino-Timer-With-OnOff-Set-Point/

КОМЕНТАРІ

  • @volvoxc7048
    @volvoxc7048 10 місяців тому

    Thanks, I found a schematic but not a complete service manual, do you have a link to a service manual?

  • @volvoxc7048
    @volvoxc7048 10 місяців тому

    Thanks for your video, how did you fix the chassis.? Did you sandblast it and what is the finish on it ?

  • @nadaemad914
    @nadaemad914 Рік тому

    Great help

  • @HAKOoooo
    @HAKOoooo Рік тому

    Is your channel still active? I have questions for you?

  • @Hsrt767.....93
    @Hsrt767.....93 Рік тому

    bro can you explain how to edit a variable using a keypad or pushbutton and print in real-time on an LCD using arduino.

  • @Hsrt767.....93
    @Hsrt767.....93 Рік тому

    bro can you explain how to edit a variable using a keypad or pushbutton and print in real-time on an LCD using arduino.

  • @yasiromenacho5694
    @yasiromenacho5694 2 роки тому

    Que gran proyecto gracias lo haré para un colegio se lo voy a regalar pero como sería para 12 temporizadores y un rele y seleccionar los días por favor ayuda

  • @manojkotadiya3333
    @manojkotadiya3333 2 роки тому

    Good

  • @mazharsher1122
    @mazharsher1122 2 роки тому

    subscribed

  • @mazharsher1122
    @mazharsher1122 2 роки тому

    i would simply say Thank you so much

  • @narendrameshram2951
    @narendrameshram2951 2 роки тому

    Sir time setting not sure?

  • @aliksoglu
    @aliksoglu 2 роки тому

    Hi where can I find the gerber files for this please

  • @szymon8769
    @szymon8769 2 роки тому

    Dzięki byq że programu nie ma

  • @acetechengineear1312
    @acetechengineear1312 2 роки тому

    good, ,,send me contact nub

  • @trungleminh9271
    @trungleminh9271 2 роки тому

    This's a great video for us, thanks very much :D

  • @richardbishara3348
    @richardbishara3348 3 роки тому

    Hey @Nicolas Jarpa can you make a video about a Arduino program in which i want to disply two text on matrix Max 7216 Shop Open And Shop Close and I can also change it by Press Button when i open my shop its shows Shop Open and When i Close its Show Closed thanks I will wait for you reply please

  • @MrCachufletas
    @MrCachufletas 3 роки тому

    So...

  • @hondat7435
    @hondat7435 3 роки тому

    Hi, to connect 3 instead of 2 sensors, Do I follow the same code, and just add: "String sensor3 = String(sensors.getTempCByIndex(2),DEC)", "String temp3 = String("C" + sensor3);" "Serial.println(temp3);" I did this, and on C sensor I have -127, which does not mean anything. Please give me some advice on adding the 3rd sensor? Thanks

  • @hondat7435
    @hondat7435 3 роки тому

    Hi, So im assuming you using the digital channel 2 correct? How do you put that into your VI, cus with LINX you need to tell the Read function the digital channel...and here I do not see it...because mine is giving me ZERO. and im 100% sure that all my wiring and coding are correct? Thanks...

    • @nicolasjarpa4336
      @nicolasjarpa4336 3 роки тому

      Hi, I didn't use LINX, this is serial. When I made this video there was no library for the ds18b20. Remember to close the IDE serial monitor.

    • @hondat7435
      @hondat7435 3 роки тому

      @@nicolasjarpa4336 Hi, so I downloaded your LabVIEW and sometimes its giving out reading temp, but sometimes it does not. and the TX led light on arduino uno is stop blinking (stop transferring data to computer after 5 minutes) any idea why is that happening?...when I use the Dallas temperature coding it is working perfectly...no stop blinking on TX led light...Thanks...

    • @nicolasjarpa4336
      @nicolasjarpa4336 3 роки тому

      @@hondat7435 Sorry, but I don't understand, there is another code you are testing?

    • @hondat7435
      @hondat7435 3 роки тому

      @@nicolasjarpa4336 sorry about the confusion. so, i downloaded your labview VI from the link, and also set up the wiring as suggested in the diagram...but i do not get any reading...it just says 0 at the DBL function...however, there is reading at the read buffer...thanks

  • @mohammedshahedhossain9627
    @mohammedshahedhossain9627 3 роки тому

    Could you tell me what kind of system follows in diesel pump or diesel dispenser?

    • @nicolasjarpa4336
      @nicolasjarpa4336 3 роки тому

      I don´t know if you want to go DIY with that kind of liquid involved.

  • @yudirudiat6499
    @yudirudiat6499 3 роки тому

    Code please

  • @mistamikechii3009
    @mistamikechii3009 3 роки тому

    Hm...

  • @littlekarthick3402
    @littlekarthick3402 3 роки тому

    Kindly share the coding for develop to try our self.

  • @BABATECHNICALKNOWLEDGE
    @BABATECHNICALKNOWLEDGE 3 роки тому

    ua-cam.com/video/-riZqMX27KY/v-deo.html

  • @LuizAntonio-yn1hj
    @LuizAntonio-yn1hj 3 роки тому

    nicolas, congratulations on the projects, well explained and easy to understand. mine: 1 timer, 1 relay, selectable day. the sunday: case 7: // if sunday if (Sun1 == 1) { First_Timer (); it does not activate the high signal. so do not turn on the relay. what is the cause of the problem. I thank.

  • @sergiovaldiviarivera5421
    @sergiovaldiviarivera5421 3 роки тому

    Me sirvio ! Gracias

  • @lookin4ward1
    @lookin4ward1 3 роки тому

    That's awesome exactly what I was looking for

  • @zakihussain2747
    @zakihussain2747 3 роки тому

    Can make maltiy counter with LCD

  • @ghitague6435
    @ghitague6435 3 роки тому

    Can use the same step if I have only 1 sensor.. if not what do i have to change???

  • @seanbranyon
    @seanbranyon 3 роки тому

    Could I give you my contact info and ask some questions?

  • @chrisracer2007
    @chrisracer2007 3 роки тому

    Could you have a buzzer turn on when the procedure is complete

  • @Galo1722
    @Galo1722 3 роки тому

    Aplausos caballero!! Le envío mis saludos y felicitaciones desde Argentina. por mi parte intentare añadir 1 rele por cada tiempo y la puesta en hora del reloj desde el teclado. Muchas gracias por tus aportes, son excelentes!!

  • @tarekalbakri336
    @tarekalbakri336 3 роки тому

    hello sir first of all try for this great tutorial i have one question i did everything like you describe in the link but in the android app the background color of the buttons did not change it stay gray but the button is working fine and the relay is working only the color not showing any idea how to fix that ?

  • @DrZipZwan
    @DrZipZwan 3 роки тому

    Great tuto, checked the Instructable, amazing and each script got explanation and of course to the whole tuto!! later going to try to incorporate Auto scrol to some project, which is normal setted to scrol by Button press...

  • @UBsLab
    @UBsLab 4 роки тому

    I am really Glad that I found your channel. I was in great need of this project and finally I found it out. If possible I request you to upload it in more simplified manner so that kids like me can also make it. Anyways Thanks a lot for even uploading This one THANK YOU

  • @dassajityadav5555
    @dassajityadav5555 4 роки тому

    Super sir i just search thia type of function i need for 8 time set per day and on sunday saturday off

  • @mr.sonuverma1320
    @mr.sonuverma1320 4 роки тому

    I want this machine sir

  • @dianemckimmy5701
    @dianemckimmy5701 4 роки тому

    Best if you can do 130 BPM 808 Kick Drum

    • @nicolasjarpa4336
      @nicolasjarpa4336 4 роки тому

      This was a quick test, my modules are in another city, and I can go there because of this quarantine

    • @dianemckimmy5701
      @dianemckimmy5701 4 роки тому

      @@nicolasjarpa4336 just do 130 BPM 808 Kick Drum

    • @playazthang5904
      @playazthang5904 2 роки тому

      where you got this 808 bass drum thing from ?

    • @mikerotchburns7287
      @mikerotchburns7287 2 роки тому

      @@dianemckimmy5701 why so pushy?

  • @mdnayemuddinapan4329
    @mdnayemuddinapan4329 4 роки тому

    Sir, pls give me code for my project 😊

  • @adhilpa1489
    @adhilpa1489 4 роки тому

    Nice project Waiting for 8 relay 8 timer project,

  • @sachinbari2330
    @sachinbari2330 4 роки тому

    Thank you for sharing

  • @adhilpa1489
    @adhilpa1489 4 роки тому

    Great work, I am searching for this

  • @santosvm05
    @santosvm05 4 роки тому

    Hi Nicolas, excelent project, I made it, but when started the arduino freeze (I am using a nano), my relay no have optocoupler but a made one. Do you have any idea? I will try with uno to check. Thanks a lot.

    • @nicolasjarpa4336
      @nicolasjarpa4336 4 роки тому

      Hi! these are common mistakes that I learned from users: -Wrong push buttons configuration. Must be pull-down. -Wrong relay connection. Don´t connect the relay and watch the built-in LED (pin 13) to check if the output is working. -Wrong relay logic. Must be: HIGH=On, LOW=Off. -Using the computer as a power supply. Some PCs USB doesn't have enough power. I'm assuming you are not using the PCB that I made, right? Let me know If works.

  • @alawe1977as
    @alawe1977as 4 роки тому

    thank you ​good project its work perfectly with me. ​my question is how i can to make it work with more than one sensor and valve like 10 stations, how i can add more valve and sensor. ​thank you

    • @nicolasjarpa4336
      @nicolasjarpa4336 4 роки тому

      Hi and thanks for the comment. Can you upload a picture of your project in the "I Made It" section on Instructables? That helps and encourages other people to make the project. You will need a Mega for those 10 sensors + 10 relays + 2 pins for I2C (recommended) + buttons. I have never pushed an Arduino that far. I mean, I don't know if some pulses will be lost with 10 incoming pulses at the same time. You also will need a menu to manage those settings with its respective interface. What I do when I need several sensors is to use an Arduino as master and Attyny85 s or Nanos as slaves to collect the data and synchronize them via I2C or serial to share it with the master Arduino. Finally, when I need more power, I jump to the Teensy 3.5 or 3.6 (120 Mhz). It's all on your creativity and programming skills.

  • @abcdefghijk3168
    @abcdefghijk3168 4 роки тому

    thank you

  • @seahdk
    @seahdk 4 роки тому

    anybody knows why am i having this problem? expected constructor, destructor, or type conversion before '(' token at the line LiquidCrystal_h lcd(0x68,16,2);//0x68 is my lcd address, maybe not yours!

    • @nicolasjarpa4336
      @nicolasjarpa4336 4 роки тому

      Hi, Before implementing the project, test your LCD alone with the library examples.

    • @seahdk
      @seahdk 4 роки тому

      @@nicolasjarpa4336 for this project do i need the I2C module for the lcd to work?

    • @seahdk
      @seahdk 4 роки тому

      @@nicolasjarpa4336 cause rite now i have not soldered on it is that what's it causing to say no file or directory? thanks

    • @nicolasjarpa4336
      @nicolasjarpa4336 4 роки тому

      @@seahdk The code should compile. Do you have the I2C library?

    • @seahdk
      @seahdk 4 роки тому

      @@nicolasjarpa4336 yes i have but i did not solder the I2C onto my lcd

  • @waleedsajjad6605
    @waleedsajjad6605 4 роки тому

    Hi @Nicolas Jarpa its working.... but why its showing values on lcd as 255 255 255 for timers 2,3 and 4. kindly give the solution.

    • @nicolasjarpa4336
      @nicolasjarpa4336 4 роки тому

      Hi, did you clear the EEPROM?

    • @waleedsajjad6605
      @waleedsajjad6605 4 роки тому

      @@nicolasjarpa4336 Hi, no i didn't, please tell how to do that? Thanks

    • @nicolasjarpa4336
      @nicolasjarpa4336 4 роки тому

      ​@@waleedsajjad6605 How did you manage to make the project by skipping steps? It's all in the tutorial and the video.

    • @waleedsajjad6605
      @waleedsajjad6605 4 роки тому

      @@nicolasjarpa4336 you were right..that was skipped from me, but now its working fine..thanks

  • @dml860
    @dml860 4 роки тому

    Thanks for sharing. Good project.

  • @amardarwatkar8338
    @amardarwatkar8338 4 роки тому

    Hi, can u add to this project manual clock set with buttons.

  • @amardarwatkar8338
    @amardarwatkar8338 4 роки тому

    Can you create a setting of Timeset in this?