- Видео 32
- Просмотров 1 035 370
Mr.T's Design Graveyard
Нидерланды
Добавлен 23 янв 2018
Welcome to my Channel!
I am an electronics enthusiast, soldered my first blinky light when I was 10 and made a great career out of it, which brought me to all corners of the world. Still enjoy tinkering, soldering and coding, when I am finished with it I will put it on RUclips.
Enjoy!
I am an electronics enthusiast, soldered my first blinky light when I was 10 and made a great career out of it, which brought me to all corners of the world. Still enjoy tinkering, soldering and coding, when I am finished with it I will put it on RUclips.
Enjoy!
DIY Lab Power Supply 30Volt / 1 Amp
A laboratory power supply with adjustable voltage and current is a vital piece of equipment for your electronics lab. In this video I will show you how you can build one yourself with using 19 common components.
Schematic, PCB and component info.:
drive.google.com/file/d/1BncAi2A12IVvHBMoLqbs2yvpPlRiNVhK/view?usp=sharing
Schematic, PCB and component info.:
drive.google.com/file/d/1BncAi2A12IVvHBMoLqbs2yvpPlRiNVhK/view?usp=sharing
Просмотров: 963
Видео
Arduino USB powered Zener diode tester
Просмотров 2,7 тыс.3 месяца назад
Without clear markings zener diodes are masters in keeping their voltage values a secret. But not for long! Today We're building a USB-powered tester for zener diodes up to 70V (or more..) to reveal their secrets. All you need is an Arduino, a OLED display and 9 more components. Arduino code, schematic & PCB: drive.google.com/file/d/1_Yu07n-0hqAU6N0xUD_qqAXRB2ZYYodr/view?usp=sharing Boost conve...
ESP32 & ESP8266 WiFi signal 360⁰ RSSI
Просмотров 1 тыс.3 месяца назад
The ESP8266 and ESP32 are fantastic boards with built-in wireless connectivity. In this video, we will do a pragmatic “black box” experiment to understand the WiFi radio signal quality which proved very useful for me to solve connectivity issues. Please download this zipfile with the RSSI code, spreadsheet & more drive.google.com/file/d/1jfTEC1lFG-SD013oWsKtOHJySkweMbvY/view?usp=sharing
Update ESP01 bootloader and firmware
Просмотров 7193 месяца назад
ESP01 firmware updates, online I found a whole jungle of binary files and flash-tools. In this video I will show you the most straightforward method I found and some things I learned during my journey through the ESP01 firmware jungle. This tutorial is also useful for other ESP8266 boards. Links: CytronTechnologies Github: github.com/CytronTechnologies/esp-at-binaries ESP01 Programmer: ruclips....
Easy ESP01 programming and serial debugging
Просмотров 6803 месяца назад
In this video I will show the best way to program an ESP01 module, no need to press buttons, just upload and use serial monitor to debug as if it was a NodeMCU or Arduino Nano! I got the idea from this video from Miika Kurkela: ruclips.net/video/zwp9E37ioVw/видео.html Link which shows how to set up ESP8266 boards in the Arduino IDE: projecthub.arduino.cc/PatelDarshil/getting-started-with-nodemc...
Arduino 1Hz 1MHz adjustable PWM signal generator
Просмотров 4,2 тыс.3 месяца назад
In this video I will show you how to build a 1Hz-1MHz PWM signal generator in 5 minutes with adjustable duty cycle, and you only need an Arduino, no other parts. Download the code here: drive.google.com/file/d/1ABwvGVSL9UrT58744whN_omoWSbTbPUw/view?usp=sharing
NE555: The MOSFET Driver That Time Forgot (Until Now!)
Просмотров 27 тыс.3 месяца назад
To effectively drive Power MOSFET’s you need about 12 Volt and enough current to charge the gate fast. Surprisingly, a NE555 timer makes a good MOSFET driver converting standard logic levels of 1.8 to 5 V to a gate drive signal of 12V at 200mA, which is enough for many applications! In this video I will explain how the circuit works, then I will build it and test the circuit to its limit to sho...
3 High Side MOSFET Drive Circuits
Просмотров 42 тыс.10 месяцев назад
In some circuits like half bridges and BUCK converters the source of the MOSFET is floating, so not connected to the same ground. I will show 3 circuits built with general components that enable you to effectively drive a floating N-type MOSFET from your Arduino. I will explain how they work, the pro’s cons, simulate all circuits and also build and test the last 2. Arduino code for 31kHz 50% du...
Arduino 5V to 12V Boost Converter
Просмотров 10 тыс.10 месяцев назад
I will show a simple circuit to boost your Arduino 5V to 12V or more. For this you only need 6 general components, one Arduino GPIO and 4 lines of code. The circuit can boost 5 Volt to 12Volt and deliver 500mW. Other voltages are also possible, I will simulate, build and measure the circuit, and show you how to configure it to meet your needs. Arduino code & xls boost calculator drive.google.co...
3 Simple MOSFET Drive Circuits
Просмотров 142 тыс.11 месяцев назад
MCU’s like your Arduino use logic level signals of 3.3 or 5 Volt at about 20 mA. To effectively drive Power MOSFET’s you need about 12 Volt and enough current to drive them fast. In this video I will show 3 circuits built with general purpose transistors to drive power MOSFETs from your Arduino, I will explain how they work, the pro’s cons, simulate all circuits and also build and test one. Ard...
Portable Arduino IDE
Просмотров 2,5 тыс.11 месяцев назад
In this short video I will show you how to create a portable Arduino IDE. Portable means that: 1 - The compete IDE runs in a a single folder 2 - You can run it from a USB stick. 3- No need for administrator rights. 4 - You can just copy the IDE folder with all boards, libraries, and sketches to another computer and use it there. Download link Arduino zip file: www.arduino.cc/en/software/OldSoft...
Low cost logic analyzer
Просмотров 12 тыс.11 месяцев назад
In this video I will show how powerful these cheap 8-channel logic analyzers are. We will use Sigrok pulseview and the built-in protocol functions to analyze UART and even USB signals. Sigrok Pulseview: sigrok.org/wiki/Main_Page Test signal Arduino Code: drive.google.com/file/d/1JJWbQWlCa7PJVL-vzPyYZAO3bu2wRKrN/view?usp=drive_link Additional references if you have any installation problems: med...
A Poor Mans Logic Analyzer
Просмотров 2,2 тыс.11 месяцев назад
In this video we will build a poor mans logic probe which uses your PC sound input to capture logic signals. 1.Build the “logic probe” 2. Set up the PC capture software 3. Reverse engineer a 433MHz RF remote with this “poor mans logic analyzer” We will build up the test setup step by step and I will show some interesting details about audio inputs that I learned on the way. Link to Arduino code...
Set up a static IP address in Windows.
Просмотров 512Год назад
In this video I will explain how to set up a static IP address in Windows. This is useful for IOT or Home Automation projects where you need a fixed IP address for your server.
ESP32 Home Automation Platform in 4 steps
Просмотров 5 тыс.Год назад
In this video we will build a home automation system with ESP32’s and a Windows PC in 4 steps: 1.Node Red GUI 2.Mosquitto MQTT Server 3.ESP32 and Software 4.Power On and Test …and connect a 2nd ESP32 client! And I will show how to add a 2ns ESP32 node We will build up the system step by step and verify the function after each step. For this project you need a ESP32, a 10k potentiometer and a Wi...
KiCAD 7 Autorouter - Simple Fast Prototyping
Просмотров 95 тыс.Год назад
KiCAD 7 Autorouter - Simple Fast Prototyping
Smart dimmer with only 10 parts using Arduino nano
Просмотров 8195 лет назад
Smart dimmer with only 10 parts using Arduino nano
Arduino Nixie Tube thermometer / hygrometer
Просмотров 7276 лет назад
Arduino Nixie Tube thermometer / hygrometer
Programming Arduino's from a Raspberry Pi
Просмотров 4566 лет назад
Programming Arduino's from a Raspberry Pi
Pi Zero Nixie Tube thermometer and humidity meter
Просмотров 4896 лет назад
Pi Zero Nixie Tube thermometer and humidity meter
NE555 controlled 9 to 170V boost converter for Nixie tubes
Просмотров 4,9 тыс.6 лет назад
NE555 controlled 9 to 170V boost converter for Nixie tubes
Setting the GPIO hardware PWM Frequency on the Raspberry Pi
Просмотров 51 тыс.6 лет назад
Setting the GPIO hardware PWM Frequency on the Raspberry Pi
Web to 0 10V dimming interface with Node Red on your Raspberry Pi
Просмотров 8 тыс.6 лет назад
Web to 0 10V dimming interface with Node Red on your Raspberry Pi
Control an LED from your phone the easy way with Node red on your Raspberry Pi
Просмотров 36 тыс.6 лет назад
Control an LED from your phone the easy way with Node red on your Raspberry Pi
Very clear tutorial Thanks
An excellent video. Congratulations!
Thank you Oscar!
Perfect course to help move from expensive Altium to KiCad 👏🤞🙏
Hi mr T , I use an opamp LM324 to drive 4 mosfets. It seems to work , but I am not sure how fast i can switch I have not seen any circuits that work like this, and i do not have an oscilloscope. alse i do not know if I need to put a gate resistor or what value. I connect the inverted input to 3.3v and the non inverted input to the arduino output. the opamp is at 12V I really liked the video where you use the 555 to drive the mosfet. keep up the good work
If you drive MOSFET's with a LM324 it will probably work without any resistor. A LM324 output currents are low so it will not be very fast, expect 1-10kHz maximum. If you need it faster you need to add gate drivers . What do you drive with your MOSFET's? A motor?
Got this for £0.97 **DELIVERED** from Ali.
amazing, so cheap 🙂
bro why sped up 2:04
eh...to keep the video short, I thought it was repetitive so I sped up 10x 🙄 hope the video was useful.
If you already have the arduino set up as an isp to burn the bootloader then why not use it to flash the program?
Good point, if you directly flash it with the ISP you do not need a bootloader. The advantage is that with the calibration you also enable serial communication for debugging and communication with other arduino's. This way you can use the Attiny just like a Arduino Uno or nano. So it is preparing for the next video: ruclips.net/video/1xwWpz2V__4/видео.html .
아주 좋네요. 잘보고갑니다.
I am an electronics designer, or at least I attempt to be smart in electronics which I have learned that I some times fail to be :-) I have to say that I realy likes your clean way of explaining things up to a level that I share your videos to other designers that I work with, where we like to share clever tricks with each other.
Thank you for your kind words 🙂Good to hear that!
Can u please do a video for driving p channel MOSFETs
is it okay to not put a gnd pin on the device you want analyze? I have a 7-seg display with 7 pins, and I think it uses charlieplexing so I don't think it has a dedicated gnd pin
Interesting case, never thought of this 🙂a logic analyzer can only detect positive signals (unlike an oscilloscope), so you have to connect ground as a reference and figure out the actual voltage on the segment LEDs based on the inputs....
thx for sharing, all informations that i needed in 13 minutes. have a nice day
Hello, I try the simulation circuit #3, but Simetrix returns errors : There are errors in the circuit. Simulation aborted IR2104.sub (2): C1 Com In 10p Rpar=1e6 *** ERROR *** Unknown parameter 'Rpar' IR2104.sub (13): C3 HO VS 22p Rpar=100k *** ERROR *** Unknown parameter 'Rpar' IR2104.sub (17): C4 Com _SD 10p Rpar=1e6 *** ERROR *** Unknown parameter 'Rpar' IR2104.sub (28): C6 LO Com 22p Rpar=100k *** ERROR *** Unknown parameter 'Rpar' *** ERROR *** Cannot find definition for model '50n' *** ERROR *** Cannot find definition for model '.35' *** ERROR *** Cannot find definition for model '20n' *** ERROR *** Error in model 'IR2104.SH': VH parameter is below minimum value of 0 *** ERROR *** Error in model 'IR2104.SL': VH parameter is below minimum value of 0 *** ERROR *** Cannot find definition for model '25n' It seems to become Rpar and all A descriptions in the IR2104 model
Did you succeed adding the IR2104 model? There is a link in the video with model and a short description how to add it. If you are stuck with SimeTrix it is hard to find a solution, because of this I now use LTSpice, which has much more online information, tutorials and is really free to use. The schematics and interface of SimeTrix are much better though ;-)
thanks for reply. Yes, I have droped the IR2104 Sub file in the shell and after I can edit the model in local/global or use it from the user library. Is there anything to do juste after added model like special setups or modifications in model in local mode ? So I try to understand the problem but like you said, it is very difficult to find informations juste for exemple on A Spice command, witch represente probably an amp ou an amplication function. However, the IR2104 spice model seems to wheel organised...
👍
unglaublich vollständig! danke vielmals
Quick and clear. many thanks
This is without a doubt the worst tutorial video I have ever seen, and I call myself confused man for a reason! What an absolute disaster of a "tutorial." You jump all over the place and nobody can keep up! Your footprints are inconsistent and so it your pcb. Is it even the same pcb in some parts? It switches between different arrangements with no explanation and no clear pattern. I'm convinced you're doing this on purpose just to frustrate your viewers. I recommend you delete this video and your entire channel.
Is the gerber fille enough for manufacturers to buy the component and assemble the pcb?
@@alkeryn1700 only for the pcb
nice, I finished it! I just didn't get what place through via means
thanks man!
I started KiCAD just now and I realised when I got to the PCB section, you didn't showcase the PCB footprints for the J1/J2 Connector and the LED. So those components didn't appear in the PCB Editor
Yes, to keep the tutorial short I did not highlight design specific details, you can find the connector and LED in the footprint library here: LED_THT --> LED_D3.0mm Connector_PinHeader_2.54mm --> PinHeader_1x04_P2.54mm_Vertical 🙂
Hele fijne tutorials! Waar kan ik deze ESP WROOM 32 Devkit vinden voor KiCad? Ik zie alleen de uitgeklede variant. Voor mij is het even handiger om een esp met Micro-USB te hebben.
i followed the steps until 11:13 it didnt want to connect , its blocked at "connecting" state and in the cmd :[mqtt-broker:MosquittoLocal] Connection failed to broker: mqtt://*my ip@*:1883 im sure the steps was right, whats the problem ?
I learned a lot in this video for my hobby. Thanks for your effort and posting. I personally liked the driver idea with the 555 as well. Thank you.
Than you Berhard! Electronics is a great hobby, started at 10 yours old with a flipflop blink light which I wanted for my electric train, now 56 made my job out of it, but still tinker around in my free time!
I wish you had shown the ordering process through JLCPCB or another platform.
You can check this video: ruclips.net/video/ZZWdaWAr5A8/видео.html it describes how to do it, just try it, the PCB vendors have many automatic checks so no worries. Suggest you look at your Gerber with the KiCAD Gerber viewer, if it looks "ok" then just order. You can keep some screen grabs for net time ;-)
is this only on a local network (wifi) or i can access and control from anywhere using internet ?
This only works for the local network indeed. You need to change settings in your Wifi router to make it accessible from the outside internet. Suggest you search "port forwarding router" and how to access your routers settings. Note that when you open a port to the outside will make it easier for access your network, so there is some safety concern. Note I am a analog electronics engineer, not a network expert ;-)
Excellent! Thank you for the tutorial!
I just saw your RUclips a few weeks ago, my first project was a struggle and took me a few days to follow, I wrote down the details, but, learned the Version you gave me was outdated. So, I had to go through and tonight. I have completed my first 3d design. Thank you, Mr.T.... By the way, the USB line should be followed by Power(+), Data(-), Data(+), and Gnd(-), EDIT: (11/4/2024) A week ago after seeing this video, I did manage to complete the first pcb, and today, I completed the second pcb. I am impressed with your tutorial with a exception, the update with KiCad. My only questions is: How do I upload the Seeeduino Xiao layout? I had some trouble doing this... Thank you.
How do I lock the traces to the components so that u can move them around without having them disconnected
Question is if you use higher voltage like 400 volts DC at the high side drain then need more than 400 volts at the gate source to drive the load at the source and the limit voltage for gate source is not More than 20 volts DC how does this bootstrap works for high voltage at the source you may want to make a video for that.
@@doost6233 the circuits can work with 400V dc, you will need to replace the “level shifting “ bc547 transistor with a high voltage mosfet. The IC circuit works for 400 volt.
This tutorial is actually really good, thanks :D
This is really great, so straightforward - no wasted words - thank you so much!
VERY FAST PRESENTATION THANKS
excellent video! thanks a lot - just what I searched for.
thank you, it is a very old video, good to hear it is still relevant 🙂
THANK YOU FOR THIS BUT PLEASE CAN YOU TELL THE NAME OF THE SIMULATION SOFTWARE YOU WORKED WITH? THANKS
I use Simetrix/SIMPLIS (www.simetrix.co.uk/) the free version, however I would recommend you to use LTSpice which has much more users and tutorials online. I change to LTSpice now. For nice looking schematics, I use KiCAD.
You are an absolute legend, Thanks!
wow thanks man, glade to be of help!
very nice video .
How do you design your own through hole connectors instead of the pads? I don’t really know the spacing of the standardized pins.
Fir this you will need to check the specification of your connector, it will have a mechanical drawing showing the pin diameters and the distances.
Does this work with the original 512kB flash ones? Does this procedure work for all flash sizes? Thanks!
I expect it will work for 512k too, you will need to select the right flash size in your arduino IDE in tools, flash size. At the bottom you find 512 k. 🙂
@@smartpowerelectronics8779 Thanks, I'll give that a try!
I have currently 7 years of C++ development, and I wanted to enter more into hardware-based software development and work on PCB designs. This video is really good at understanding basics. Thanks for the video mate!
Thank you, happy to hear that. In recent years I made the reverse journey from hardware only to C++ embedded (for hobby only) being more all round will give you a much deeper understanding of technology and what is possible.
I wonder if folks who have commented below has actually gone through the video (except for some), there are so many things which are missed and not explained. even the schematic and PCB are not matching. I have spent like 2hours figuring out what am i doing wrong, when i realized that the reference itself is incorrect. Never the less, I really appreciate the time taken to compress the video of the entire design in 13mins. Please add note and comments wherever necessary for new designer who refer to this video. Note: above comment are for my observation for this video only, other videos from Mr. T are great, keep up the good work
@@princegautam6825 Thanks man, I do the channel only for fun
Totally ran into the same issue(s). Literally watched the video frame by frame at a few spots. Love the tutorial either way but the speed and skipped features left me frustrated (like the fact that the USB orientation changed and J1 & J2 were modified).
@@cpuikemike hey, do uk how to modify that J1 and J2? It went from conn-1-4 to SO8-1-4, could you pls help with that?
@smartpowerelectronics8779 hey, could you please let me know how to modify that J1 and J2? It went from conn-1-4 to SO8-1-4, could you pls help me with that?
@@thunderdevil1576 Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical
excelente...
Perfect!!!!
Don't mislead people, Javascript is not the same thing as Java
@@psialt9720 you have an eye for detail, I mentioned “JavaScript’ on screen , the JRE is Java, these are different things for sure🙃
Best tutorial ever
@@ArjunPoudel-q3h thanks man!
Thank you very much for this program. You have saved me an awful lot of trail-and-error. Regards Mike
@@mikebarnett618 Great to hear that, for several years I coded a new one for every signal I needed, now I made the video I use it myself too 🙃
Thank you Very much sir. Make more and longer projects with saying how to decide width of wiring before start instead press after we draw.
Thank you for the schematic and clear presentation! Could you connect two of these together for plus and minus supply? Could it be dual tracking?
@@rudy5360 there is a negative version of the lm317, the lm337. With a “stereo” potentiometer you could make a dual tracking voltage source. The current limit you would need to redesign🙃
You can of course also make 2 identical sources with the lm317 and connect +\- together as common ground, you do need 2 isolated 36 V DC sources then, the stereo potmeter trick should work for both current and voltage. I think this is the easiest solution.
Hello, Master! First of all, thank you for sharing your knowledge. I have two questions: 1) Can this circuit be used to control a 24V Polygonal Laser Printer Motor? And how should it be connected? The Motor has 4 wires: Red: Positive up to 24V; Black: Negative; White: for Speed Control; Pink: I couldn't figure it out. 2) What is Pin 4 of the 555 that goes to D4 (PWM) of the Arduino for, since isn't Pin 3 of the 555 the PWM Control output? If you can answer me, I would be very grateful. Greetings from Brazil.
Excellent, but you keep switching between left and right shoulder makes newby headache.
Good for IRF640 ?
sure!
@@smartpowerelectronics8779 Thnk ;)