2006-03-27 by erikc
This is a raw printer mechanism that prints on a 2" roll of paper. It has a motor to advance the paper, the thermal print head which contains an array of dots across the width of the paper, and a couple of microswitches. My system uses a character mode LCD for setup but nothing e
Thread view
Attachments: 0
2006-03-27 by wbounce
Is it HPL compatible? Or what about Postscript compatible. If HPL you do escape code commands for drawing. If postscript you set a starting point and moveto commands. The other thing is the aspect is different than the screen. If the printer does 150 X 150 or 300 X 300 you can gr
Thread view
Attachments: 0
2006-03-27 by Don AE5K
erikc wrote: > Hi all. I'm working on a datalogger using an ATmega8535 and want to > attach a thermal printer to it so I can get a nice graph of the data. > Right now, I'm sending the data to a PC for import into an Excel > spreadsheet. (This is a pain because tethers me to the c
Thread view
Attachments: 0
2006-03-26 by erikc
Hi all. I'm working on a datalogger using an ATmega8535 and want to attach a thermal printer to it so I can get a nice graph of the data. Right now, I'm sending the data to a PC for import into an Excel spreadsheet. (This is a pain because tethers me to the computer and I need po
Thread view
Attachments: 0
2006-03-25 by Ned Konz
On Mar 24, 2006, at 3:46 AM, Tim Mitchell wrote: > I have a remote control transmitter design where I'm trying to put the > Tiny15 into Power Down mode. But although it appears to go into power > down, it is still drawing 0.45mA. The data sheet says it should go > down > to about
Thread view
Attachments: 0
2006-03-25 by Robert Ussery
Wow... I feel like a major idiot. Thanks so much for your help... I'd probably be sitting here for another six hours trying to figure that one out. Works perfectly now. - Robert Larry Barello wrote: > You have /SS set as an input. It either needs to be tied high, or, made an > ou
Thread view
Attachments: 0
2006-03-25 by Larry Barello
You have /SS set as an input. It either needs to be tied high, or, made an output. Read the data sheet w/regard to multi-master operation. ----------- Larry Barello www.barello.net | -----Original Message----- | From: AVR-Chat@yahoogroups.com [mailto:AVR-Chat@yahoogroups.com] On
Thread view
Attachments: 0
2006-03-25 by Robert Ussery
Hi, all... I'm having some trouble with an SPI interface on the Mega32, which I'm using to communicate with a TI TLV2543 ADC. I'm programming the micro in C using avr-gcc. Here's my problem... using the SPI transmit code more or less straight from the Mega32 datasheet: SPDR = (ch
Thread view
Attachments: 0
2006-03-25 by Kathy Quinlan
Hi Dave, If you are here PLEASE email me off list. Sorry to everyone else. -- Regards, Kat. --------------------------------------------------------------- K.A.Q. Electronics Website: www.kaqelectronics.dyndns.org IM: Yahoo: PinkyDwaggy MSN: katinka@kaqelectronics.dyndns.org For
Thread view
Attachments: 0
2006-03-24 by Ned Konz
On Mar 24, 2006, at 3:46 AM, Tim Mitchell wrote: > I have a remote control transmitter design where I'm trying to put the > Tiny15 into Power Down mode. But although it appears to go into power > down, it is still drawing 0.45mA. The data sheet says it should go > down > to about
Thread view
Attachments: 0
2006-03-24 by OWEN-A
Flash Microsystems I think were originally both in Ireland and England reading between the lines I suspect that there was a marital break up or something simular and the chap running Flash moved to New Zealand and continued on for a couple of years then seemed to disappear I thin
Thread view
Attachments: 0
2006-03-24 by Tim Mitchell
I have a remote control transmitter design where I'm trying to put the Tiny15 into Power Down mode. But although it appears to go into power down, it is still drawing 0.45mA. The data sheet says it should go down to about 2uA. I have eliminated all external circuitry from the des
Thread view
Attachments: 0
2006-03-24 by Les Grant
Hi Ivan, I just fumbled my way to full functionality. Apparently, I had to read and write the ISP clock frequency before reading or writing flash or EEPROM even though everything else worked... Thanks for the quick response. You were an excellent 'sounding board'. :-) Regards, Le
Thread view
Attachments: 0
2006-03-24 by Ivan Vernot
Hi Les, A couple of thing to try - Check hat the ISP freq is To: Sent: Friday, March 24, 2006 12:52 PM Subject: [AVR-Chat] AVRISP Mk2 problem > Hi everyone, > > I have an AVRISP Mk2 here. I can read and write fuses, I can read the > chip ID (mega32) but I can't read or write the
Thread view
Attachments: 0
2006-03-24 by James Hatley
Hello, Have you set the programming frequency correctly? Should be 1/4 or less of your m32 processor frequency. Jim ----- Original Message ----- From: "Les Grant" To: Sent: Thursday, March 23, 2006 5:52 PM Subject: [AVR-Chat] AVRISP Mk2 problem > Hi everyone, > > I have an AVRISP
Thread view
Attachments: 0
2006-03-24 by Les Grant
Hi everyone, I have an AVRISP Mk2 here. I can read and write fuses, I can read the chip ID (mega32) but I can't read or write the flash. I have tried it running from a powered USB hub and the USB port on the front of the PC. Has anyone had any similar experiences? Any clues pleas
Thread view
Attachments: 0
2006-03-23 by Randy Ledyard
Some time ago (2002?) a company called Flash Microsystems (web addy was flash.co.uk) released some code to do in-system debugging using a couple of pins. They also had a Studio+ product. Would anyone happen to have a copy of either of these things? I've searched all over the inte
Thread view
Attachments: 0
2006-03-22 by Mark Weston
Leonard: Try out this book, it's Embedded C on the AVR. Excellent book! http://www.amazon.com/gp/product/1401812066/002-5061740-7927244?v=glance&n=283155 Make Yahoo! Canada your Homepage Yahoo! Canada Homepage
Thread view
Attachments: 0
2006-03-22 by Mark Graybill
I know I'm coming in late on this subject, however I've worked an awful lot with thernocouples so I thought I'd add a few items... > > I am probably wrong, but I thought cold junction was needed to make > the > circuit accurate ?? > > -- > Regards, > > Kat. If you're using a seco
Thread view
Attachments: 0
2006-03-21 by Dennis Clark
Leonard Gragson wrote: > Thanks to everyone who responded! I'll start hitting the books and > will probably just lurk until I can come up with an intellegent question. > > I know, there are no stupid questions...just stupid people who ask > questions! ;-) No, no. You have that wr
Thread view
Attachments: 0
2006-03-21 by Dave Hylands
Hi Leonard, > > I know, there are no stupid questions...just stupid people who ask > > questions! ;-) > > No, no. You have that wrong - > "There are no ignorant questions, just ignorant people..." DIDN'T ask questions!> I like to say that there's no such thing as a stupid questio
Thread view
Attachments: 0
2006-03-21 by Leonard Gragson
Thanks to everyone who responded! I'll start hitting the books and will probably just lurk until I can come up with an intellegent question. I know, there are no stupid questions...just stupid people who ask questions! ;-) --- In AVR-Chat@yahoogroups.com, Laurinyecz Zoltán wrote:
Thread view
Attachments: 0
2006-03-21 by Thomas Keller
Mark Nowell wrote: > I think you'll find 48, 88 and 168 only differ by memory sizes. I haven't > actually swapped 88 and 168 but did a design for 88 and ended up using 168. > Close. Depending on package. The TQFP32 packaged versions offer two additional ADC inputs over the DIP28
Thread view
Attachments: 0
2006-03-21 by Tim Mitchell
AVR-Chat@yahoogroups.com wrote: >> My current device is a mega8 not a mega88. I can't seem to find out >> what the difference is between a mega8 and a mega88 (or 48 or 168, >> except for the flash size) >> >> -- > Atmel has an application note describing the exact > differences b
Thread view
Attachments: 0
2006-03-21 by Mark Korsloot
> My current device is a mega8 not a mega88. I can't seem to > find out what the difference is between a mega8 and a mega88 > (or 48 or 168, except for the flash size) > > -- Atmel has an application note describing the exact differences between the ATmega8 and ATmega88 (AVR094)
Thread view
Attachments: 0
2006-03-21 by Tim Mitchell
AVR-Chat@yahoogroups.com wrote: > >> If you run out of flash on a mega8, can you directly replace it with >> a mega168? >> >> I've trawled through the Atmel datasheets and it looks pin and >> software compatible... Have I missed anything? >> > I think you'll find 48, 88 and 168 o
Thread view
Attachments: 0
2006-03-21 by Mark Nowell
I think you'll find 48, 88 and 168 only differ by memory sizes. I haven't actually swapped 88 and 168 but did a design for 88 and ended up using 168. Mark ----- Original Message ----- From: "Tim Mitchell" To: Sent: Tuesday, March 21, 2006 11:21 AM Subject: [AVR-Chat] Replacing me
Thread view
Attachments: 0
2006-03-21 by Tim Mitchell
If you run out of flash on a mega8, can you directly replace it with a mega168? I've trawled through the Atmel datasheets and it looks pin and software compatible... Have I missed anything? -- Tim Mitchell tim@sabretechnology.co.uk http://www.sabretechnology.co.uk
Thread view
Attachments: 0
2006-03-21 by Ralph Hilton
On Mon, 20 Mar 2006 15:02:58 -0000 you wrote: >Hi, I just joined. I'm a beginner with respect to AVR and any embedded >programming. I do have a strong programming background in C, C++, >assembly and VB. > >Mindful of the moderator's admonition to not ask others to do your >homewo
Thread view
Attachments: 0
2006-03-21 by Bruce
I have "Programing and Customizing the AVR Microcontroller" and "AVR, An Introductory Course". I would not say either is great, as I seem not to be able to find all the info I need from just one. But between the two, and some sample from Atmel, I can usually figure things out. I
Thread view
Attachments: 0
2006-03-21 by Laurinyecz Zoltán
Hi, Check these links: http://www.avrbeginners.net/ http://www.avrfreaks.net/ http://www.avr-asm-tutorial.net/avr_en/ http://www.omegav.ntnu.no/avr/resources.php3 regards: lauri ----- Original Message ----- From: kelvin kooger To: AVR-Chat@yahoogroups.com Sent: Tuesday, March 21,
Thread view
Attachments: 0
2006-03-21 by kelvin kooger
try Google search for "Basic stamp in class" Leonard Gragson wrote: Hi, I just joined. I'm a beginner with respect to AVR and any embedded programming. I do have a strong programming background in C, C++, assembly and VB. Mindful of the moderator's admonition to not ask others to
Thread view
Attachments: 0
2006-03-20 by Leonard Gragson
Hi, I just joined. I'm a beginner with respect to AVR and any embedded programming. I do have a strong programming background in C, C++, assembly and VB. Mindful of the moderator's admonition to not ask others to do your homework, can anyone suggest a comprehensive book for begin
Thread view
Attachments: 0
2006-03-19 by OWEN-A
Thank you for all that have replied to the long delay question you have all helped considerably. Owen.
Thread view
Attachments: 0
2006-03-19 by David Kelly
On Mar 18, 2006, at 8:52 PM, OWEN-A wrote: > I need to generate delays of up to 24 hours on a Mega16 has anyone > any suggestions, I could use an RTC but there may be another option > as strict timekeeping is not necessary for this application. As others have said, implement a ti
Thread view
Attachments: 0
2006-03-19 by Don Kinzer
--- In AVR-Chat@yahoogroups.com, Kathy Quinlan wrote: > I am now thinking SERIOUSLY about building my SMD oven ... I am working on a similar project at the moment. I have ordered an AD595 thermocouple amplifier (should be here this week) and I have a type K thermocouple. Accordin
Thread view
Attachments: 0
2006-03-19 by Zack Widup
On Sun, 19 Mar 2006, Kathy Quinlan wrote: > Ned Konz wrote: > > > > SparkFun Electronics went through this process themselves, as did I. > > > > I found that the toaster ovens were a bit slow, but if you doubled up > > the elements (i.e. buy 2 ovens, parallel elements) it helped.
Thread view
Attachments: 0
2006-03-19 by Thomas Keller
OWEN-A wrote: {superfluous text removed for brevity] > I found that most of the SMD > components skewed due to misplacement of the solder paste, this dragged them > between pads and most had to be reworked it seems that the solder paste has > to be precisely placed on the pads an
Thread view
Attachments: 0
2006-03-19 by Thomas Keller
OK, I am sorry if this offends anyone, and I apologize to Kat for usurping her authority as list owner, but I am growing weary of the excessive noise on the list. I refer not to the relatively few (and usually interesting, at least) off topic threads, but the the lack of editting
Thread view
Attachments: 0
2006-03-19 by Thomas Keller
Kathy Quinlan wrote: > I think PCB work in an oven used for food would not be too bad, but I would > not want to use food in an oven that has been used for making PCB's : Well, that would depend on what kind of food. Baking a pizza in a reflow oven could seriously impair the usab
Thread view
Attachments: 0
2006-03-19 by Robert Rademacher
> Date: Sun, 19 Mar 2006 13:52:28 +1100 > From: "OWEN-A" > Subject: Long delays > > I need to generate delays of up to 24 hours on a Mega16 has anyone > any suggestions, I could use an RTC but there may be another option as > strict timekeeping is not necessary for this applicati
Thread view
Attachments: 0
2006-03-19 by ufo2joe
Free Software for AVR ButterFly called [SUPERFLY] Follow link:http://www.avrfreaks.net/index.php? name=PNphpBB2&file=viewtopic&t=36694 Or visit Forum AVRfreaks Academy (http://www.avrfreask.net) search for [SUPERFLY] Thanks.
Thread view
Attachments: 0
2006-03-19 by Robert Payne
Hi All, Silicon Chip,August2002 had a project using op amps and a K type thermocouple which may be of use if you go the op amp way. It uses a LM335 as the cold junction temperature reference. The link for the AVR journal with corrected schematic (Moyer project) is:- > http://www.
Thread view
Attachments: 0
2006-03-19 by Don Ingram
> This is what I am aiming for, repeatability :) no I think it will work, is why > I am using a Mega 128 (I will be running 2 fans (1 to move the air (it is a > convection oven) and one to suck cool air in for cool down (PWM'd DC fan) > > I want to do this right, and get a nice t
Thread view
Attachments: 0
2006-03-19 by Don Ingram
> Speaking of righteous, anyone seen the eye on larry at the moment? 925 & > falling, spent the day shifting pot plants & everything else outdoors. > http://www.theweatherchaser.com/maps/index.html?lat=-17.476432197195518&lon=149.17236328125&zoom=10&lid=106 > > Happily I am now o
Thread view
Attachments: 0
2006-03-19 by Kathy Quinlan
Don Ingram wrote: > Troops, > > Don't want to seem overly self righteous but if you are going to ship these to > paying customers I would look a bit more at quality control and a bit less at > what you can get away with. Teensie bit more measurement & process stability, > lots mo
Thread view
Attachments: 0
2006-03-19 by Don Ingram
Troops, Don't want to seem overly self righteous but if you are going to ship these to paying customers I would look a bit more at quality control and a bit less at what you can get away with. Teensie bit more measurement & process stability, lots more consistency in deliverables
Thread view
Attachments: 0
2006-03-19 by Leon Heller
----- Original Message ----- From: "Jesper Hansen" To: Sent: Sunday, March 19, 2006 10:50 AM Subject: Re: [AVR-Chat] Type K inputs on AVR > I've been using a cheap toaster oven for a while. It has two heater > elements, top and bottom. It's 600 W, which is just enough. > > When I
Thread view
Attachments: 0
2006-03-19 by Jesper Hansen
I've been using a cheap toaster oven for a while. It has two heater elements, top and bottom. It's 600 W, which is just enough. When I got it, I ran a few tests and noted down the temp curve at several points, with the plan of making a controller with and AVR. But, the runs showe
Thread view
Attachments: 0
2006-03-19 by Kathy Quinlan
Ned Konz wrote: > On Mar 18, 2006, at 8:41 PM, Kathy Quinlan wrote: > > >>Hi all, >> >>Well I have to make 100 units (and pot them in Epoxy Resin) of an >>octopus lure >>I designed for a proto run. >> >>I am now thinking SERIOUSLY about building my SMD oven (as it is >>mainly SMD
Thread view
Attachments: 0