Components: Difference between revisions
Line 86: | Line 86: | ||
* enough RAM for interrupt vectors, global state variables, C stack, local variables and interrupt stack | * enough RAM for interrupt vectors, global state variables, C stack, local variables and interrupt stack | ||
* excess code space for diagnostic code | * excess code space for diagnostic code | ||
Prototyping | |||
* a few excess pins to allow for in-crcuit reprogramming and debugging (which i think means dont use MOSI,MISO,SCLK or RESET in the application) | |||
* excess pins to allow for in-crcuit reprogramming and debugging (which i think means dont use MOSI,MISO,SCLK or RESET in the application) | |||
An 8 pin dip has 2 pins available to the app (4 debug plus vcc and gnd), while a 14 pin dip has 8 app pins? Four times the app space for under 2x the size:) | An 8 pin dip has 2 pins available to the app (4 debug plus vcc and gnd), while a 14 pin dip has 8 app pins? Four times the app space for under 2x the size:) | ||
Line 95: | Line 94: | ||
* Not in stock - [http://uk.farnell.com/atmel/attiny84a-pu/mcu-8bit-avr-8k-flash-14pdip/dp/1972172 ATTiny84A-PU] 14 DIP, 1.8 to 5.5v, at upto 20Mhz, ADC with 1x, 20x prescale, £1.90(units), 1.39(10s), 1.28(100s) | * Not in stock - [http://uk.farnell.com/atmel/attiny84a-pu/mcu-8bit-avr-8k-flash-14pdip/dp/1972172 ATTiny84A-PU] 14 DIP, 1.8 to 5.5v, at upto 20Mhz, ADC with 1x, 20x prescale, £1.90(units), 1.39(10s), 1.28(100s) | ||
* [http://uk.farnell.com/atmel/attiny85-20pu/avr-mcu-8k-flash-512b-ram-spi/dp/1455162 ATTiny 85-20PU] 8 DIP, 2.7 to 5.5v, at upto 20 Mhz, £2.36(units), 1.36(10s), 1.14(100s) | * [http://uk.farnell.com/atmel/attiny85-20pu/avr-mcu-8k-flash-512b-ram-spi/dp/1455162 ATTiny 85-20PU] 8 DIP, 2.7 to 5.5v, at upto 20 Mhz, £2.36(units), 1.36(10s), 1.14(100s) | ||
* [http://uk.farnell.com/atmel/attiny861a-pu/ic-mcu-8bit-8k-flash-20pdip/dp/1841627 ATTiny861A-PU] 20 DIP, 1.8 to 5.5v, upto 20Mhz, 3PWM, ADC with 1x, 8x, 20x and 32x prescaler :) £2.10, 1.72, 1.48 | * [http://uk.farnell.com/atmel/attiny861a-pu/ic-mcu-8bit-8k-flash-20pdip/dp/1841627 ATTiny861A-PU] 20 DIP, 1.8 to 5.5v, upto 20Mhz, 3PWM, ADC with 1x, 8x, 20x and 32x prescaler :) £2.10, 1.72, 1.48 | ||
I like this prescaler, can see it simplifiying some designs. But is relatively cheap in 1's and low price break for 10s.. | I like this prescaler, can see it simplifiying some designs. But is relatively cheap in 1's and low price break for 10s.. |
Revision as of 15:25, 18 March 2012
The Hackspace carries a range of electronic (and other) components in stock. As a rule, members can use anything for free, as long as the cost is less than £1. However, if you're using more than £5-£10 worth of components a month, we'd appreciate a donation to cover those costs.
Purchasing
Please include a link to the item, preferably from Farnell, or it won't be ordered.
If you're a member of the space we'll happily order components for you and take advantage of bulk discounts/free shipping. If the component you request is cheap, we may order more than you need and bring it into stock in the space (if that's the case, then it's free as above).
Requests
- Stripboard, e.g. [1] unless there are cheaper options.
chocolate blocks (just ran out)200 x 2.5mm Cable Ties Delivered- NPN transistors (ONE LEFT), atm we stock BC547BG
- Low Power MosFETs [2]
- 16MHz crystals (farnell)
- Arduinos (we should probably get these from Earthshine, but our budget is a bit tight to stretch to them currently -Russ)
- Miniature trimming potentiometers
- 4093 (four NAND Schmitt Triggers in one chip, useful for e.g. polyphonic square wave oscillators) (now UK stock)
- 4017B ("decade counter"/10-step counter, useful for sequencers) (now UK stock)
- 4050N level shifter
- MCP23008 I2C IO expander
- 555 and 556 timers. These are generally useful, we should always keep a few in stock.
- General box of various M2-M10 nuts, bolts and washers. (RS Components)
- Resistors:
- Capacitors:
- Tools:
- Cheap multimeter (eBay)
- Please don't buy these. They're a waste of money. Russ has bought a couple of very decent fluke meters, I've also donated a brand new multimeter which i paid something like £25 for. Treat these nicely and they won't get broken+we won't need to buy these pieces of shit. - alecjw
- Wire cutters
- Cheap multimeter (eBay)
- Prototyping:
- Jumper wires (eBay) - the ones we have are running low and are not the easiest to insert.
- Spot face cutter
- Breadboard (Rapid)
- Banana leads (Rapid)
- LM368N-1 Power Amp
- NE5532 Op-Amp
- ADS7822P ADC
- ATMEGA168
- LM358P
- PIC16C84
- 7-segment LED display green
- IR Diode
- LM317T variable voltage regulator
- 3.5mm mono jack
- 3.5mm mono socket
- 3.5mm stereo jack
- piezo buzzer
- DC Jacks ("cigar plugs") for our cigar sockets, can't figure out what type it is...
- Reed switch
- Schotty diodes
MCUs (ATTiny)
This section added by Daveb who is looking for more info...
ATTiny rather than an ATMEGA as it is smaller and lots cheaper or would use an arduino or similar. ATTiny rather than other MCUs for good free tool (GCC etc) support.
Doing searches on Farnell reveals lots of choices, with big price breaks (~40%) for 10 and (~20%) for 100. Price seems to roughly scale with pin count or maybe chip size.. but there are anomalies. It is worth picking a chip and buying a few. But how to choose the chip??
Points that matter to me..
- enough RAM for interrupt vectors, global state variables, C stack, local variables and interrupt stack
- excess code space for diagnostic code
Prototyping
- a few excess pins to allow for in-crcuit reprogramming and debugging (which i think means dont use MOSI,MISO,SCLK or RESET in the application)
An 8 pin dip has 2 pins available to the app (4 debug plus vcc and gnd), while a 14 pin dip has 8 app pins? Four times the app space for under 2x the size:)
in the farnell catalogue at moment i see some standouts.. These are all 8kflash, 512byte ram parts.
- Not in stock - ATTiny84A-PU 14 DIP, 1.8 to 5.5v, at upto 20Mhz, ADC with 1x, 20x prescale, £1.90(units), 1.39(10s), 1.28(100s)
- ATTiny 85-20PU 8 DIP, 2.7 to 5.5v, at upto 20 Mhz, £2.36(units), 1.36(10s), 1.14(100s)
- ATTiny861A-PU 20 DIP, 1.8 to 5.5v, upto 20Mhz, 3PWM, ADC with 1x, 8x, 20x and 32x prescaler :) £2.10, 1.72, 1.48
I like this prescaler, can see it simplifiying some designs. But is relatively cheap in 1's and low price break for 10s..
The part that started my investigation - only 1k flash and 64bytes of ram - one 8 bit counter and no prescaler for the ADC.
- ATTiny13 8 pin DIP 2.7 to 5.5v, upto 20Mhz, £2.48(units), 1.55(10s), 1.13(100s)
Personal requests
Alex:
AntLoom
- OPTOCOUPLER x 2, 43p
- OPTOCOUPLER, Z-X x2, 124p
- NXP - BT136-600 - TRIAC, 4A, 600V, TO-220 x2, 65p
wyan:
- SRAM chip x 2
daveb:
- Raspberry PI - to be available from Farnell... would be great to run hacking courses for these, as they are very affordable, and capable and low power (green)!
Links Needed
Please help by finding an appropriate link for the following.
- new tips for the general soldering irons! (Not at space so can't check models, if this matters)
- "brass sponge" for cleaning soldering iron tips.[3][4][5]
- A couple of stiff brushes - to make cleanup around MIll and Lathe easier. Perhaps with some chain to tie them to the table.
- LEDs (varying, some good bright ones) +1 (we have loads of basic red/green/yellow etc ones)
- you can get LEDs dirt cheap off ebay. i bought 500 blue LEDs for under 7 quid a little while ago. if you want to go with a more reliable brand, green LEDs red LEDs blue LEDs bicolour LEDs found after a quick price check between rapid and RS. i haven't worked out how to use farnell's website yet so i can't comment on their prices.-alecjw
- 12V 3A solid-state relay
- solid-core cable (RGBYKW) and multicore
- http://www.rapidonline.com/Cables-Connectors/Equipment-Wire/Equipment-Wire/1-0.6mm-Single-core-equipment-wire-on-100m-reels/62317 seems to be the cheapest, having done a quick price check against RS and Farnell. I have 2 reels at home: orange and blue - can bring them in. -alecjw
Tools and equipment
See the Wishlist page.
Some tools we could regard as consumables; get cheap ones and replace them frequently. E.g.:
- screw drivers
Tool bits and pieces
Recently retired/thrown away
- spade-drills which had side of the spade drill broken sized 8, 10, 12 and 22 (2011/04)
- Down to the last hacksaw iron blade (2011/04) - 410 length
- Down to the last Pendulum Jigsaw saws of the non-T shape saws (2011/04)
Consumables
We're running low on:
- Logic chips. I think the 74HCT series is a reasonable place to start, but I'm not an expert here.
- Some banaplugs or already wired up banaplug wires in the usual colours and length.
See also: Inventory#Stocked components.