Тёмный
logMaker360
logMaker360
logMaker360
Подписаться
PID control on arduino
11:02
6 лет назад
Jumping mouse cursor fix
1:28
7 лет назад
raspberry pi  remote desktop
2:46
8 лет назад
LORA SODAQ setup in Arduino IDE
3:25
8 лет назад
KY002: Shock Sensor Module
5:28
8 лет назад
Комментарии
@CarlosGonzalez-px7hy
@CarlosGonzalez-px7hy 6 дней назад
Que grandeeee!!!!!!! you save it me! i have a job with al this technology of IOT and this video is exactly what i was searching!!!
@chincheeyong9655
@chincheeyong9655 Месяц назад
Hi im a beginner. I am wondering if Arduino is able to interface the induction heater and air jet with the help of a PID?
@chincheeyong9655
@chincheeyong9655 Месяц назад
Or would PLC be enough?
@devilvortex1
@devilvortex1 2 месяца назад
Sorry! why 1024? it's not from 0 to 1023?
@SebastianPachla73
@SebastianPachla73 2 месяца назад
Missing is the retrieval of time from the GPS to set the RTC clock. The satellite has a more accurate time and could set itself each time it is launched. Well done!
@IvanLuna-qw7te
@IvanLuna-qw7te 3 месяца назад
I have a question, why is the input signal around 75? I though the input could be any value, the setpoint was a fixed value and the output was the one supposed to be as close to 75 as possible
@MarcusPocus
@MarcusPocus 4 месяца назад
the black tube on the led is for a better ir isolation between emitter/detecter.. the jumper removed allow the Enable pin be controled by Arduino.. is you use it with the jumper installed, the 38khz agc detector is always at or near saturated level and you lose in sensitivity.. to avoid any agc saturation, a max of 2 ms enabled with a min 1 ms desabled give the full potential of this sensor.. because a non precise 555 timer is used, a pot is needed to adjust the frequency tune match with the 38khz detector.. the other pot control the led light intensity.. with all of this, you should to have a better control of the range..
@markanthonynilo9198
@markanthonynilo9198 5 месяцев назад
Can you show to install firmata test software I am using windows 10? Should this firmata test program run in linux or I can instal this in windows 10?
@markanthonynilo9198
@markanthonynilo9198 5 месяцев назад
Can this be use to click a button in webpage?
@944L
@944L 5 месяцев назад
YOU WILL NEVER BECOME FAMOUS WITH VIDEOS THIS TRASH
@944L
@944L 5 месяцев назад
WTF THIS VIDEO IS SO FUCKING DISGUSTING AND FUCKING HORRENDOUS
@944L
@944L 5 месяцев назад
FUCKING SHIT VIDEO HOLY SHIT AND CUM
@944L
@944L 5 месяцев назад
I HATE YOU AND THIS VIDEO IS SO BAD
@GameOverHQ-jg8xv
@GameOverHQ-jg8xv 5 месяцев назад
Thank you so much for sharing this video. Everything worked very well in first go. Now I will automate the Split AC turn on and off during sleep to save energy .🙏
@RobertoMercado-vh3fj
@RobertoMercado-vh3fj 6 месяцев назад
Thank you sir!
@dooby1445
@dooby1445 6 месяцев назад
Google "Ziegler-Nichols method" for a good PID tuning method.
@sedkikamel4953
@sedkikamel4953 6 месяцев назад
thx for code and generator buddy....
@sandroalarconmorales176
@sandroalarconmorales176 7 месяцев назад
do u have ky 013 library for proteus?
@paulrobb-d4n
@paulrobb-d4n 7 месяцев назад
Well explained something so complicated.
@_programix
@_programix 8 месяцев назад
Please can you send the libraries
@Sculptoroid
@Sculptoroid 8 месяцев назад
What is informative here? What did you learn about 1-wire? What did your subscribers learn about 1-wire? One big nothing. You found 'a sketch on the internet'. And that's it? That's why i hate Arduino. The blind leading the blind.
@amritbirsingh
@amritbirsingh 8 месяцев назад
Sir How recover data from broken memory card
@manecasgimo2121
@manecasgimo2121 8 месяцев назад
What is t the program used to sketch the circuit
@amrkoptan4041
@amrkoptan4041 10 месяцев назад
Its a shame this channel has no longer any videos, your illustrations are great and I learned a lot from you!!!
@logmaker3609
@logmaker3609 10 месяцев назад
Thanks mate, good to hear! I am currently working in a whole different field. I will come back to RU-vid when the time right.
@gbtgreybeardtech7755
@gbtgreybeardtech7755 10 месяцев назад
Thank You Kind Sir. I was having one of them days, not knowing where to start and you gave me a boost. Thanks heaps. James.
@logmaker3609
@logmaker3609 10 месяцев назад
My pleasure mate!
@yoadknux
@yoadknux 10 месяцев назад
But you have Kp and Kd = 0, so P and D are disabled, you only have the integrator correcting for you
@AhmedSalah-yd8di
@AhmedSalah-yd8di 11 месяцев назад
best explaining thanksss
@nickvledder
@nickvledder 11 месяцев назад
Are you from The Netherlands?
@yasmineel-houari666
@yasmineel-houari666 11 месяцев назад
what programme did you use to make the cirkit plan please ??!!
@guzmadera
@guzmadera Год назад
Hola, enhorabuena por el tutorial. Me permito enviarte este pequeño fragmento de una aplicación, que no tengo ni idea de lo que me falta para que funcione. Es que tengo varios aparatos que los quiero controlar desde una pantalla TFT ILI9486 de 3.5" y un KY-005 IR. La pantalla táctil me funciona bien pero emito un código de cualquier aparato no me funciona. Podrías por favor echarme una mano. Muchas gracias. ----------------------------------------------------------------------------------- // Control remoto General #include <IRremote.h> int IRPin = 10; IRsend irsend(IRPin); #include <TouchScreen.h> #include <LCDWIKI_GUI.h> #include <LCDWIKI_KBV.h> LCDWIKI_KBV tft(ILI9486,A3,A2,A1,A0,A4); //model,cs,cd,wr,rd,reset /////////////////////////////////////////////////////////////////////// aqui está el resto del código, que lo quito ahora por abreviar ////////////////////////////////////////////////////////////////////// if(is_pressed(265,350,2650,350,p.x,p.y)) // ******* AL PRESIONAR BOTON { unsigned long tData = 0x1000; // Variable to sent irsend.sendSony(tData, 16); // Sent data delay(50); // Delay 50 miliseconds } ------------------------------------------------------------------------ Nota: Uitilizo el pin10 porque si lo pongo al pin3, la pantalla TFT no funciona. Y he puesto sendSony por poner algo. Lo que quiero controlar con esta pantalla TFT es un proyector YOTON, un decodificador TDT, una barra de sonido y un Amazon Fire TV Stick (cada uno con un mando) por eso lo quería unificar todos. Ya tengo los códigos que emiten cada uno
@MahBor
@MahBor Год назад
Bro just revealed his location
@logmaker3609
@logmaker3609 Год назад
Right 7 years ago🙂
@bengmilo452
@bengmilo452 Год назад
thanks alot
@anandg825
@anandg825 Год назад
Thanks LogMaker, your indigenous code using sw case functions was very much helpful. However there is an unnecessary display of 0 and glitches each time the 2nd and 3rd digit overflows. Instead, I deleted the two dummy variables duiz/hon and used if/else statements inside the digit cases to suppress the MSB zeros which works fine.
@os-channel
@os-channel Год назад
Hi Moss, what a great project! It works properly. I would like to setup a MQTT project with one ESP32 as a subscriber and another ESP32 as publisher. The broker should be a RasPi standalone as Broker-Server creating its own WLAN without connection to the Internet via Router or Access Point. Can you give me hints how to do this? The handling of the ESP32 should be easy. But with the RasPi I have got my problems to combine the installed Mosquitto and the WLAN-Server capabilities. Do you have this setup described in one of your courses? (Please without NodeRed.) Thanks! Oli
@spacecloud-0
@spacecloud-0 Год назад
This is a really good intro. Answered all my questions
@RixtronixLAB
@RixtronixLAB Год назад
Nice info, well done, thanks for sharing it:)
@devyanisarode747
@devyanisarode747 Год назад
What if my arduino is connected to this computer on which excel is generated via wifi? And not physically through any serial communication?
@leilanielectronics
@leilanielectronics Год назад
Good work
@dorshreal0016
@dorshreal0016 Год назад
Thanks for the tutorial, really helped!
@Drip_Or_Slip
@Drip_Or_Slip Год назад
Can you make it rad from a longer range?
@shaunxthexmod777
@shaunxthexmod777 Год назад
hi can the TFT LCD touch screen, play a gif file! thank you
@weldonthompson5410
@weldonthompson5410 Год назад
input is into digital input ???????????????????????
@stone2292
@stone2292 Год назад
dude,i'm so appreciate!
@logmaker3609
@logmaker3609 Год назад
My pleasure mate
@makesomemore_
@makesomemore_ Год назад
thanks man saved the day
@patrickjean5811
@patrickjean5811 Год назад
I correct you, USB does not have RX and TX but Data+ and Data-, the communication is a comparator between Data+ and Data- that makes the 0 or the 1.
@logmaker3609
@logmaker3609 Год назад
Different word for same outcome. Like Shakespeare said: What's in a name?
@patrickjean5811
@patrickjean5811 Год назад
@@logmaker3609 no, not the same thing, as I said Data+ and Data- is Differencial protocol, it is not a 2 way communication, there is a master that initiate the communication and a slave that respond. Tx and Rx is a 2 way communication where a high voltage is a 0 and low voltage is a 1. USB does not work the same way RS232 works.
@mhd-em6yt
@mhd-em6yt Год назад
ich liebe dich
@ManfredGerhard
@ManfredGerhard Год назад
Ich liebe dich auch
@mmulisha1022
@mmulisha1022 Год назад
Any idea on what the fastest log speeg is you can set this too. I would like to grab data around every .25 seconds. This possible?
@SofianMW
@SofianMW Год назад
thanks!
@Zmary
@Zmary Год назад
Thank you LogMaker
@davidmoca
@davidmoca Год назад
Hi , how write a URL in my card ?, what block use?
@jackwalter7622
@jackwalter7622 Год назад
Thank You Fam! Helped me today!