DIY AM Transmitter
11:47
Жыл бұрын
Пікірлер
@goranjosic
@goranjosic 18 сағат бұрын
Can you explain to me what are the advantages of adjusting your linker files compared to IDE and automatic adjustment?! You can still use everything when using IDE.
@senishkhadka4685
@senishkhadka4685 2 күн бұрын
Hope to see great contents from you
@wbaldwin666
@wbaldwin666 2 күн бұрын
Im upgrading to a heat sink with a new SSR i had to replace in an infrared conveyor belt dryer. The new dryers come with heat sinks, mine failed after 19 years so i dont think i need the heat sink but after your video i realize a 50A 3-35vdc input and 24-280vac output probably needs it. Thank you
@lohikarhu734
@lohikarhu734 2 күн бұрын
Gosh, pretty close to "bare metal" programming... That's going to turn off some Arduino users, but, hey....
@justinc2633
@justinc2633 Күн бұрын
it has its pros and cons, i primarily use esp32 it's super powerful and as easy to learn as arduino
@JulieanGalak
@JulieanGalak 2 күн бұрын
Coincidently, I just picked up a Nucleo to play with an STM32 for the first time. So this is very helpful. But I'm wondering, are there no pre-generated header and linker files for these chips? I'm used to writing code for ATMega chips in Atmel Studio, and there it provides all the various utility files. Is this because you chose to not use the STM IDE? Was that just for educational purposes, or is there some reason you don't like it? (If this was answered in the video, I missed it...)
@SineLab
@SineLab 2 күн бұрын
The IDE has premade files. This video was a demonstration of how the whole process works at a low level.
@xzddakfdmiug5832
@xzddakfdmiug5832 2 күн бұрын
You're hired!
@robhogarth29
@robhogarth29 3 күн бұрын
After watching Ben Eaters 6502 series and building his breadboard kit this is a definitely a great introduction into a step into 32bit. A lot more to take in but easy enough to build on existing microcontroller knowedge to take the next step. Sounds like you played on hard mode and there's some tools to avoid some of the low level stuff you've done. But it's great to get an overview of the process and the ins and outs to really get understanding of how it fundamentally works. Love your videos
@SineLab
@SineLab 2 күн бұрын
Thanks for watching!
@smartups1
@smartups1 3 күн бұрын
But also this video we need . Good job .
@smartups1
@smartups1 3 күн бұрын
Where is class D part 3 ? ❤
@SineLab
@SineLab 2 күн бұрын
It will come eventually.
@smartups1
@smartups1 Күн бұрын
@@SineLab okay.
@mattias99475
@mattias99475 3 күн бұрын
How did you find the navigation of that 1000 page manual to be? Is it as straightforward as your demonstration or does it require a lot of prerequisite knowledge to follow along? Thanks for taking the time and doing what I trust to be a complete bootstrap procedure for us.
@SineLab
@SineLab 3 күн бұрын
If you are familiar with micrcontrollers, then it's not too bad. You can follow the table of contents and read through the information on the peripheral. I'd say that the video makes the process look much easier than it actually is. I'd recommend starting with something like an AVR before doing a project like this.
@domdom1941
@domdom1941 3 күн бұрын
Haha this video is super hardcore 🫣 You have great knowledge about the fundamental working of a STM32 MCU. I like STM32 but I would never ever do my own linker files. I just use the STM32 IDE for c programming and the initial code is generated by the Cube MX. The NUCLEO boards are comparable to an arduino board. And they have a ST-Link programmer included!
@SineLab
@SineLab 3 күн бұрын
The IDE is much more practical when making something quickly :)
@andymouse
@andymouse 3 күн бұрын
Well I shan't be buying an STM32 anytime soon LOL !.....cheers.
@domdom1941
@domdom1941 3 күн бұрын
Do you know about the STM32 IDE and the Cube MX? Cube MX basically generates all the initial Code for you. When you are a beginner, consider using Cube MX as a graphical klick and generate Code tool.
@lohikarhu734
@lohikarhu734 2 күн бұрын
Well, official development boards start at around $14, and the infamous "black pill" less than $5, and there is a lot of support, not as "wild and wooly" as some Arduino stuff. .
@andymouse
@andymouse 2 күн бұрын
@@lohikarhu734 :)
@AbuOm1
@AbuOm1 3 күн бұрын
What language used to write the linker file?
@SineLab
@SineLab 3 күн бұрын
It's the linker script language.
@FujiLivz
@FujiLivz 3 күн бұрын
Professors should use your this walk-through to teach. Well said. I'm new to all of this, but I've been "grazing" info / tinkering for a year or so in my freetime, and the makefile walk @18:30 is the first one I didn't want to speed through or kill myself watching - Ty for that ^^
@SineLab
@SineLab 3 күн бұрын
And thank you for watching!
@h7opolo
@h7opolo 5 күн бұрын
i really didn't like your fraud
@tedbastwock3810
@tedbastwock3810 5 күн бұрын
I want a $0.10 8-bit MCU that I can program using its own assembly language and/or C without an extra piece of hardware (programmer) and without any IDE whatsoever. Heck if it were even $2 I would take it. Just let me send some ASCII text code from whatever text editor I like to a cheap but capable MCU.
@tedbastwock3810
@tedbastwock3810 5 күн бұрын
PIC: programmer (hardware piece) is expensive and obsolescence comes quick. IDE is trash .. heavy and difficult .. older more nimble version was better, but no longer supported. The chips themselves are fantastic, indestructible, capable works of art. Datasheets are done well. AVR: easy to use, internet drowns in its accolades, fanbois, and docs. Any 80 iq newbie from any random 2-bit country can put together a usable widget using an arduino. The chips themselves appear to be fine to great. But the usual packaging leads noobs to look for software solutions where they should be learning hardware components and capabilities. Most of the projects I have seen using either could be replaced with <$.0.50 worth of 555 or op amp or both including supporting components. Maybe that is bc a lot of YT projects are of the proof-of-concept variety, idk. But point stands. Nice vid, though, I appreciate you making and sharing it, and I enjoyed it. Thanks.
@mmaldonadojr
@mmaldonadojr 7 күн бұрын
The Pickit3 and the MPLABX are buggy, but at the end of the day they float the boat. The PIC-based end products always worked really great, I've been developing such products since 2016 with great success in low cost, low power consumption, versatility and reliability. I've seen no need to change uC families so far!
@LivingInTheGarage
@LivingInTheGarage 7 күн бұрын
At 5:56 should the formula be Vo / Vin = Z2 / (Z1 + Z2) ?
@kelvinkhe7684
@kelvinkhe7684 7 күн бұрын
What is TP11?
@SineLab
@SineLab 3 күн бұрын
It's the test point for the triangle wave before the transistor amplifier.
@copernicofelinis
@copernicofelinis 7 күн бұрын
Nice tutorial. For another elementary intro to oscillators I suggest looking up the video "Lab 04 Oscillator design" by Mazhari.
@tradegrabber4854
@tradegrabber4854 7 күн бұрын
So much info in relatively short video, I like that! Quality work, thanks.
@clems6989
@clems6989 8 күн бұрын
Uhh yeah, any "negative" resistance is a voltage source..
@VEC7ORlt
@VEC7ORlt 8 күн бұрын
Cool but naaah, for all that effort I'd rather just get UTG962E, its incredible how good those for the price.
@thecheapaudioengineer
@thecheapaudioengineer 10 күн бұрын
I used charge pump for my class A power amp i had built years ago... To boost the voltage for pre amp part..
@visiondoctor2020
@visiondoctor2020 10 күн бұрын
a discrete class D amp ... that IS interesting
@SaiSudhirSurampudi
@SaiSudhirSurampudi 12 күн бұрын
Why is the KZfaq algorithm showing me this video after a long time, it should've shown me when I needed it !! Intuitive and Infotainment. Thanks a lot, bruv!
@alexjenner1108
@alexjenner1108 13 күн бұрын
Thank you for this. I'd love to see some comparison regarding RF immunity. I've seen problems with the LM358 where it appeared to rectify an RF field which then causes problems in an audio circuit. I'm sure a resigned circuit with better shielding would work, but the quick fix was to switch to a TLO72 or TLO82.
@clifforddicarlo9178
@clifforddicarlo9178 13 күн бұрын
Superb, however, need to discuss input and output impedances of common base, common emitter, and common collector configurations.
@LazloNQ
@LazloNQ 16 күн бұрын
Is there anyone here that could clone my PIC16C58B 04/P from my washing machine's motor controller?
@EasyOne
@EasyOne 16 күн бұрын
Very well explained
@chriswilkinson4044
@chriswilkinson4044 17 күн бұрын
Microchip also makes a budget version of the PICkit4 called the "MPLab Snap."
@kermitefrog64
@kermitefrog64 19 күн бұрын
Nder if a form of a heat sink could be used for siding on a house to reduce heat.
@dr_bobs_music
@dr_bobs_music 21 күн бұрын
I'm looking for a wireless USB extender, that is, one part acts like the male "A" end, the other acts like the female "A" end, and they connect by radio link. Neither the host nor the appliance know it's there. It would appear to be a cable, except the female/appliance end would supply the 5V power. Can you please point me to such a device?
@wiradharma7030
@wiradharma7030 21 күн бұрын
Just what i need, good topic and explanation mate. Good job mate! Subscribed, if I have spare time I will watch another topics.
@wiradharma7030
@wiradharma7030 21 күн бұрын
Nah, if i use something i just need to know what happen. So before just using stepper driver ic i just want to try manual mode. But, i am too lazy to make my own h-bridge so i use ir2110, then i was too lazy to calculate deadtime so it was ir2153😆
@reverend11-dmeow89
@reverend11-dmeow89 23 күн бұрын
Should feeding the output of the first Inverter to both a buffer and another inverter to get rid of the time difference between the first stage and the second stage out of the equation?
@SineLab
@SineLab 23 күн бұрын
I haven't fully tested it, but that seems like a good solution to the difference between the two outputs.
@nerdgirl8029
@nerdgirl8029 25 күн бұрын
Best video thus far on this topic!
@SineLab
@SineLab 23 күн бұрын
I'm glad that you were able to find it helpful! :)
@shaheenwasif2585
@shaheenwasif2585 25 күн бұрын
Excellent....as a circuit designer and a PdD student I request you to please make videos on MOSFETs and related circuits like bootstraping ,etc
@lohikarhu734
@lohikarhu734 25 күн бұрын
Open loop!! Ain't no way to be testing an audio opamp... GBW is one thing, but not much use for audio .
@abidhasanonib9032
@abidhasanonib9032 26 күн бұрын
As a new EEE student, i wanted to become “The jack of all trades” rather than becoming the “The Master of ONE” . I bought pic16f877a,pic18f4550,pic12f675,pic12f629. Also i bought some avrs: atmega16/32/328/8,attiny25 and arduino. I am currently trying to learn all of them. But controlling servo motor is just too much challenging for pics. As it lacks a helpful number of pwm pins. So I am trying to use software pwm. Challenging and difficult it is. But that’s how we adapt, evolve and become stronger.
@satishrengarajan5806
@satishrengarajan5806 27 күн бұрын
Great video! Keep up the good work!
@SineLab
@SineLab 23 күн бұрын
Thank you!
@STEALTHIO911
@STEALTHIO911 27 күн бұрын
I have a question, are the opamps connected to a 5v source and gnd?
@SineLab
@SineLab 23 күн бұрын
Yes
@eos1d3
@eos1d3 28 күн бұрын
PIC is too old and no reason to use at all nowadays. Their development platform is almost the worst. In 8 bit world, I think AVR and STM8 are still good. But 32 bit ARM are even cheaper than a lot of 8 bit micros now. For example, STM32G030 costs much less than AVR micros. And it has 64K flash while AVR at this price is just 2 to 4K flash. Its clock is up to 64MHz and has more ram to use. I stopped using 8 bits for 2 years. The development platform run on most OS too.
@PintaoLoko
@PintaoLoko 29 күн бұрын
Heva you ever performed a test with OPA2164?
@bcar456
@bcar456 Ай бұрын
i use PIC microcontrollers for my work in small machines, the new ones are really good, i program in C with mplab ide with optimization in level 2, the MCC or mplab code configurator is amazing, it saves time making the configuration of hardware for you.
@CeballosAvigail
@CeballosAvigail Ай бұрын
Excelente proyecto!
@timothy8428
@timothy8428 Ай бұрын
"Pic kit 3 is discontinued" Me using an Altronics K 9505 over RS232 since 2005.
@marcelmolenaar5684
@marcelmolenaar5684 Ай бұрын
Thanx for the explanation. I do have questions that maybe are explained in your following video's.
@monko1461
@monko1461 Ай бұрын
I would like to ask if I can also use this charging module in charging my li-poly rc battery. I'm planning to charge my battery through solar, though I'm quite unsure if using this charging module will be suitable to li-poly batteries