Source for atmega328p-pu chips

Anyone know where I can get spare atmega328p-pu chips? I’ve toasted
one on an arduino board. RS is sold out and Rapid don’t seem to have
them. It’s for an Arduino, so is there an equivalent I could use
instead?

ginge on IRC suggested Farnell, they seem to have them in stock, but
they’re rather pricey: http://uk.farnell.com/atmel/atmega328p-pu/mcu-8bit-avr-32k-flash-28pdip/dp/1715487

Also, if anyone has a circuit diagram/PCB design/parts list for an
atmega chip that will work without the stuff that makes up the arduino
(for use once ‘prototyping’ is done) I’d really appreciate it.
Sticking an Arduino Uno in every little project will cost some.

Will.

try ken boak of nanode fame. #nanode on freenode - his nick is monsonite
orsomet close to that.

Anyone know where I can get spare atmega328p-pu chips? I’ve toasted
one on an arduino board. RS is sold out and Rapid don’t seem to have
them. It’s for an Arduino, so is there an equivalent I could use
instead?

ginge on IRC suggested Farnell, they seem to have them in stock, but
they’re rather pricey:
http://uk.farnell.com/atmel/atmega328p-pu/mcu-8bit-avr-32k-flash-28pdip/dp/1715487

Also, if anyone has a circuit diagram/PCB design/parts list for an
atmega chip that will work without the stuff that makes up the arduino
(for use once ‘prototyping’ is done) I’d really appreciate it.
Sticking an Arduino Uno in every little project will cost some.

Will.


You received this message because you are subscribed to the Google Groups
"HAC:Manchester" group.
To post to this group, send an email to hacman@googlegroups.com.
To unsubscribe from this group, send email to
hacman+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/hacman?hl=en-GB.

Anyone know where I can get spare atmega328p-pu chips? I’ve toasted
one on an arduino board. RS is sold out and Rapid don’t seem to have
them. It’s for an Arduino, so is there an equivalent I could use
instead?

ginge on IRC suggested Farnell, they seem to have them in stock, but
they’re rather pricey: http://uk.farnell.com/atmel/atmega328p-pu/mcu-8bit-avr-32k-flash-28pdip/dp/1715487

Also, if anyone has a circuit diagram/PCB design/parts list for an
atmega chip that will work without the stuff that makes up the arduino
(for use once ‘prototyping’ is done) I’d really appreciate it.
Sticking an Arduino Uno in every little project will cost some.

Will.

If anyone at HACman feels that ordering another 10 at some point
would be a good idea, then I could do this… it would mean that
we have some stock for people?

10 off pricing is �3.65 per chip.

I might do a farnell order before next hacman.

Ben Dooks bjdooks@googlemail.com http://www.fluff.org/ben/

Ben: I think there are 2 in your box in the cupboard from the last farnell
order!

(well, there are two in one of the member boxes, it was unlablelled, we
assumed it was yours)On 23 September 2011 09:30, Ben Dooks bjdooks@googlemail.com wrote:

On 09/22/2011 11:30 PM, Will Jessop wrote:

Anyone know where I can get spare atmega328p-pu chips? I’ve toasted
one on an arduino board. RS is sold out and Rapid don’t seem to have
them. It’s for an Arduino, so is there an equivalent I could use
instead?

ginge on IRC suggested Farnell, they seem to have them in stock, but
they’re rather pricey: http://uk.farnell.com/atmel/**
atmega328p-pu/mcu-8bit-avr-**32k-flash-28pdip/dp/1715487http://uk.farnell.com/atmel/atmega328p-pu/mcu-8bit-avr-32k-flash-28pdip/dp/1715487

Also, if anyone has a circuit diagram/PCB design/parts list for an
atmega chip that will work without the stuff that makes up the arduino
(for use once ‘prototyping’ is done) I’d really appreciate it.
Sticking an Arduino Uno in every little project will cost some.

Will.

If anyone at HACman feels that ordering another 10 at some point
would be a good idea, then I could do this… it would mean that
we have some stock for people?

10 off pricing is £3.65 per chip.

I might do a farnell order before next hacman.


Ben Dooks bjdooks@googlemail.com http://www.fluff.org/ben/


You received this message because you are subscribed to the Google Groups
"HAC:Manchester" group.
To post to this group, send an email to hacman@googlegroups.com.
To unsubscribe from this group, send email to hacman+unsubscribe@**
googlegroups.com hacman%2Bunsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/**
group/hacman?hl=en-GB http://groups.google.com/group/hacman?hl=en-GB.

Ben: I think there are 2 in your box in the cupboard from the last
farnell order!

(well, there are two in one of the member boxes, it was unlablelled, we
assumed it was yours)

I think they are. I will label the box next time I am in.

If anyone needs one or two urgently, take em and give me the
appropriate numbers of �3.65 when I’m next in.

Ben Dooks bjdooks@googlemail.com http://www.fluff.org/ben/

Will,

There are plenty of barebones arduino circuits online that detail the
circuit required to use an Atmel 328pu without a using an arduino
board. The issue comes in sending the program to the chip. Without a
serial comms chip in your circuit you will need to program your
circuit either flashing the chip separately and inserting it into a
socket or by using an special connection lead called an FTDI friend (
A cable with an inbuilt USB to RS232 serial converter).

http://fritzing.org/projects/barebones-arduino/

Sites where you can buy pre-flashed (bootloaded) arduino Atmel 328pu chips from:

http://proto-pic.co.uk/categories/Arduino/Main-Boards/


The other thing you can do is buy a cut down arduino board called a
Xino from one of the about sites. Its a cut down arduino without all
of the circuitry required but is the same shape as the arduino Uno or
Duemilanove so that shields can still be used with it. You will need
an ftdi friend to program it because it doesn’t have a serial comms
chip but its a step forward and it only costs £5.23. Its a much
cheaper way of using arduino and a shield in a permanent project
without breaking the bank.

Hope this helps,

AlexOn 22 September 2011 23:30, Will Jessop will@willj.net wrote:

Anyone know where I can get spare atmega328p-pu chips? I’ve toasted
one on an arduino board. RS is sold out and Rapid don’t seem to have
them. It’s for an Arduino, so is there an equivalent I could use
instead?

ginge on IRC suggested Farnell, they seem to have them in stock, but
they’re rather pricey: http://uk.farnell.com/atmel/atmega328p-pu/mcu-8bit-avr-32k-flash-28pdip/dp/1715487

Also, if anyone has a circuit diagram/PCB design/parts list for an
atmega chip that will work without the stuff that makes up the arduino
(for use once ‘prototyping’ is done) I’d really appreciate it.
Sticking an Arduino Uno in every little project will cost some.

Will.


You received this message because you are subscribed to the Google Groups “HAC:Manchester” group.
To post to this group, send an email to hacman@googlegroups.com.
To unsubscribe from this group, send email to hacman+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/hacman?hl=en-GB.