Electronic Basics #6: Standalone Arduino Circuit

แชร์
ฝัง

ความคิดเห็น • 324

  • @AJ-Palermo
    @AJ-Palermo ปีที่แล้ว +5

    Other videos/articles make this look so difficult, but as usual, GreatScott! made a good quality, simple, easy to understand video

  • @GregorOttmann
    @GregorOttmann 10 ปีที่แล้ว +166

    I like this a lot, but there are two thing's I'd like to mention:
    First off, you should add 100nF caps between the +5V pins and GND of the ATmega. This is something one should always do when an IC is involved, which I learned the hard way some time ago.
    And then I want to mention that the Arduino IDE supports the use of an external programmer without a hitch - you only have to use the menu option "File/Upload with programmer" instead of the toolbar button when uploading your code. That approach also has the advantage of working without the Arduino bootloader which can come in handy if you have to ditch the bootloader in order to get some more free space on the chip, so I prefer ICSP to serial in my projects.

    • @greatscottlab
      @greatscottlab  10 ปีที่แล้ว +48

      I did not realize that the Arduino IDE can do this. Thanks for telling me ;-)

    • @MrBajaJunky
      @MrBajaJunky 9 ปีที่แล้ว +2

      Does that mean that I can use the FTDI chip like he said to programm a bought Atmega also if I have no Arduino? Because a bought Atmega comes without a bootloader on it, right?

    • @GregorOttmann
      @GregorOttmann 9 ปีที่แล้ว +4

      No, it only means that you can use the IDE for programming with an ISP programmer. You will need a bootloader for programming using the serial line.

    • @MrBajaJunky
      @MrBajaJunky 9 ปีที่แล้ว

      Gregor Ottmann
      Thanks! Do you know if there is a possibility to use the Arduino to programm a atmega without removing the atmega of the Arduino? Because I have a fake Arduino and you can't remove it there...

    • @GregorOttmann
      @GregorOttmann 9 ปีที่แล้ว

      There should be a 6-pin ISP connector on your Arduino. Using that and a programmer, you should be able to program the chip without desoldering. If you have a second Arduino lying around, you can use that as a programmer. There are instructions for that on the Arduino website.

  • @user-wt9qr2ee1s
    @user-wt9qr2ee1s ปีที่แล้ว

    all your video are great, thank you for taking the time to put together these demonstrations

  • @alinconstantingoga
    @alinconstantingoga 6 ปีที่แล้ว +9

    The best professor ! Thanks for sharing and keep this good work. Subscribed !

  • @M4rkuss3n
    @M4rkuss3n 8 ปีที่แล้ว +22

    Simply explained, clearly detailed, very concise and really helpful. Thanks!

    • @contentwriter1044
      @contentwriter1044 2 ปีที่แล้ว

      check this th-cam.com/video/fOOgrehTZVg/w-d-xo.html

  • @allanminers1662
    @allanminers1662 3 ปีที่แล้ว

    Thank you for this excellent presentation.
    This video is one o f the best.Looking forward to more.

  • @isaiaschrist1
    @isaiaschrist1 10 ปีที่แล้ว

    This is a great video, It really help me put together my own Arduino. I saw some of your videos and they are very easy to follow. Keep up the great work and thanks

  • @LexMc0606
    @LexMc0606 5 ปีที่แล้ว +28

    "This is not a FTDI chip, but it does the same thing. But it's BULLSHIT!"
    LMAO

  • @tpespos
    @tpespos 5 ปีที่แล้ว +1

    I didn’t even realize you could do this, this video alone is worth a subscribe

  • @FlevasGR
    @FlevasGR 9 ปีที่แล้ว +19

    This is the best video for Arduino on a breadboard.

  • @amalsurendran1984
    @amalsurendran1984 6 ปีที่แล้ว

    YOU'RE THE MANNNNN. Couldnt figure this one out for weeks..!

  • @WatchCuriousCat
    @WatchCuriousCat 7 ปีที่แล้ว +1

    Thank you. I always learn a lot from your channel.

  • @alaozarmg459
    @alaozarmg459 8 ปีที่แล้ว +15

    I love the fact that you synced almos every take with the lights on the background with the music itself

    • @peterhimmelman9241
      @peterhimmelman9241 3 ปีที่แล้ว

      That was so good, I thought it really was sound reactive.

  • @zoubirsantouh2311
    @zoubirsantouh2311 7 หลายเดือนก่อน

    always wonderful !

  • @PFFF785
    @PFFF785 3 ปีที่แล้ว +1

    Nice video! Thank you for the information! I like that the video is on point, short and comprehensive! :D

  • @NicholasAarons
    @NicholasAarons 7 ปีที่แล้ว

    Very Cool Gadget. Keep up the great work. Nick.

  • @MarcosFPV
    @MarcosFPV 7 ปีที่แล้ว

    I must say your videos are always very direct and detailed.

    • @contentwriter1044
      @contentwriter1044 2 ปีที่แล้ว

      check this th-cam.com/video/fOOgrehTZVg/w-d-xo.html

  • @TimothyJohnAguilar
    @TimothyJohnAguilar 9 ปีที่แล้ว

    That was awesome. Subscribed!

  • @smarzony
    @smarzony 6 ปีที่แล้ว

    Hello, thank you for this video. It even works with Atmega8 as Arduino NG.
    For some reason I had to pull down RX, because program would never boot. Updating code with ftdi works normal, no need to diconnect pulled down RX. Also during upload manual reset is needed.

  • @yassinelaassiri7824
    @yassinelaassiri7824 8 ปีที่แล้ว +1

    i hope you hit 1 millions subscribers wish you all luck.

  • @ArnovSharma
    @ArnovSharma 6 ปีที่แล้ว

    gawd of electronics THE GREAT SCOTT

  • @dreamlessfull
    @dreamlessfull 2 ปีที่แล้ว

    Scott, I've recently learned that is possible also to use an Arduino Nano as an ICSP to program a bare Atmega328P. Just upload Arduino ISP sketch on Arduino Nano, (you can find it in the provided examples), change line 73 to use pin 6 instead of 10 as reset line in case of Arduino Nano. Then connect Arduino's usual ISP pins: 6, 11, 12 and 13 to Atmega328's reset, MOSI, MISO and SCK, in order, and, of course, gnd and 5V. Then you can upload you code to Atmega328 from menu "sketch/upload through a programmer". NOTE: Atmega328 need to have a bootloader loaded, already. Ciao!

  • @linuspauly2380
    @linuspauly2380 6 ปีที่แล้ว

    When programming with ftdi and the wiring you showed, dont forget to put a capacitor between the reset of the atmega and the ftdi to shorten the reset pulse!

  • @MirzAli
    @MirzAli 28 วันที่ผ่านมา

    Thanks bro, thats a game changer

  • @pushpapoojari5907
    @pushpapoojari5907 4 ปีที่แล้ว

    You are really great the greatscoot

  • @markojojic6223
    @markojojic6223 ปีที่แล้ว

    I didn't have an oscillator on hand, but puttting both chips od a breadboard and connecting the oscillator pins from the socket in the Arduino to both in parallel worked.

  • @dagoston737
    @dagoston737 7 ปีที่แล้ว

    Hi,
    i really like your videos, they are really great.
    After this video I wonder if the same thing is possible with arduino MEGA. I know atmega 2560 is an smd chip and i need to do some smd soldering in order to get it working. and i may need to have some more parts than to have a mega328 working standalone. i searched the web for info about this but did not really find what i meant.
    have u got any ideas how to do it and possibly could u make video about that?
    thanks in advance and thanks for these great videos
    best wishes
    Agoston

  • @mohamedessamhadid231
    @mohamedessamhadid231 4 ปีที่แล้ว

    It's so helpful, thank u so much.
    Well now is it possible to burn an atmega bootloader using USB to TTL only without an arduino uno chip ?? and if so how?

  • @ankushdhamija5040
    @ankushdhamija5040 4 ปีที่แล้ว

    Work done above is absolutely Great but I am looking to apply whole process on atmega2560
    Does it still the same or something additional is required?

  • @filipposanzani6653
    @filipposanzani6653 7 ปีที่แล้ว

    hi, could you make some videos about electronics components like transistors, resistors... to explain how do they work and how should we use them?

  • @LuxHack
    @LuxHack 2 ปีที่แล้ว

    Danke, das finde ich richtig geil :)

  • @fairpoor
    @fairpoor 3 ปีที่แล้ว

    That's awesome!

  • @ezeprojects5425
    @ezeprojects5425 5 ปีที่แล้ว

    once again, you've saved my bacon. Thx.

  • @lefteristhebuilder6159
    @lefteristhebuilder6159 4 ปีที่แล้ว +1

    Great video! However, when I tried it myself nothing would work and at some point I thought I've had fried the microcontroller. Then, I decided to experiment using a normal Uno R3 (GEEKCREIT china clone) and an FTDI. It still wouldn't upload, so I thought that something was wrong with the connection. To all people that had the same problem with me, here's what you have to do to get the thing working:
    1) Do the same as GreatScott! did for the breadboard part except that the 10kOhm resistor goes to 5V!
    2) Take the ftdi programmer.
    3) DTR goes to one side of a 100nF ceramic capacitor and the other side of the capacitor goes to reset.
    4) TX, RX and vcc go like normal.
    5) CTS goes to GND (GreatScott!'s ftdi I think didn't have a CTS port).
    6) GND goes to GND.
    In the Arduino IDE, select "Arduino UNO" as your board and the port is the FTDI's one.
    Thanks for reading and for those who had the problem, I hope they managed to solve it and didn't throw the ATMega away as I was about to do :).

  • @NutScrewGamer
    @NutScrewGamer 5 ปีที่แล้ว

    Thanks for promoting Malaysia

  • @Ksnieup
    @Ksnieup 2 ปีที่แล้ว

    I like the humor in this

  • @sb-rj6yb
    @sb-rj6yb 6 ปีที่แล้ว +1

    2:55 got the new way to upload..thanks

  • @kennyfication88
    @kennyfication88 10 ปีที่แล้ว

    There is another way of programming your Arduino if you keep the original Atmega in the Arduino and use a 2nd Atmega for your project. You need to flash the "Arduino As ISP" Sketch, select the Arduino as a programmer and then you can upload the sketch on the standalone arduino using specific pins ( I don't know which, it stands in the arduinoasisp sketch). But this only works, if the 2nd atmega already has the arduino bootloader on it. You can flash it, if you plug in the empty, new atmega in the arduino and press burn bootloader in the IDE.
    btw: Nettes Video. Wie immer halt :)

  • @janx1763
    @janx1763 7 ปีที่แล้ว

    You could left the whole right site open because GND and VCC are connected inside the controller. The only thing that might be needed is soldering vcc and aref together (the pins directly next to each other) if analog reading is used.
    Du könntest auch die ganze rechte Seite frei lassen weil Masse und 5V innerhalb des Mikrocontrollers verbunden sind. Wenn analoge Werte eingelesen werden sollen muss Aref noch mit 5V (direkt daneben) kurzgeschlossen werden als Referenz.

  • @teiroberts5330
    @teiroberts5330 6 ปีที่แล้ว

    Hi @GreatScott i have a question how can i use the I2C protocoll for example a rtc module with the ATmega328p like the i2c pin on the arsuino where are those?

  • @jakobkellner6242
    @jakobkellner6242 9 ปีที่แล้ว

    Thanks for the Video, Scott.
    Can you please share some sources where to learn ICSP? (Gerne auch auf deutsch)
    I have an ISP-Programmer laying around and downloaded the Atmel Studio but I have no clue how to find my ATmega.
    Thanks in common.

  • @sevdev9844
    @sevdev9844 4 ปีที่แล้ว

    Very interesting, but the Arduino Nano seem to be only a little bit more expensive than the ATMEGA328P I found on Alixpress. For learning something it might still be useful to build that but to cut the costs and size not so much anymore.

  • @himanshupanth6301
    @himanshupanth6301 6 ปีที่แล้ว

    To power the ATMEGA with 5V....is there some current constraint as well?

  • @anthonymuthungu1319
    @anthonymuthungu1319 7 ปีที่แล้ว

    Great tutorial.....

  • @Nathan-zg5kp
    @Nathan-zg5kp 6 ปีที่แล้ว

    I binge watch this channel like a Netflix show

  • @daz41262010
    @daz41262010 ปีที่แล้ว

    great project :)

  • @m74w
    @m74w 4 ปีที่แล้ว

    Hi to which pins do I need to connect serial clock and serial data for I2C ?
    There are special pins for is on Arduino boards.
    Thanks

  • @ChristopherJones16
    @ChristopherJones16 2 ปีที่แล้ว

    00:24 Is it ok for the separate solder pools to touch each other from other tracks(I don’t know what you call the lines connecting the resistors the components to each other. Lanes? Is there a term for it?) just as long as the actual wire and components legs don’t touch each other? Because man idk how people solder things so close to each other without the individual solder pools touching each other. Does the solder itself not conduct electricity so the flow of electricity not hop onto another circuit/nearby resistor/capacitor etc?

  • @TommyBee456
    @TommyBee456 7 ปีที่แล้ว +143

    i just wanna know where i can get that "gadget box"

    • @ahmedmani1051
      @ahmedmani1051 7 ปีที่แล้ว +17

      BrainDead Media 3d print it

    • @moover123
      @moover123 7 ปีที่แล้ว +3

      I want to know that too

    • @suprguy
      @suprguy 6 ปีที่แล้ว +2

      search for project box

    • @TheeCK1357
      @TheeCK1357 6 ปีที่แล้ว +8

      BrainDead Media *And here he only came for the gadget box*

    • @vaterreichenberger
      @vaterreichenberger 6 ปีที่แล้ว +4

      Conrad.de

  • @projektowanie3ddruk3d99
    @projektowanie3ddruk3d99 2 ปีที่แล้ว

    Will the atmega328p itself work like an Arduino? Digital / PWM pins and analog pins will work normally?

  • @ivanstanojevic1728
    @ivanstanojevic1728 7 ปีที่แล้ว

    Nice job.I have a question.How can I upload code on atmega 328P on breadboard using arduino board wich has atmega 328 smd and I can't remove chip from breadboard?Thanks a lot.

  • @mtalhakhalid1679
    @mtalhakhalid1679 3 ปีที่แล้ว

    Wonderfull explaned

  • @nozma6615
    @nozma6615 7 ปีที่แล้ว +2

    can i use it without reset connection when it upload i will click the rest button it will work??

  • @nikhileshk7047
    @nikhileshk7047 4 ปีที่แล้ว +2

    0:00. I see You got a great musicality too. Keep it up.

  • @widadiamin5404
    @widadiamin5404 7 ปีที่แล้ว

    Merci beaucoup

  • @iProgramInCpp
    @iProgramInCpp 4 ปีที่แล้ว

    Nice video length!

  • @TechBuild
    @TechBuild 7 ปีที่แล้ว +5

    How can I do the same for ATmega 8?

  • @morphman86
    @morphman86 8 ปีที่แล้ว

    ICSB... haven't used that in over a decade. I thought the industry was moving away from that stuff. Funny enough, I used ATMEL when programming it back then too. Guess that was good enough software to survive a 6th edition.
    Nothing wrong with ICSB as such, it's just a pain to program and I was basically hired by the company to make a firmware upgrade for each product at least once a month, because of bugs they kept finding (I did not make the original firmware, I just patched bugs as they were found by Q&A). It would've been fine if that was it, but the company is an industry leader and moved over 500 units a day, and they were all assembled and programmed in China. It takes about 8 months to move the units from China to EU, so I spent most of my days unpacking 500 units, plugging a cable into each of them, clicking a button on the computer, repacking it and whenever I had time left, I'd work on bugfixes in the firmware.
    With the new way of doing it, you get an easier overview of the programming and can test it on-site, which leads to fewer bugs. It's also quicker to update the firmware. That would've saved the company a lot of time, and any semi-skilled worker could've done the updates. Also, the new system uses USB or SD cards, so you can use just about any laptop to reprogram it. No need for expensive separate programmers, so you can have 2 people updating firmware twice as fast (or more than twice, since the new one is much faster). Plug in, hit button, unplug, done.

  • @WilliamWoodAZ
    @WilliamWoodAZ 7 ปีที่แล้ว

    What project/gadget box did you buy? Link?

  • @JohnFerrier
    @JohnFerrier 5 ปีที่แล้ว

    Hello! I'm wanting to make a standalone circuit like this but with USB communication. I searched through your videos but couldn't find a video showing this (Maybe I missed it). Would you happen to know how someone would do that? Would I just connect the TX and RX pins to D- and D+?

  • @gabiruman
    @gabiruman 7 ปีที่แล้ว

    A question: I'm implementing this on a PCB instead of a breadboard, so Im building my own reset button on the PCB, if I don't connect the reset pin of the arduino to chip pin 1 can I still upload code through the 2nd method?

  • @utkarshsharma424
    @utkarshsharma424 5 ปีที่แล้ว

    Will this work for projects in which we are doing serial communication between arduino and Android??

  • @ih8tusernam3s
    @ih8tusernam3s 5 ปีที่แล้ว

    Thanks!

  • @ponchov.9116
    @ponchov.9116 6 ปีที่แล้ว

    How would you use serial communication in a standalone circuit like this? Or, how would you connect it to a PC through USB?

  • @sushantasarkar123
    @sushantasarkar123 ปีที่แล้ว

    What is problem in my Atmega328P-U microcontroller. I am using external 16mhz crystal . I am using this setting 0xFF, 0xDE, 0xFD, 0xC0 and write by avrdude.
    my project stuck or hang after some hour...
    how to solve my problem...plz tell me

  • @gergobor4143
    @gergobor4143 3 ปีที่แล้ว

    Where can I finde how big capacitance is need for the clock crystal?

  • @ojasojas3989
    @ojasojas3989 7 ปีที่แล้ว

    But we can also use arduino nano to build led color organ which can fit in the gadget box

  • @Ivan4es1
    @Ivan4es1 4 ปีที่แล้ว

    Is it possible, to get out native ATMEGA328 chip from Arduino Uno, put in new clean ATMEGA328 chip with loader, program it, then put it out and use separatly as shown on video?
    Simply - using Arduino Uno as programer for other ATMEGA328?

  • @IndikaRatnayake
    @IndikaRatnayake 7 ปีที่แล้ว +1

    Thank you for the videos. Do you need to have an external crystal? Or can I use the internal crystal of the Atmega instead?

    • @greatscottlab
      @greatscottlab  7 ปีที่แล้ว +1

      You can use the internal one if you activate it.

    • @utkarshsharma424
      @utkarshsharma424 5 ปีที่แล้ว

      GreatScott! ...Will this standalone project also work if we're trying serial communication between arduino and Android.?

  • @RS-kx9rp
    @RS-kx9rp 5 ปีที่แล้ว

    I will try as you do,thanks

  • @INGHUSSAMKAMEL
    @INGHUSSAMKAMEL 7 ปีที่แล้ว +7

    Thank you for your videos
    ?i have a question: How can i build the short circuit protection
    Thanks

  • @TheS1l3ntOne
    @TheS1l3ntOne 5 ปีที่แล้ว

    Can I use arduino pro mini 3.3v /8MHZ board if I want to use 8MHZ on my standalone board and change 3.3V to 5V on the FTDI board.

  • @JoergFleischer
    @JoergFleischer 7 ปีที่แล้ว

    do you have a link for the gadget-box?

  • @sonnguyenxuan685
    @sonnguyenxuan685 5 ปีที่แล้ว

    i'm working on atmega328p project. i use fast pwm at the 16 bit timer. so i want to output 2 pwm at OCnA and OCnB. both of them have a same top value and same OCRnA and OCRnB. does anyone how i can toggle OCnA and then OCnB repeatedly

  • @azmrblack
    @azmrblack ปีที่แล้ว

    ICSP is just as simple. Requires 6 wires - 4 to MISO/MOSI/SCK/RESET and 1 to VCC and 1 to GND. Yes you need a +5V pullup on the reset line but there are tons of simple diagrams in Google Images.

  • @adityakumarraj827
    @adityakumarraj827 3 ปีที่แล้ว

    I have 328p-u so I'm facing 1e 95 0f problem.while uploading (without crystel) ....
    .
    Can you help me? .
    .
    .
    (i ordered crystal for now.... )
    .
    What is the problem plese explain it..
    And tell us if any solution available

  • @formertoddler196
    @formertoddler196 7 ปีที่แล้ว +2

    Off topic, but you seem like an electronics wizard & I wanted to ask if you can re-program ATtiny (ATtiny84, ATtiny85, etc.) chips & aren't stuck only being able to upload one sketch to it?

    • @MD-vs9ff
      @MD-vs9ff 7 ปีที่แล้ว

      Erik E. Yes you can. I've had to reprogram ATtiny84s many times for a school project.

  • @zuhayrtaurobally5981
    @zuhayrtaurobally5981 8 ปีที่แล้ว

    ur amazing :D

  • @Uilsbat
    @Uilsbat 7 ปีที่แล้ว

    Thanks for awesome videos
    How do i use arduino that has non-removeable atmega328?

    • @adamcsermak2114
      @adamcsermak2114 7 ปีที่แล้ว +1

      uilsbat arslan use it on the board where it is

    • @bobbyjose2265
      @bobbyjose2265 4 ปีที่แล้ว

      Just break it off the board!

  • @indianplans
    @indianplans 5 ปีที่แล้ว

    What is the ftdi you shown at 3:15 will you please share this product link

  • @ABID5
    @ABID5 6 ปีที่แล้ว

    Hey Scott! Can you make a space shuttle?

  • @mr-momomourad6475
    @mr-momomourad6475 5 ปีที่แล้ว

    how about avr and hex ....can i use this in hex without another arduino

  • @rizaldiryanryan
    @rizaldiryanryan 5 ปีที่แล้ว

    Man, i reverse the voltage of atmega. the circuit was ready in beardboard. all 5V to 5v column, Ground to ground column. But i didn't notice the colour cable of column 5v and ground,
    When i was uploading, the IDE said the programmer not responding. The i realize it, put the right cable. Reupload the coding and every still work fine, awesome!

  • @SibertD
    @SibertD 9 ปีที่แล้ว +1

    I really like the gadget box, could you tell me where I could find those?

    • @greatscottlab
      @greatscottlab  9 ปีที่แล้ว

      SibertD www.ebay.com/itm/Universal-Kunststoff-Gehause-Plastic-Case-mit-Lochrasterplatine-PCB-A117-/251543434650?

  • @nekm1925
    @nekm1925 5 ปีที่แล้ว

    Will it still have power pins

  • @abhiramcd
    @abhiramcd 3 ปีที่แล้ว

    2:20 nailed it 😂❤️🔥

  • @dronemansk2121
    @dronemansk2121 6 ปีที่แล้ว

    3:00 can this method be used for ICSP?

  • @offensivebias3965
    @offensivebias3965 2 ปีที่แล้ว

    Would it be possible to these on stm32 ?

  • @nekm1925
    @nekm1925 5 ปีที่แล้ว

    Can it still give 3.3v for power pin

  • @djoudigpl8625
    @djoudigpl8625 5 ปีที่แล้ว

    hello
    iam using the red ft232 chip wich has dtr pin i have problem wich is the program stuck at uploading
    pls help

  • @m_a_s6069
    @m_a_s6069 6 หลายเดือนก่อน

    @1:21 One of the 22pf capacitors has a sweepover.

  • @almoglavi8737
    @almoglavi8737 ปีที่แล้ว

    I used the first method to upload simple blink sketch yet nothing work. I also add reset push button to ground and my atmega328 doesnt do anything. What can be the problem?

  • @mikewhite735
    @mikewhite735 7 ปีที่แล้ว +5

    Why at about 2:44 was the chip pulled off of the prototype board, and plugged into the Uno, while the Uno was on?

    • @FrankDrebin
      @FrankDrebin 7 ปีที่แล้ว

      In fact there is nothing what can go wrong in this case, just bad habit..

  • @jorrharris
    @jorrharris 3 ปีที่แล้ว

    How do we know what external components we need and how to wire them up for a specific AVR Microcontroller? I couldn't find a diagram with the crystal / capacitors in the ATmega328 datasheet, so how can we figure out how we should set it up with different microcontrollers?

  • @adityakumarraj827
    @adityakumarraj827 3 ปีที่แล้ว +1

    What exectly 22pf does??
    And can i use another value.
    If no why??
    .
    If yes what is the range?

    • @Geekswebsite
      @Geekswebsite 3 ปีที่แล้ว

      Those are used with the 16Mhz crystal oscillator, you can use a capacitor between 18pf to 22pf.

  • @muhammadaarif3019
    @muhammadaarif3019 5 ปีที่แล้ว +2

    reset to pin1..rx to pin 2...and tx to pin 3...I guess Vcc and Gnd should also be connected.

  • @shivakumar-lv6wr
    @shivakumar-lv6wr 7 ปีที่แล้ว +8

    how are you able to solder such complicated circuits on a perf board? what editor do you use to make the schematic and how do you solder components using that?.

    • @mjtsquared
      @mjtsquared 6 ปีที่แล้ว +3

      as long as you know your project it's really easy

    • @lostone1698
      @lostone1698 5 ปีที่แล้ว

      He uses easyEDA as schematic and PCB layout maker

  • @magicianofelectronics951
    @magicianofelectronics951 3 ปีที่แล้ว

    You can program 328p using Arduino and without programmer device, thank you

  • @husamhsuam
    @husamhsuam 6 ปีที่แล้ว

    what does this code mean ( w10647Asz113 ) ???? i read it on a pcb board under the ATMEGA328P-PU

  • @TechBuild
    @TechBuild 7 ปีที่แล้ว

    How can I do the same for ATmega 8a microcontroller ?