Forum: Mikrocontroller und Digitale Elektronik Arduino Uno with ICSP


von Mia (Gast)


Angehängte Dateien:

Lesenswert?

can someone show if my schematic is correct ?

I want to use as Crystal the standard from  Adafruit

the power will coming from Battery

https://www.adafruit.com/product/2215

micrcontroller : Atmega328P-P

von Stefan F. (Gast)


Lesenswert?

Looks fine

Do you really need 16 MHz and 5 V? I would prefer 8 MHz and 3,3 V 
(without the DC converter) if possible.

von Mia (Gast)


Lesenswert?

F. (stefanus)
Thank you to check it :)
internal clock at 8 MHz is not as good as an external 16MHz or 8MHZ
I want to making a good chip , wich i can using in the future for 
everything .
i will using arduino ide to get the Hex file , and then programming with 
AVR mk2 using AVRdudess , so my chip will be fast .
the is my reason

von EAF (Gast)


Lesenswert?

Mia schrieb:
> my schematic is correct ?

What about Pin 22(GND)?

Mia schrieb:
> i will using arduino ide to get the Hex file , and then programming with
> AVR mk2 using AVRdudess ,
Why with AVRdudess?
And not direct by Arduino?

von Mia (Gast)


Lesenswert?

EAF (Gast)
Thank you to show it and see that Pin 22 is not visible :)
Pin 22 is with Ground in the Footprint in Kicad ( wich i used ) but is 
not shown in Schematic

Avrdudess is simple to use than arduino ide with avr mk2 , arduino ide 
can not see the mk2 , i needed to re install the driver to libusb .
i try it on Windows 11 , but that was difficult !

von EAF (Gast)


Lesenswert?

Mia schrieb:
> Avrdudess is simple to use than arduino ide with avr mk2 , arduino ide
> can not see the mk2 ,

Avrdudess uses AVRdude
Arduino IDE uses AVRdude

So your assumption must be wrong.

Suggestion:
View/edit the programs.txt file.

von Stefan F. (Gast)


Lesenswert?

Mia schrieb:
> I want to making a good chip , wich i can using in the future for
> everything

Then you should use the strongest microcontroller that you can get.

If you fear that 8 Mhz is too slow, why not use another Microcontroller 
which can be much faster and has much more memory?

Also consider that most peripheral chips that have been developed within 
the last 20 years cannot run at 5 V. It is already a bad choice today 
and will become worse in the future.

von EAF (Gast)


Lesenswert?

EAF schrieb:
> View/edit the programs.txt file.

A few characters have been lost.
Correct: programmers.txt

von Manfred (Gast)


Lesenswert?

Mia schrieb:
> internal clock at 8 MHz is not as good as an external 16MHz or 8MHZ

No problem, use an external 8 MHz Crystal *). Look for Arduino Pro Mini, 
it is also sold as 8 MHz version and supported by Arduino-IDE.

*) https://www.adafruit.com/product/2213

Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.