Yahoo Groups archive

AVR-Chat

Index last updated: 2026-04-28 22:41 UTC

Messages

Browse messages

Page 48 of 307 · 15341 messages matched

Re: CAN Bus - usefull for long distances of outdoor cable?

2009-09-09 by stevech11

I've been working professionally for 3 years now in IEEE 802.15.4 and have these tid-bits, and if you wish, I can elaborate.... ZigBee is not IEEE 802.15.4 and vice-versa. The comparison might be IEEE 802.3 versus IP/ethernet. ZigBee is one of several network layer protocols used

Thread view Attachments: 0

LINK to Robot development plataform - LOGO programming

2009-09-07 by Adeilton Oliveira

Guys, Here is the link http://babuinoproject.blogspot.com/ Regards. Adeilton Oliveira wrote: > > > Hello guys, > > I'll share with you the weekend project I am developing with Arduino > board and AVR Studio. > This is a Robot dev. plataform. I can program the Arduino in LOGO > la

Thread view Attachments: 0

RE: [AVR-Chat] Re: Fuse settings when shipping a device

2009-09-06 by Chuck Hackett

> From: ecros_technology > > .... > I set the lock bits in the AVR ICE-Cube and other products with Flash > loaders for field-update of firmware: > .... Thanks for the info Graham. I'll put that in my "do before it goes out the door" procedures :-) Cheers, Chuck Hackett "Good jud

Thread view Attachments: 0

Re: [AVR-Chat] Robot development plataform

2009-09-06 by Mike Payson

This sounds cool. I look forward to hearing more about your project! On Sun, Sep 6, 2009 at 2:17 PM, Adeilton Oliveira wrote: > Hello guys, > > I'll share with you the weekend project I am developing with Arduino > board and AVR Studio. > This is a Robot dev. plataform. I can pro

Thread view Attachments: 0

Robot development plataform

2009-09-06 by Adeilton Oliveira

Hello guys, I'll share with you the weekend project I am developing with Arduino board and AVR Studio. This is a Robot dev. plataform. I can program the Arduino in LOGO language using the Cricket Logo, Logo Blocks (it's not working 100%), iCode, and CTI Blocos. Regards.

Thread view Attachments: 0

Re: Fuse settings when shipping a device

2009-09-06 by ecros_technology

--- In AVR-Chat@yahoogroups.com, "Chuck Hackett" wrote: > By "disable verification", I assume > you mean turning off LPM in the > application section ... No. In your original post, you wrote (in part): >> For a "hostile" environment (to protect the code): >> (snip) >> LB: Program

Thread view Attachments: 0

Re: [AVR-Chat] CAN Bus - usefull for long distances of outdoor cable?

2009-09-06 by Mike Payson

Hmm... This sounds to me like a perfect application for a Zigbee network. The modules are a bit more expensive, but since you wouldn't have to run wires, the final cost should be roughly comparable if not substantially less. Individual lengths can be as much as 1 mile, but since

Thread view Attachments: 0

Re: CAN Bus - usefull for long distances of outdoor cable?

2009-09-05 by stevech11

I'd think that the low speed confg would be fine. --- In AVR-Chat@yahoogroups.com, dlc wrote: > > I've used CAN networking at 250Kbps on runs of up to 1000 feet with no > problems. Lower frequencies can tolerate longer runs. However, if you > can deal with very low baud rates (wh

Thread view Attachments: 0

CAN Bus - usefull for long distances of outdoor cable?

2009-09-05 by Chuck Hackett

I preface this question with the fact that I have very limited knowledge of CAN bus and DeviceNet technologies (I do have a background in data communications from both the EE and software engineering perspective). I have only 'skimmed' the description of CAN bus and DeviceNet on

Thread view Attachments: 0

Re: [AVR-Chat] ATMega168 EEPROM read time?

2009-09-05 by Jim Wagner

Hello, Mark - It depends a little on what you call "read time". You have to load several registers with address and such. Then, it is available immediately. There is no wait time like there is on write. Jim Wagner Oregon Research Electronics On Sep 5, 2009, at 6:06 AM, enkitec@gm

Thread view Attachments: 0

ATMega168 EEPROM read time?

2009-09-05 by enkitec@gmail.com

Hi, I can't find the EEPROM read byte time in the ATMega168 datasheet. Is this time the same as reading one byte from the SRAM? Thanks. Mark Jordan

Thread view Attachments: 0

RE: [AVR-Chat] Re: Fuse settings when shipping a device

2009-09-04 by Chuck Hackett

> From: ecros_technology > > --- In AVR-Chat@yahoogroups.com, "Chuck Hackett" > wrote: > > > ... proper fuse settings for a device > > ... to be shipped as a final product. > > JTAGEN: Disable to protect the code > > SPIEN: Disable to protect the code > > Why would you want to di

Thread view Attachments: 0

RE: [AVR-Chat] Fuse settings when shipping a device

2009-09-04 by Chuck Hackett

> From: John Samperi > > At 01:32 PM 4/09/2009, you wrote: > > SPIEN: Disable, no OC level debugging expected in the field > > SPIEN: Disable to protect the code > > You don't need to disable SPIEN, anyway you can't do it without > using HVPP if you disable JTAG. Once the lock-bi

Thread view Attachments: 0

Re: Fuse settings when shipping a device

2009-09-04 by ecros_technology

--- In AVR-Chat@yahoogroups.com, "Chuck Hackett" wrote: > ... proper fuse settings for a device > ... to be shipped as a final product. > JTAGEN: Disable to protect the code > SPIEN: Disable to protect the code Why would you want to disable JTAG and SPI if you've used the lock bi

Thread view Attachments: 0

Re: [AVR-Chat] Fuse settings when shipping a device

2009-09-04 by John Samperi

At 01:32 PM 4/09/2009, you wrote: > SPIEN: Disable, no OC level debugging expected in the field > SPIEN: Disable to protect the code You don't need to disable SPIEN, anyway you can't do it without using HVPP if you disable JTAG. Once the lock-bits are enabled then you can't read

Thread view Attachments: 0

Fuse settings when shipping a device

2009-09-04 by Chuck Hackett

I'd like to verify my understanding of the proper fuse settings for a device (ATMega16) to be shipped as a final product. I'm “shipping” some parts now but it's a “friendly” beta environment so some settings will be relaxed. My understanding is that, just prior to shipping, I sho

Thread view Attachments: 0

RE: [AVR-Chat] Setting ATMega16 clock options

2009-09-03 by Chuck Hackett

> From: Tim Mitchell > .... > Hang on a minute, how are you programming this board? If you're using > ISP and the clock really isn't running, you would not be able to > program > it back to internal osc once you'd set it to external - the ISP would > stop working. I'm programming

Thread view Attachments: 0

RE: [AVR-Chat] Setting ATMega16 clock options

2009-09-03 by Tim Mitchell

> > My problem is that everything works fine when the clock > > fuses are set for internal 1 MHz (chip default) but, > > when I attempt to set the fuses for operation with the > > board-mounted 8 MHz crystal the chip acts like it does > > not have any clock running. Hang on a min

Thread view Attachments: 0

RE: [AVR-Chat] Setting ATMega16 clock options

2009-09-03 by Tim Mitchell

----Original Message---- From: AVR-Chat@yahoogroups.com [mailto:AVR-Chat@yahoogroups.com] On Behalf Of Chuck Hackett Sent: 03 September 2009 06:49 To: AVR-Chat Subject: [AVR-Chat] Setting ATMega16 clock options > I have an ATMega16 mounted on a Olimex AVR-P40-8535 > prototyping b

Thread view Attachments: 0

Re: [AVR-Chat] OT. ON Resistance

2009-09-03 by mago Umandam

Thanks Jim for clear answer. I spent about an hour searching the net with no clear answer. Posting a question here on avr-chat would give me an answer faster:) cheers, mago --- On Thu, 9/3/09, Jim Wagner wrote: From: Jim Wagner Subject: Re: [AVR-Chat] OT. ON Resistance To: AVR-Ch

Thread view Attachments: 0

Setting ATMega16 clock options

2009-09-03 by Chuck Hackett

I have an ATMega16 mounted on a Olimex AVR-P40-8535 prototyping board (Schematic here: http://olimex.com/dev/images/avr-p40-8535-sch.gif). My problem is that everything works fine when the clock fuses are set for internal 1 MHz (chip default) but, when I attempt to set the fuses

Thread view Attachments: 0

Re: [AVR-Chat] OT. ON Resistance

2009-09-03 by Jim Wagner

Flatness tells you how much the on-resistance varies with voltage over the range of allowable voltages. Thus, I would expect 0.5ohm flatness to indicate that the resistance will be within a 0.5ohm "window", maybe with an average of 2.5 ohms or maybe 2.5ohms at some nominal voltag

Thread view Attachments: 0

OT. ON Resistance

2009-09-03 by mago Umandam

Out of topic. Anyone can give the difference between ON resistance and ON resistance flatness? Im reading a datasheet of a multiplexer that says 2.5 ohm ON resistance, 0.5 Ohm resistance flatness. Is it average ON resistance? regards, mago [Non-text portions of this message have

Thread view Attachments: 0

Re: ATMega Bootloader

2009-09-02 by stevech11

I'm playing with this low cost plug and play - good for the inexperienced. Simple USB bootloader, used with Atmel Studio + WinAVR or any other compiler that produces .hex. http://www.pjrc.com/teensy/ loader is super simple to use. --- In AVR-Chat@yahoogroups.com, John Samperi wro

Thread view Attachments: 0

Re:ATMega Bootloader

2009-09-01 by Warren Brown

Hi Chuck, Have you had a look at the latest chip45.com boot-loader? Cheers Warren.

Thread view Attachments: 0

Verify error while programming ATMega16

2009-09-01 by Chuck Hackett

I am attempting to program an ATMega16 with a serial booloader using: 1) AVRStudio 4.16(build: 628), connect speed lowered to 9600 2) AVR Ice-Cube JTAG device 3) GCC produced HEX file with SW from http://www.siwawi.arubi.uni-kl.de/avr_projects/ I verified that AVRStudio is connec

Thread view Attachments: 0

RE: [AVR-Chat] ATMega Bootloader

2009-09-01 by Chuck Hackett

> From: John Samperi > > .... (USB Bootloader) .... > > I would suspect that would be rather large because of the USB > firmware, but if you have the room why not. > > Most boot-loaders have been designed to squeeze into the least > amount of flash. .... > > All of my boards just

Thread view Attachments: 0

Re: [AVR-Chat] Re: ATMega Bootloader

2009-09-01 by dlc

Or... Check out an Arduino install and look at the bootloader source in there. There are options for creating the bootloader on a MEGA128 using one of the USARTs. The Arduino bootloader is based upon the Atmel app note that makes it look like an AVR ISP (STK500). Then you can jus

Thread view Attachments: 0

Re: ATMega Bootloader

2009-09-01 by stevech11

popular one - free. Includes Windows graphical user interface. http://www.avrfreaks.net/index.php?module=Freaks%20Academy&func=viewItem&item_type=project&item_id=625 Have you looked at the others in the projects section of AVRfreaks' forum? --- In AVR-Chat@yahoogroups.com, John S

Thread view Attachments: 0

Re: [AVR-Chat] ATMega Bootloader

2009-08-31 by John Samperi

At 03:51 AM 1/09/2009, you wrote: >across this one that is USB connected: I would suspect that would be rather large because of the USB firmware, but if you have the room why not. Most boot-loaders have been designed to squeeze into the least amount of flash. Also not that the bo

Thread view Attachments: 0

ATMega Bootloader

2009-08-31 by Chuck Hackett

I was searching the internet for suggested serial port boot loaders for ATMegas (ATMega16 at the moment) and I can across this one that is USB connected: http://www.fischl.de/avrusbboot/ Anyone have experience with this or a similar USB boot loader to recommend? I'd like to keep

Thread view Attachments: 0

Choosing the right chip for timing resolution, SPI and SSI

2009-08-27 by Cat C

Hi there, I am in a bit of a dilemma here, trying to choose the right chip for an application. One requirement is that I need to be able to generate some microsecond (let's say between 1 - 100us) length pulses, the timing between them about the same... kind of like this: - a 40us

Thread view Attachments: 0

Re: H-Bridge

2009-08-25 by s.holder123@btinternet.com

Microchip tc4431/32, might be worth looking at. Regards --- In AVR-Chat@yahoogroups.com, dlc wrote: > > My typical favorite is the 754410, especially if you are low current. > > DLC > > u4ia2000 wrote: > > Ok, if you need help ask, right. I've been searching through spec. sheets

Thread view Attachments: 0

Re: [AVR-Chat] H-Bridge

2009-08-25 by dlc

My typical favorite is the 754410, especially if you are low current. DLC u4ia2000 wrote: > Ok, if you need help ask, right. I've been searching through spec. sheets all day and I'm getting dizzy-- looking for an "H-Bridge" chip to work from an AVR Butterfly that can switch 30 or

Thread view Attachments: 0

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.