Showing posts with label microcontroller. Show all posts
Showing posts with label microcontroller. Show all posts

Tuesday, February 22, 2011

Old-school Components Keep It Cheap

Keep costs down by using simple non-digital, non-IC components for simple jobs. Instead of using a microcontroller that costs a couple of dollars to blink an LED, use an astable built out of a couple of transistors, caps, and resistors. The cost is pennies rather than dollars. The same goes for invertors (a couple of resistors and a transistor), one-shots, simple encoding/decoding, etc.


Most of the circuits you need are already online or available in various electronic circuit cookbooks.

This also saves I/O lines in circuits where you have microcontrollers doing other tasks. If you use bulk buys for your components, you can cut costs dramatically by using simple analog circuits in place of microcontrollers, even the small cheap ones.
StumbleUpon

Monday, February 21, 2011

Microcontroller Project Cost Control: Develop on a Big One, Implement on a Small One

Save money on your Microcontrollers. Just as you can save money by replacing expensive standard logic with a microcontroller, you can save money on microcontrollers by using smaller, less expensive versions in your projects.

But if you pick a chip that's too small--too little memory, not enough I/O--for your project, you can end up stopped midway in, held up because you didn't start with enough to finish the job. How do you avoid this?

The trick is to develop for a larger version of your favorite microcontroller first. Then, once you've got your application working, you can see exactly what you need and move the app to a smaller, less expensive IC that has enough memory, I/O, and the right peripherals for what you're doing.

For example, I often develop small applications on the ATMega8 AVR microprocessor. It has 8K of flash, 1K of SRAM, and 512 bytes of EEPROM as well as a good selection of peripherals like UART, ADCs, and timers.

This gives me a lot of room for a small application. Then, when the app is done, I see what I need and put it on the appropriate ATTiny controller. The cost of an ATTiny can cut the cost of the chip to a fraction of the cost of an ATMEGA. The shift is quick and easy, I usually end up with a better version of the code when I move it since it gives me a chance to make some changes I thought of after writing the app on the big chip.

Then the big chip gets wiped, ready for the next app to be developed.
StumbleUpon

Friday, February 18, 2011

Microcontrollers Save Money: Replace Standard Logic



Is standard logic eating up your project budget? Special purpose MSI and LSI circuits can get expensive. It doesn't take many.

Plus, if you don't already have the parts you have to order them online then wait on shipping. Want them faster? Fine, pay more for shipping and you'll double the price of those chips!

But, if you've got a drawer full of inexpensive small microcontrollers, you can program one of them to replace one or several expensive standard logic circuits. You don't need to know what you need ahead of time. You have more flexibility in PCB layout. They cost less than the more expensive varieties of MSI and LSI.

Plus, many come in packages smaller than the 14, 16, and 20 pin ICs. If you don't need so many lines, you can drop an 8-pin microcontroller into your board and leave space open for other parts.
StumbleUpon

Thursday, February 17, 2011

Electronics Mastery

Master the costs and difficulty of your electronics projects.

Make build-ups faster.


Make testing easier.


Use cheaper parts of use what's in your parts box without spending more.


You can master your electronics hobby or business.
StumbleUpon