2006-07-14 by Don Ingram
> What about cross-platform compatability? Perhaps Java would be an > option as it support more than just Windows(R). Or better yet, make > it command line or menu driven, and you can use any terminal emulation > software on any computer, no download required. Not a nice looking
Thread view
Attachments: 0
2006-07-14 by Ryan
> I wouldn't worry about that, the same issue was brought up with VB. > You need the runtimes on your computer for either version to work. > .NET is a bigger download, but internet connections are faster now as > well. That's a good point. Like I said, as long as it gets packaged
Thread view
Attachments: 0
2006-07-13 by John Samperi
At 08:41 AM 14/07/2006, you wrote: >so visual basic is already a ".net" program? Yep for at least 3 years that I know of. VB2005 which you can download for free, is .net2 based and cannot run without it i.e. it is like a giant VBRUN. Win XP (and other versions ??) will install .n
Thread view
Attachments: 0
2006-07-13 by John Samperi
At 08:05 AM 14/07/2006, you wrote: >Is VB a good choice? It is and the new Visual Studio is reasonably priced...for the time being. I think M$ wants to try and recapture the people they lost with VS2003. >I do NOT want people to have to download anything, ....(I've heard of >the
Thread view
Attachments: 0
2006-07-13 by Ryan
Huh... so visual basic is already a ".net" program? Or is that just a function of what I want to do with it (serial/graphics)? Does/can the package deployment wizard include all those files in your install setup? I'd like to stick with what I know, and VB has a huge leg up over a
Thread view
Attachments: 0
2006-07-13 by Don Kirby
>I've heard of the .Net platform which apparently >requiers users to download some support file package I wouldn't worry about that, the same issue was brought up with VB. You need the runtimes on your computer for either version to work. .NET is a bigger download, but internet c
Thread view
Attachments: 0
2006-07-13 by Ryan
I'm very familiar with visual basic 6.0. I need to create an application that will allow me to manipulate a simple line graph, and to get specified points off it (to feed to an AVR... i.e. for like a LED brightness slope... if you see 1V (x) in A-D input here, put (y) PWM to the
Thread view
Attachments: 0
2006-07-13 by Thomas J Keller
No "lin" per se. IRC is not a wreb page, it is an internet Serrvice, much as the Web is an internet Serviccem ior E-mail is. You'kll neeed to Google for an IRC client program, downlaod and install it. Then, you'll run it, and ask it to connect you to an EFNet server. irc.secsup.o
Thread view
Attachments: 0
2006-07-13 by Larry Barello
More likely your problem is a too small variable stack or hardware stack or frame size. These are adjustable in Bascom under Options->Compiler->Chip. Bascom has buffers for the hardware serial ports that one enables with CONFIG SERIALIN/SERIALOUT compiler directives.. -----------
Thread view
Attachments: 0
2006-07-13 by Sharad Bhatia
Hi I have to sell a STK500 kit which I bought 3 months back for my final year project. Anyhow now I am working and have these and other stuff at my office, so I plan to sell it off. It has following items included: STK500 Board AT90S8515-8PC sample microcontroller Atmel CD with D
Thread view
Attachments: 0
2006-07-13 by Behrooz Hariri
>This is another reason we like serial buffers. The receive ISR puts chars >into the rx buffer, and that's all.. The receive processor takes them out. Interesting to know that evevn disabling interrupts didn't solved unexpected behavior! Also I get wrong characters on LCD, Not ch
Thread view
Attachments: 0
2006-07-13 by Behrooz Hariri
EFnet IRC? please provide the complete link. Thomas J Keller wrote: Tom (aka avrFreak on EFnet IRC check out #avrFreaks chat forum on EFnet IRC --------------------------------- How low will we go? Check out Yahoo! Messenger's low PC-to-Phone call rates. [Non-text portions of thi
Thread view
Attachments: 0
2006-07-13 by Thomas J Keller
behrooz_hariri wrote: My guess (am not sure though) is that somewhere, sometime, two > > interrupt happens one in another and this cause failure. But where and > when? And How to fix the problem. Any idea? > > Welll, onw thing yuou can do to prevent nested interrupts is to be > s
Thread view
Attachments: 0
2006-07-12 by David VanHorn
That was supposed to say: Start with X=3 > [Non-text portions of this message have been removed]
Thread view
Attachments: 0
2006-07-12 by David VanHorn
Please do big code by posting a link, or uploading a file. Disable Interrupts ' to test if occasional errors in Log10 calc. comes from interrupts? Lux = Log10(r0) This part scares me to death. Interrupts are your friend. Honest. If something isn't done right in the ISR though, it
Thread view
Attachments: 0
2006-07-12 by David VanHorn
On 7/11/06, Zack Widup wrote: > > > Yep, my first AVR project gave me fits and starts because I had the CKOPT > set incorrectly. Once I learned what to do with it, I never had that > trouble again. And I still get funny looks when I bring this up to someone who hasn't seen it yet
Thread view
Attachments: 0
2006-07-12 by behrooz_hariri
Well, it took time to put into practice your suggestions and advice. Now the breadboard is a new one, wiring is improved, and more important, the reason that seemed to be the cause of the problem, which is programming CKOPT, is done. The result: The same malfunction and unstabili
Thread view
Attachments: 0
2006-07-12 by brewski922
"Embedded C programming and the Atmel AVR, 2nd edition" by Barnett, Cox and O'Cull ISBM: 1401803959 www.priio.com click "The Priio Store At $86.95 it is pricy but it is written by college professors in a method that it can be used by an individule teaching themselves AVR or in a
Thread view
Attachments: 0
2006-07-12 by Behrooz Hariri
This one is available to me. Size: 940Kb. If seems useful, let me know to send it. Behrooz Hariri "Beginners Introduction to the Assembly Language of ATMEL AVR Microprocessors" by Gerhard Schmidt http://www.avrasmtutorial.net December 2003 Zack Widup wrote: Take a look at the Atm
Thread view
Attachments: 0
2006-07-11 by stevech11
--- In AVR-Chat@yahoogroups.com, Dennis Clark wrote: > Did you notice how sloppy their marketing slick-sheet is for the AVR3? It opens by saying it runs AVR chips, as implied by the product's name. But then they say "EasyAVR3 is easy to use Microchip PIC development system." Look
Thread view
Attachments: 0
2006-07-11 by Zack Widup
Take a look at the Atmel website and http://www.avrfreaks.com There should be much data there. Zack On Tue, 11 Jul 2006, diptanu.illusions wrote: > Hi frens... > > i am new to AVR programming . Can any one suggest me a good avr e-book > for assembly language coding..... > > regar
Thread view
Attachments: 0
2006-07-11 by Dennis Clark
Nice, but I develop on a Mac, no support there for what appears to be a custom USB programmer. But I'm used to that. AVRDude or someone will eventually pick up support for the board if it proves to be popular. DLC Mike Perks wrote: > Try this one Klaus: > http://www.mikroelektron
Thread view
Attachments: 0
2006-07-11 by Klaus Ruebsam
> Well, damn me for a fool! *DOH* Hrere is the URL, my apologies to all: > > http://www.mikroe.com/en/tools/easyavr3/ > Thanks Tom! If I would not have the STK500 already, I would for shure go for that one. Has all the bells and whistles you need on larger projects. Kind regards,
Thread view
Attachments: 0
2006-07-11 by Roy E. Burrage
Others have sent the URL for the EasyAVR3 board. Here's for the other tools: http://www.mikroelektronika.co.yu/english/product/tools/#3 For what ever it's worth... I have an EasyAVR2 development board and have been quite pleased with it, except for support from Mikroelectronica.
Thread view
Attachments: 0
2006-07-11 by Thomas J Keller
Well, damn me for a fool! *DOH* Hrere is the URL, my apologies to all: http://www.mikroe.com/en/tools/easyavr3/ Klaus Ruebsam wrote: > > Hi Tom, > > unfortunately, there was no URL mentioned within your email and even > google does not know of any 'Easy AVR3 board'. :-( >
Thread view
Attachments: 0
2006-07-11 by Dave Hylands
> unfortunately, there was no URL mentioned within your email and even google does not know of any 'Easy AVR3 board'. :-( I found this page by searching for EasyAVR3 http://www.mikroelektronika.co.yu/english/product/tools/easyavr3.htm -- Dave Hylands Vancouver, BC, Canada http://
Thread view
Attachments: 0
2006-07-11 by Mike Perks
Try this one Klaus: http://www.mikroelektronika.co.yu/english/product/tools/easyavr3.htm > Hi Tom, > > unfortunately, there was no URL mentioned within your email and even > google does not know of any 'Easy AVR3 board'. :-( > > REEgards, > > Klaus > [Non-text portions of this me
Thread view
Attachments: 0
2006-07-11 by Klaus Ruebsam
Hi Tom, unfortunately, there was no URL mentioned within your email and even google does not know of any 'Easy AVR3 board'. :-( REEgards, Klaus -------- Original-Nachricht -------- Datum: Mon, 10 Jul 2006 13:57:16 -0500 Von: Thomas J Keller An: AVR-Chat@yahoogroups.com Betreff: [
Thread view
Attachments: 0
2006-07-11 by Zack Widup
Yep, my first AVR project gave me fits and starts because I had the CKOPT set incorrectly. Once I learned what to do with it, I never had that trouble again. Zack On Mon, 10 Jul 2006, kernels_nz wrote: > Yup, that CKOPT Fuse has caught everyone I know involved with AVRs. It > per
Thread view
Attachments: 0
2006-07-11 by diptanu.illusions
Hi frens... i am new to AVR programming . Can any one suggest me a good avr e-book for assembly language coding..... regards Diptanu
Thread view
Attachments: 0
2006-07-11 by Alexandre Guimarães
Hi, This thread is getting more and more interesting.... And I am thinking more and more how much overkill I do in many of my projects... At least they do not blow on my face frequently :-) What about using a "spark gap" on the PCB right where the signal get's inside the box ? I
Thread view
Attachments: 0
2006-07-10 by Dennis Clark
Yup, been there, seen that, was chastised by the group for it. I was very relieved to have that pointed out, I missed it totally in the spec sheets. DLC Larry Barello wrote: > I recently fought with some AVR CPU malfunction and it had NOTHING to do > with power supply noise. The
Thread view
Attachments: 0
2006-07-10 by John Samperi
At 08:47 AM 11/07/2006, you wrote: >The problem, it turned out after much investigation, was having the CKOPT >fuse cleared. Which of course you are supposed have it programmed for frequencies higher then 8MHz, but like many of us forget to do it :( Regards John Samperi *********
Thread view
Attachments: 0
2006-07-10 by Larry Barello
I recently fought with some AVR CPU malfunction and it had NOTHING to do with power supply noise. The target system was a mega128 with a 16 mhz resonator. The symptoms? Oh, the stack pointer would randomly be off by one. Or it would just start executing code at random locations,
Thread view
Attachments: 0
2006-07-10 by kernels_nz
Yup, that CKOPT Fuse has caught everyone I know involved with AVRs. It personally gave me hours of grief trying to figure out why my micro would reset when doing UART Comms on a MEGA16. --- In AVR-Chat@yahoogroups.com, John Samperi wrote: > > At 08:47 AM 11/07/2006, you wrote: >
Thread view
Attachments: 0
2006-07-10 by Thomas J Keller
Check out this URL. Their Easy AVR3 board looks impressive. Scan down, and check out their Mikco-BASIC and Mikro-Pascal compilers, though. Look impressive, for the price. Wish I could afford to order some and play with them. tom aka avrFreak on eFnet IRC Check our #avrFreaks on e
Thread view
Attachments: 0
2006-07-10 by Dennis Clark
behrooz_hariri wrote: > I connected a car battery (12v) to LM7805 to fully minimize power > supply noise. But still get errors in executing codes. > I read a film capacitor 0.1uF is necessary after regulator. I used > electrolyte one 0.15uF. Does it make difference? Yes, the reas
Thread view
Attachments: 0
2006-07-10 by fxguthri@excite.com
Using a car battery to power your AVR is like using an atomic bomb to heat your house! Make sure that you have a fuse to protect against over-currents and short circuits. With the instantaneous power available from a car battery, it will take only a few milliseconds to generate e
Thread view
Attachments: 0
2006-07-10 by Hendy Eka
--- behrooz_hariri wrote: > I connected a car battery (12v) to LM7805 to fully > minimize power > supply noise. But still get errors in executing > codes. > I read a film capacitor 0.1uF is necessary after > regulator. I used > electrolyte one 0.15uF. Does it make difference? > >
Thread view
Attachments: 0
2006-07-10 by Zack Widup
On Mon, 10 Jul 2006, behrooz_hariri wrote: > I connected a car battery (12v) to LM7805 to fully minimize power > supply noise. But still get errors in executing codes. > I read a film capacitor 0.1uF is necessary after regulator. I used > electrolyte one 0.15uF. Does it make diff
Thread view
Attachments: 0
2006-07-10 by Ralph Hilton
On Mon, 10 Jul 2006 15:59:35 -0000 you wrote: >I connected a car battery (12v) to LM7805 to fully minimize power >supply noise. But still get errors in executing codes. >I read a film capacitor 0.1uF is necessary after regulator. I used >electrolyte one 0.15uF. Does it make diffe
Thread view
Attachments: 0
2006-07-10 by Patrick A. Timlin
> The 7 npn transistors work just fine. Brightness is constant, > and adjusted with the pot. Just need an idea to cut components. You want to look into 7-seg display drivers. Maxim makes a number of them as I am sure other companies do. The nice thing about many of them is they c
Thread view
Attachments: 0
2006-07-10 by behrooz_hariri
I connected a car battery (12v) to LM7805 to fully minimize power supply noise. But still get errors in executing codes. I read a film capacitor 0.1uF is necessary after regulator. I used electrolyte one 0.15uF. Does it make difference? I use a breadboard with some wire rather tw
Thread view
Attachments: 0
2006-07-10 by Ned Konz
Larry Barello wrote: > So, what happens when you take out the 1k resister? instead of 9mA, we get 66mA into the negative diode. > How about changing the 100k to 10k? 10K/10nF/1K results in a peak of around 55mA. > Is there a freeware version of spice I can get a hold of? Absolute
Thread view
Attachments: 0
2006-07-10 by bibin john
if you want to program AVR in C with your own programmer, Read this book MY EXPERIENCE IN PROGRAMMIGN AVR MICROCONTROLLER IN C USING WINAVR/AVRGCC get it from yahoo group-booksbybibin suggestion abt this book on http://www.booksbybibin.blogspot.com/ see forum for this book www.bo
Thread view
Attachments: 0
2006-07-10 by Peter Jakacki
tymebrit wrote: > The problem is > when more segments come on they share the same output current. > As I understand it, the problem with having 2 LEDs sharing > the voltage is eliminated because only one LED segment is on at a > time, correct? Am I missing something here? I seem
Thread view
Attachments: 0
2006-07-10 by tymebrit
Yes, I think you missed something. LOL There is NO problem with the current design. Works perfect. If I plugged the LED's into the AVR directly there would be NO problem. What I was saying, was when I was designing the "dimmer" circuit (shown previously with the 7 transistors), t
Thread view
Attachments: 0
2006-07-09 by Ned Konz
Ryan wrote: > Hi everyone, > > I need to protect an analog input for an AVR. Protect it from ESD, > users connecting it wrong (i.e. to +12V power), etc. Any suggestions > on what to use? Unity gain opamp? "transorb" or similar transient > device??? Discussion welcome. Thanks, The
Thread view
Attachments: 0
2006-07-09 by Tom Becker
PWM. Tom
Thread view
Attachments: 0
2006-07-09 by Peter Jakacki
When it comes to dimming leds I would doubt very much that you are at your limit with software. Driving/multiplexing/dimming leds is a very non-critical non-time sensitive low overhead (all that sort of stuff) operation. What I can't figure out is why you have run your leds in th
Thread view
Attachments: 0