What are my options?
Dr.No
Posts: 60
I need a low cost fully integrated solution (microprocessor) for commercial application
but the basic stamp @ $39 I think is way too expensive.
What options would you recommend? I haven't tried the propeller or other chips as
yet.. but I'm looking for a solution that's low cost and easy to install as this would
also reduce labor costs.
Thanks.
but the basic stamp @ $39 I think is way too expensive.
What options would you recommend? I haven't tried the propeller or other chips as
yet.. but I'm looking for a solution that's low cost and easy to install as this would
also reduce labor costs.
Thanks.
Comments
The PIC chips (16F876, for example, because there's a LOT of PIC chips) are about $2.00 each -- $5.00 each once you add in the required resonator and maybe a 7805 Regulator with a couple of capacitors -- $25 each once you add in the cost of a board to mount them all on.
Add in the $300 compiler, $100 programmer/debugger/target board, and you're good to go. This applies to the ATMEL devices and MicroChip PIC devices. The Rabbit stuff is a bit more pricey, but quite capable.
Put that way, perhaps you can see how a $39 "complete solution with board" isn't really that expensive.
Now, if you're building hundreds or thousands of units, then distributing that inital $500 cost over that many projects can save a lot of money.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
You can get started for under $100 and each chip thereafter is less than $3.
The best part... is the SX can be programmed in SX/B which is a LOT like
Pbasic used to program stamps.
used Pbasic! I just love Pbasic too. So far, I only need two output pins
to do the job. But I'll later include one or two more for LEDs so customers
can tell what the heck is going on or not going on.
I'd rather not build a stamp... unless some one invents a cheap plug in board.
Just plug the components in - no wires needed to create a stamp. Soldering in
components is just not for me. I tried that once and stuff got burnt up. Besides,
my work is very messy and unprofessional for commercial application.
The Picaxe is also very compatible and at $3.50 is a bargain.
Thanks everyone.
Rabbit's solutions left a lot to be desired in my case, they were terrible for product support and overpriced compared to Microchip.
Before you do anything though, soldering is a must to save on costs. It's just the best way to save.
the chip is only a timing switch, not even 10% of the product itself.
If there was a switch that could alternate its states evenly, even that
would work - so I don't really need a microprocessor or brain chip.
And I know that people like to buy cheap things. Even ebay says if
your stuff don't sell the first time around... trying lowering the price.
I noticed that with bulk purchases, the price goes down. The thing I
don't like about that is... if you can sell the BS1 for $20 and make
a profit... why not sell it for $20? You still make a profit.
We all know that lower prices generate more sales.
Selling it for $29 is picking my profits.
it stays open or close. A rotary switch could do the same but is more
prone to failure and requires torque to power it.
be able to get them for that price!!!! I program for the PC and the stamp is so much
easier. I never get bugs!!!!
JM, It's not so much what I'm trying to accomplish. Computers are based on 0s and 1s
or ON and OFF circuits. A high speed switch could accomplish both. I'm only trying to
turn on and off circuits at high speed. If there's such as switch, I'd like to know about it.
Until then, I'm using relays to close and break circuits.