Arduino: Log sensor data in the cloud
10:07
PID control on arduino
11:02
7 жыл бұрын
Jumping mouse cursor fix
1:28
8 жыл бұрын
raspberry pi  remote desktop
2:46
8 жыл бұрын
Recover photos from a broken sd card
3:46
LORA SODAQ setup in Arduino IDE
3:25
Arduino for beginners. Part 17: SPI
7:15
KY002: Shock Sensor Module
5:28
8 жыл бұрын
Arduino for beginners.  Part 16: I2C
7:40
Пікірлер
@AxelBlaze-n9q
@AxelBlaze-n9q 15 күн бұрын
thx bro
@AxelBlaze-n9q
@AxelBlaze-n9q 15 күн бұрын
he saved my day too
@AxelBlaze-n9q
@AxelBlaze-n9q 15 күн бұрын
yeah
@CarlosGonzalez-px7hy
@CarlosGonzalez-px7hy 3 ай бұрын
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 4 ай бұрын
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 4 ай бұрын
Or would PLC be enough?
@devilvortex1
@devilvortex1 5 ай бұрын
Sorry! why 1024? it's not from 0 to 1023?
@SebastianPachla73
@SebastianPachla73 6 ай бұрын
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 6 ай бұрын
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 7 ай бұрын
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 8 ай бұрын
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 8 ай бұрын
Can this be use to click a button in webpage?
@944L
@944L 8 ай бұрын
YOU WILL NEVER BECOME FAMOUS WITH VIDEOS THIS TRASH
@944L
@944L 8 ай бұрын
WTF THIS VIDEO IS SO FUCKING DISGUSTING AND FUCKING HORRENDOUS
@944L
@944L 8 ай бұрын
FUCKING SHIT VIDEO HOLY SHIT AND CUM
@944L
@944L 8 ай бұрын
I HATE YOU AND THIS VIDEO IS SO BAD
@GameOverHQ-jg8xv
@GameOverHQ-jg8xv 8 ай бұрын
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 9 ай бұрын
Thank you sir!
@sedkikamel4953
@sedkikamel4953 10 ай бұрын
thx for code and generator buddy....
@sandroalarconmorales176
@sandroalarconmorales176 10 ай бұрын
do u have ky 013 library for proteus?
@paulrobb-d4n
@paulrobb-d4n 11 ай бұрын
Well explained something so complicated.
@_programix
@_programix 11 ай бұрын
Please can you send the libraries
@Sculptoroid
@Sculptoroid 11 ай бұрын
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 11 ай бұрын
Sir How recover data from broken memory card
@manecasgimo2121
@manecasgimo2121 11 ай бұрын
What is t the program used to sketch the circuit
@amrkoptan4041
@amrkoptan4041 Жыл бұрын
Its a shame this channel has no longer any videos, your illustrations are great and I learned a lot from you!!!
@logmaker3609
@logmaker3609 Жыл бұрын
Thanks mate, good to hear! I am currently working in a whole different field. I will come back to KZbin when the time right.
@english_with_bee
@english_with_bee 2 ай бұрын
i wanna say the same. amazing explanations!
@gbtgreybeardtech7755
@gbtgreybeardtech7755 Жыл бұрын
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 Жыл бұрын
My pleasure mate!
@yoadknux
@yoadknux Жыл бұрын
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 Жыл бұрын
best explaining thanksss
@nickvledder
@nickvledder Жыл бұрын
Are you from The Netherlands?
@yasmineel-houari666
@yasmineel-houari666 Жыл бұрын
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?
@ai.aspirations
@ai.aspirations 2 жыл бұрын
thanks!
@Zmary
@Zmary 2 жыл бұрын
Thank you LogMaker