Toolbox Organization Ideas
1:25
9 ай бұрын
Maker Faire Miami 2023
1:37
Жыл бұрын
Digital Spool Holder (with Scale)
7:22
Useful Household 3D Prints
5:47
Жыл бұрын
Retractable Charger Cable
1:08
Жыл бұрын
Watch Holder
0:17
2 жыл бұрын
Flashdrive Holder
0:44
2 жыл бұрын
Audio Latency Meter
3:55
2 жыл бұрын
Audio Latency Test
10:03
2 жыл бұрын
DIY Portable Soldering Station
2:03
2 жыл бұрын
3D Printed Automatic Blinds
0:54
3 жыл бұрын
Arduino Tutorial: E-Paper Display
8:29
Mini Christmas Tree
1:05
4 жыл бұрын
Electronics Tutorial For Beginners
11:23
Why Arduino Crashed?
1:55
5 жыл бұрын
My Top 5 Arduino Displays
4:59
6 жыл бұрын
Пікірлер
@richardtaitano3810
@richardtaitano3810 15 сағат бұрын
It’s almost a decade later
@user-xu5jl8zx9v
@user-xu5jl8zx9v 5 күн бұрын
how did you draw those gauges ?
@interlinkknight
@interlinkknight 4 күн бұрын
Using PowerPoint. Not the ideal software for that, but it's good enough
@iercan1234
@iercan1234 8 күн бұрын
trop fort
@francescoranchi7415
@francescoranchi7415 8 күн бұрын
Hello there! your code trurly does wonders! althought I'm facing an issue which is that I'm using a hall effect sensor to measure a wheel's rpm. The wheel is connected to an electric threephase 18kw motor, and when the motor's RPM are > 150 the arduino stops working showing random numbers on the serial screen. I've tried using shielded wire and that does help (connecting the shielded wire to the arduino's and sensor's GND). Now i want to use a pull up resistor, but the issue I'm facing is: When do i use pull up and when do i use pull down? I'm not sure if im gonna be using a NPN or PNP NO or /NC hall sensor. I think if it's a PNP then its a pull down resistor and viceversa? Or which sensor type should I use? many thanks! hope you could provide me with some help!
@interlinkknight
@interlinkknight 8 күн бұрын
The question about when to use pull-up or pull-down resistors is very simple. If the device (in this case the hall effect) output gives a ground signal, then we should use a pull-up resistor. If the device outputs voltage when it send a signal, then we need to add a pull-down resistor. For this case, the A3144 output signal is ground so I added a pull-up resistor to keep it HIGH when there's no signal.
@francescoranchi7415
@francescoranchi7415 8 күн бұрын
@@interlinkknight ok I think I got it! So to give the arduino a steady signal while the sensor if “off” state, we use a resistor which pulls opposite to the sensor’s output signal type? So I guess the sensor’s signal is “stronger” than the voltage given into the arduino by the resistor therefore it is overcome by the sensor output signal?
@francescoranchi7415
@francescoranchi7415 8 күн бұрын
Also if I use pull up or pull down , do I need to change in the code the attachToInterrupt to be rising if I’m using pull down, and falling if I’m using pull up?
@interlinkknight
@interlinkknight 8 күн бұрын
That's correct. The rising or falling is pretty much irrelevant
@francescoranchi7415
@francescoranchi7415 8 күн бұрын
@@interlinkknight Ok super! many thanks, one last question, If I use for example NPN with pull-up and "FALLING" it must be a NO, otherwise if it's NC i need to write "RISING", is that correct?
@umbertoricca4177
@umbertoricca4177 20 күн бұрын
@rylerafaelrival_08
@rylerafaelrival_08 22 күн бұрын
Is this permanently destroyed or it’s still repairable?
@interlinkknight
@interlinkknight 22 күн бұрын
I repaired after the video so it's fine
@rylerafaelrival_08
@rylerafaelrival_08 22 күн бұрын
Oh. I thought it’s destroyed. Good thing you can use it 😃
@rylerafaelrival_08
@rylerafaelrival_08 22 күн бұрын
@@interlinkknightHow didn’t it turned on when you tested the switches?
@interlinkknight
@interlinkknight 21 күн бұрын
In that moment it didn't have power
@briandrake6881
@briandrake6881 23 күн бұрын
Engineering never gets old.
@RimYTT
@RimYTT 25 күн бұрын
how to write in Cyrillic (Russian) using this library?
@interlinkknight
@interlinkknight 25 күн бұрын
I have no idea
@RimYTT
@RimYTT 25 күн бұрын
@@interlinkknight ok
@rakhlidian6925
@rakhlidian6925 Ай бұрын
how do i use it in esp32 ?
@interlinkknight
@interlinkknight 29 күн бұрын
As far I know this example should work the same way in the ESP32
@imanghiafehkhalilzadeh4426
@imanghiafehkhalilzadeh4426 Ай бұрын
I'm gonna build one too... Maybe a bit longer
@interlinkknight
@interlinkknight Ай бұрын
Excellent. Share pictures ;)
@fioulmaster
@fioulmaster Ай бұрын
Thanks a lot for this tutorial! I have few questions: I would like to make a "shifter" for my motorcycle. The system would work like this: when I press the speed selector pedal, via a micro-contact I cut the ignition for xx ms depending on the engine speed while I shift into gear. The micro-contact would be connected to an input of the Arduino and an output of the Arduino would control a Mosfet to cut off the ignition. Would these inputs/outputs prevent your program from functioning correctly? Can you help me?
@interlinkknight
@interlinkknight Ай бұрын
You could run that program without affecting the tachometer code because the tachometer counts the pulses using interrupts that are not affected by the main loop
@ericksonhernandez2070
@ericksonhernandez2070 Ай бұрын
is there any way to potentially do this but instead measure the current through the spark plug to determine rpm? it's just 12v right?
@interlinkknight
@interlinkknight Ай бұрын
You would have to convert that high voltage of the spark plug to 5V. Also check that the signal is clean (no spikes or multiple HIGH/LOW on a single pulse). Then, it should work
@Aviation199
@Aviation199 Ай бұрын
Aw www tiny pc
@fl0_w
@fl0_w Ай бұрын
Very cool!
@GabbeeAnimator
@GabbeeAnimator Ай бұрын
I have like 2m displays in my house
@NAMENADDRESSWITHHELD
@NAMENADDRESSWITHHELD Ай бұрын
Hello Seymour, you're quite good at *Steaming my Hams!* Sincerly yours, *NAME AND ADDRESS WITHHELD*
@Toxic_Sniper26
@Toxic_Sniper26 Ай бұрын
Thanks for this hard work ❤
@interlinkknight
@interlinkknight Ай бұрын
You're welcome 😊
@electronik808
@electronik808 Ай бұрын
what is the display that you have on the bottom left? the blue one with hello world seems the most clear in the video
@interlinkknight
@interlinkknight Ай бұрын
It's also a TFT 1.8" ST7735 as I mentioned, but the module looks a little difference. There are 3 variations that I know of.
@raptorthegamer5524
@raptorthegamer5524 Ай бұрын
unfortunately i have already bought a breadboard, and the only real issue i have is the poor connections, is there something i can do about it
@interlinkknight
@interlinkknight Ай бұрын
I guess you can return it
@war4tek
@war4tek 2 ай бұрын
Awesome video! Just what I was looking for. Thank you for your time.
@lynnlynn3379
@lynnlynn3379 2 ай бұрын
perfect video to understand auto gear Thanks
@SonalK
@SonalK 2 ай бұрын
how are A0, SDA and SCK pre-selected? I've set them to GPIO 2, 3 and 4 but I can't get a simple text to display and change the background. Only a static white background is showing. Im using Raspberry pi pico
@interlinkknight
@interlinkknight 2 ай бұрын
Pins are selected in the top of the sketch and usually we use hardware pins so they can't be charged. This is made for Arduino uno and nano. You need to find a Library for raspberry pi pico
@EmptyPocketProductions
@EmptyPocketProductions 2 ай бұрын
Outstanding, Just subbed! Any way to shift the "RPM" to the center of the oled and have the actual rpm digits centers too? Thanks again!
@interlinkknight
@interlinkknight 2 ай бұрын
You can always do anything you want with the display
@EmptyPocketProductions
@EmptyPocketProductions 2 ай бұрын
@interlinkknight Can you advise how you would shift it to the center ? Thanks
@interlinkknight
@interlinkknight 2 ай бұрын
Do you mean the OLED display? You would have to put a few if statements that if RPM is between 0 and 9 the text x position is a value in the center. If RPM is between 10 and 99 the text x position is a value in the center. If RPM is between 100 and 999 the text x position is a value in the center. Etc.
@claudiomoles
@claudiomoles 2 ай бұрын
Thanks for producing such an excellent and informative video explaining TFT displays, this is surely the best I saw. People like you make a difference in this World! Blessings!
@interlinkknight
@interlinkknight 2 ай бұрын
Glad it was helpful!
@josematiaspropato6310
@josematiaspropato6310 2 ай бұрын
Hello, i want to do an animation of a Dot (it can be an image) moving arroud the screen changing its X and Y coordinates on the fly, depending on GPS information, do you know if that can be done. Thanks
@interlinkknight
@interlinkknight 2 ай бұрын
yes, it can be done with this display
@attilahodosi4536
@attilahodosi4536 2 ай бұрын
Végig játszottam, nagy élmény volt :)
@leonamor8662
@leonamor8662 2 ай бұрын
Very nice video, how did you manage to make the images change depending on the received value inside the NEXTION editor ?
@interlinkknight
@interlinkknight 2 ай бұрын
It's simple. The nextion editor has a variable and then I run a timer (loop) that runs a piece of code that puts the correct image depending on the value of the variable. If you open my project, you'll see
@amarobarbosa8483
@amarobarbosa8483 2 ай бұрын
GOOD!
@raymondkohnen2778
@raymondkohnen2778 2 ай бұрын
Where can I download the EventGhost software.
@interlinkknight
@interlinkknight 2 ай бұрын
It seems the website is down. I guess we can try later
@zynal7138
@zynal7138 2 ай бұрын
Hi, I tried to follow your video but something doesn't work, it seems as if the nextion can't read the serial. My datas are not updating, any advice on how to resolve this?
@interlinkknight
@interlinkknight 2 ай бұрын
First, follow my troubleshooting video
@dzonatanas
@dzonatanas 3 ай бұрын
Sorry, but on your Instructables page I somehow did not find this particular project, am i missing something?
@interlinkknight
@interlinkknight 2 ай бұрын
I'm sorry. You are right. I forgot to publish the instructables article. Here it is: www.instructables.com/Photo-Frame-With-Epaper-Color-Display/
@Craniax_II
@Craniax_II 3 ай бұрын
this idea is genius, but can i also use longer cables with the same space behind the drawer?
@interlinkknight
@interlinkknight 3 ай бұрын
Sadly, no. The only way to have a longer cable is having a larger distance between the top and the bottom. What I did is putting it on the bed headboard so I have more distance and I love it
@notneo7898
@notneo7898 3 ай бұрын
It’s possible. You just need to add another roll in your pully. Just look up different configurations.
@interlinkknight
@interlinkknight 3 ай бұрын
I tried that and it didn't work
@andykhoi8649
@andykhoi8649 3 ай бұрын
Hi! Thank you for this code. How did you determine the refresh rate RPM error at 3:10? Thanks
@interlinkknight
@interlinkknight 3 ай бұрын
Trial and error. There's a part in the code that changes this depending on the speed.
@Theinanimatecarbongod
@Theinanimatecarbongod 3 ай бұрын
(sighs) The magic of digital editing.
@RichHandsome
@RichHandsome 3 ай бұрын
3:52
@Evgeny_Miroshnichenko
@Evgeny_Miroshnichenko 3 ай бұрын
In the Datasheet of UNO R3 SPI pins are: MOSI #12, SCK #14.
@interlinkknight
@interlinkknight 3 ай бұрын
Not sure where you found that. I just checked and in the arduino website shows: UNO R3, UNO R3 SMD, UNO WiFi Rev2, UNO Mini Ltd Pins: 10(CS), 11(COPI), 12(CIPO), 13(SCK) Either way, they are mostly configurable. BTW, there is no pin 14 on Arduino UNO R3
@user-nt7os5cg7j
@user-nt7os5cg7j 3 ай бұрын
fucking hate this accent...
@user-xs9wb8tj5r
@user-xs9wb8tj5r 3 ай бұрын
Thank you, this is a great project! The most comprehensive guide. I am running this succesfully with one sensor and 4 magnets, but my readings are only starting at 18-20 rpm. I was wondering if adding more magnets and a second sensor would get me lower readings between 1-18 rpm. Also should I place the second sensor on the opposite side of the 1st sensor?
@interlinkknight
@interlinkknight 3 ай бұрын
I don't recommend adding another sensor. To read low speed you just need more magnets in the wheel/shaft. The more pulses per revolution, the lower RPM you can measure
@SHREYASPATEL-wh1ki
@SHREYASPATEL-wh1ki 3 ай бұрын
hey it is superb but i have an error in nextion editor softwarer programming , Error:Page:home Fail:hour.font InputVal Invalid:Invalid Font ID Error:Page:home Fail:minute.font InputVal Invalid:Invalid Font ID Error:Page:home Fail:second.font InputVal Invalid:Invalid Font ID, can you please guide me what should i do?
@interlinkknight
@interlinkknight 3 ай бұрын
I guess the font file is too old for the new version of the editor. Try creating your own font and use that instead
@SHREYASPATEL-wh1ki
@SHREYASPATEL-wh1ki 3 ай бұрын
@@interlinkknight Thank you so much for reply , yes i did the same and it is done but when i go to debug it will show that: simulator has very low brightness and i am using intelling version of nextion lcd
@SHREYASPATEL-wh1ki
@SHREYASPATEL-wh1ki 3 ай бұрын
Hello it is solve , actually i remove the slider and it's code from 2nd page and preintialized event code from home page too and now it is working , thank you so much really these videos are too good and i subcribed to your channle for more videos.
@interlinkknight
@interlinkknight 3 ай бұрын
I'm glad you got it working. Cheers
@giaopx
@giaopx 3 ай бұрын
I really hope you make a video on how to input signal into the gauge cluster, please
@interlinkknight
@interlinkknight 3 ай бұрын
You would have to have the exact same cluster so the connection could be useful, because there is no standard about this, at least in the one I have. I've seen people controlling clusters with arduino but for newer models that have standard protocols.
@RichHandsome
@RichHandsome 3 ай бұрын
Cool! Can I use my own device, connect voltage directly to the Epaper ? So No laptop no arduino or coding? Is that possible? I hope this made sense.
@interlinkknight
@interlinkknight 3 ай бұрын
The closest thing is the Inkplate 6Color from Soldered. They sell the epaper display with the esp32 included. I made a video about it
@RichHandsome
@RichHandsome 3 ай бұрын
@@interlinkknight thank you 👌🏾
@RichHandsome
@RichHandsome 2 ай бұрын
@@interlinkknightsorry I might be blind. Can you send me e the link of that video?
@gabrielb.7311
@gabrielb.7311 3 ай бұрын
i was just thinking about this idea. Where did you get the white thing with rollers? Thanks.
@interlinkknight
@interlinkknight 3 ай бұрын
I don't understand the question. I designed and 3D printed everything, except for the hardware (screws, nuts, bearings).
@Chopstick063
@Chopstick063 3 ай бұрын
I think u can replace it with an u-groove track wheels
@interlinkknight
@interlinkknight 3 ай бұрын
That's true
@nathandevito1179
@nathandevito1179 4 ай бұрын
I love this. I have been trying to understand automatic transmissions for a while and this finally made it click.
@user-sx8kv9xe5i
@user-sx8kv9xe5i 4 ай бұрын
It works brilliantly, is it possible to make it display to one decimal place? I’m measuring low rpm
@interlinkknight
@interlinkknight 4 ай бұрын
Of course you can, but you need to separate the decimal numbers yourself with different objects
@ashkenaze
@ashkenaze 4 ай бұрын
Hmm.. Disconnected power rail should be an advantage/plus rather than the opposite. You virtually have separate boards for 4 different voltages With your logic ALL breadboards failed this because ALL of them have at least 2 disconnected power rails.
@interlinkknight
@interlinkknight 4 ай бұрын
In cases where people require 3 or 4 power rails, that would be an advantage, yes. The question would be: how many times do people use 1-2 power rails vs 3-4 power rails? Maybe like 90% vs 10%? Good brands know this so neither of the good brands add this feature of splitting the power rails, at least that I know of. In that case, you would have to buy a bad quality breadboard so it can have the split power rails, but now you would suffer the bad connections, the bad labels, etc.
@pd68uk31
@pd68uk31 4 ай бұрын
Would I be able to use Arduino base tachometer on my home made gas turbine as it is going to have an RPM of something in the area of 130,000RPM + - 10000RPM and secondly would I need to colour the compressor white and black for easy counting? Thanks
@interlinkknight
@interlinkknight 4 ай бұрын
At that speed, it would work but only if you create one pulse per one revolution, and you don't do much else on the code. Above 150,000 Hz it starts having issues to run the main loop. In those cases I would just use a faster microcontroller like the Arduino UNO R4 or ESP32 that can handle a lot faster speeds. About the second question, you only need a white/black color contrast on the shaft if you use a reflective sensor. I show 3 kinds of sensors in the video, and each has their own way to detect the pulses. One is a magnet, the other one is creating an obstruction from the emitter to the receiver of the sensor, and the other one is reflective that requires white/black colors. Depends on which one you use.
@j.d.3269
@j.d.3269 4 ай бұрын
Subscribed! My Bluetooth speaker has almost no delay.
@interlinkknight
@interlinkknight 4 ай бұрын
That's awesome. Thanks for sharing
@Flyonwaterslow
@Flyonwaterslow 4 ай бұрын
🎉
@THRobinson
@THRobinson 4 ай бұрын
I bought a cheap one... instant regret... had problems with the simplest of circuits like 1 LED and 1 resistor (just learning) and 1st lesson learned was that a large % of the pin holes didn't work. Nothing like trying to learn circuits and how they work, with a half dead breadboard... well, I guess I did learn something so... bravo cheap breadboard. Any love for Bestol brand?
@interlinkknight
@interlinkknight 4 ай бұрын
Most of us go through that mistake and lesson. I haven't tried that bestol brand
@PP-yg6ll
@PP-yg6ll 5 ай бұрын
what happend if you turn on led and go to another page?
@interlinkknight
@interlinkknight 5 ай бұрын
There are many ways you can handle that. Usually, the LED would stay ON and the toggle switch on the display would reset to the default value once you go to another page, but you can make it a global variable so it can remember the state, no matter in what page it is.