Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

Hobbies Electronics Enthusiasts Club, All elect/robotics lovers! pls come!

views
     
marvinben
post Aug 22 2010, 04:57 PM

Getting Started
**
Junior Member
249 posts

Joined: Mar 2010
QUOTE(TOROBO @ May 31 2010, 08:01 PM)
hi guys,I need help with the components here
http://www.redcircuits.com/Page31.htm

do I really need to get these specific transistor?
Q1____________BC239C  25V 100mA NPN High-gain Low-noise Transistor
Q2____________BC337  45V 800mA NPN Transistor
Q3____________BC327  45V 800mA PNP Transistor

I think I got quite a few from secondary school days which I think is the c945 and c9013...can they be used?
(I'll chck whether their NPN or PNP later xD..)

there are BT66T too tongue.gif lololol
*
you could substitute them with equivalent part, just make sure the power and voltage rating are sufficient. For the BC239C i'm not sure though, better check the datasheet.
marvinben
post Sep 21 2010, 12:38 AM

Getting Started
**
Junior Member
249 posts

Joined: Mar 2010
Been playing around with both the Arduino and MSP430 launchpad from TI and are impressed by both!!

Both are programmed in C although it is possible to program the MSP430 in ASS-embly. But i won't bother with assembly as it is a pain in the rear.
Arduino programming is very straigh forward! Frankly I'm amazed at how easy it is. Most probably, you don't need to start coding from scratch as there is tons of code examples available out there to modify to you own taste.
MSP430 in other hand, require much steeper learning curve. Let's just do an example of the two initiating digital pin mode:

Arduino: pinMode(pin, OUTPUT);
MSP430: P1DIR |= 0x40;

See, Arduino is much easier to understand than the equivalent MSP430.

The MSP430 specialty is the very low power mode. It use 3.3V and consume very little current as it can go on really slow operating frequency.
But for power and simplicity, it simply can't beat Arduino.
marvinben
post Feb 17 2011, 08:15 PM

Getting Started
**
Junior Member
249 posts

Joined: Mar 2010
Just to bring back the thread from death.

i got my MSP430 from farnell. have to wait for 2 weeks last time although they quoted me 2 month lead time. Do notes that those MSP430 are low power device, 3.3v.

Nothing beats the simplicity of working with arduino though.
marvinben
post Feb 26 2011, 10:19 PM

Getting Started
**
Junior Member
249 posts

Joined: Mar 2010
Be careful not to fry your sound card. other than for playing around the sound card oscilloscope doesn't really do anything useful.
marvinben
post Apr 25 2011, 10:18 PM

Getting Started
**
Junior Member
249 posts

Joined: Mar 2010
anybody play with FPGA? burned(cooked, not program it) my arduino on my last project and since FPGAs are really coming down in price. might want to look into it. got 50usd digilent BASYS2 spartan 3e on the internet but i have never ordered anything oversea yet.
marvinben
post May 5 2011, 10:48 AM

Getting Started
**
Junior Member
249 posts

Joined: Mar 2010
QUOTE(DonutZai @ Apr 28 2011, 01:36 PM)
hello all.
anyone familiar with Motor-Bee?
it seems to be the simplest tool to use to control servo.
any location to get it or is there an Arduino that can do what this does?

can anyone care to link me some guide for basics of these servo stuff and the places to get the equipments?
im interested in automating simple stuff controlled by PC.
*
Control by PC is a bit harder. Too much work. Easier to use microcontroller. 8bit one such as Arduino is good for beginner. And yes arduino will be more than enough to do what you are trying to do.

QUOTE(IR.Diode @ May 3 2011, 11:19 AM)
Hi,does anyone in LYN still sells arduino?
been trying to get it in my hands these past few weeks but to no avail ._.
*
I'm not sure in LYN got sell or not. but element14/farnell got. also many online seller such as myduino. get the older Arduino Duemilanove, can mod into programmer for ATMEL microcontroller. got FTDI chip on board yo!

A tips i got for somebody experienced in electronic is just to get a FTDI cable and ATMEGA328 with arduino bootloader. Much cheaper that way. considering one arduino board goes for rm90 nowadays. I say experienced because you will need to provide the crystal, Vcc, etc to the ATMEGA.
marvinben
post May 17 2011, 04:20 PM

Getting Started
**
Junior Member
249 posts

Joined: Mar 2010
QUOTE(DonutZai @ May 8 2011, 02:45 AM)
i've been thinking of using arduino to control it too.
previously thinking that it cant be use for that purpose.
im not an electronic guy but whats the difference between those microcontroller?

btw, if someone were to make more than 1 of the same thing.
is it have to use one of these arduino microcontroller in every system or are there cheaper alternatives?
*
You mean mass produce? You could buy a non erasable microcontroller, those One Time Programmed chips are much cheaper than the normal hobbyist use EEPROM.
marvinben
post May 23 2011, 11:41 PM

Getting Started
**
Junior Member
249 posts

Joined: Mar 2010
QUOTE(nancy86 @ May 18 2011, 10:40 PM)
Get an Arduino Uno from myduino or the homebrew tech Malaysia.

I have the Atmel programmer, so I have only one Arduino Uno. Rest of them I could mass produce them by using the programmer and with the etched Arduino serial boards at home (and of course with the blank Atmega328s).
*
got spare atmega328 bro? i burned mine working on last semester projects.


 

Change to:
| Lo-Fi Version
0.0274sec    0.24    7 queries    GZIP Disabled
Time is now: 29th November 2025 - 09:50 PM