Author Topic: Can somebody recommend to me a cheap basic Microcontroller for me?  (Read 18290 times)

0 Members and 1 Guest are viewing this topic.

Offline VladKEasternTigerTopic starter

  • Regular Contributor
  • *
  • Posts: 143
Hi everyone, okay Ive learnt as much as I can on paper about Arduino and Microcontrollers, I feel I just need to buy one and play with it as all the reading I done needs to be put to good use. I want an Arduino or microcontroller to plug into my USB in the computer and I want to make it do things like light up an LED when Im typing something on my keyboard, or if I can hook a motor to it and control it from the computer, is this kind of project too advanced for me yet? Mabie im running before I walk I dont know. I seen some cool videos on youtube about microcontrollers and they were doing cool things such as controlling motors and LED lights from the computer VIA USB port. So I live in the UK, where is good place and what kind of Microcontroller will do this trick for me?

 :) Thanks guys
 

alm

  • Guest
Re: Can somebody recommend to me a cheap basic Microcontroller for me?
« Reply #1 on: April 25, 2010, 12:31:01 pm »
You can get cheap 8-bit micro-controllers from almost any manufacturer, but to interface this with your computer, you need a fair amount of supporting hardware, especially for USB. Judging from your questions, an Arduino plus shields for what you want sounds like a good match. An Arduino is a micro-controller with supporting hardware and firmware so you can program it via USB, plus an easy development environment. If you want to save money, I believe there are unofficial clones (eg. Freeduino), I'm sure some of these are just as good.
 

Offline djsb

  • Frequent Contributor
  • **
  • Posts: 974
  • Country: gb
Re: Can somebody recommend to me a cheap basic Microcontroller for me?
« Reply #2 on: April 25, 2010, 02:57:11 pm »
Hi,
I have the Arduino Nano

http://arduino.cc/en/Guide/ArduinoNano

This is useful because you can use it with a breadboad (as shown in the link) so you can lash up basic circuits.
The board is programmed via the built in mini USB port and the only other thing you need is the IDE (integrated development environment).
This can be downloaded from the main arduino website. The board itself can be bought from Gravitech.

Have fun.

David.
« Last Edit: April 25, 2010, 03:01:11 pm by djsb »
David
Hertfordshire, UK
University Electronics Technician, London, PIC16/18, CCS PCM C, Arduino UNO, NANO,ESP32, KiCad V8+, Altium Designer 21.4.1, Alibre Design Expert 28 & FreeCAD beginner. LPKF S103,S62 PCB router Operator, Electronics instructor. Credited KiCad French to English translator
 

Offline rossmoffett

  • Regular Contributor
  • *
  • Posts: 234
  • Country: us
Re: Can somebody recommend to me a cheap basic Microcontroller for me?
« Reply #3 on: April 26, 2010, 03:31:18 am »
I have a boarduino, which also is made for a breadboard but with a PDIP ATmega, and a 'milinova, which is good if you want to use shields and stuff.  The Arduino MEGA has 5 serial ports, so you can do a lot more stuff with it.  Your keyboard light, for example, may require an interceptor, and then you can do other cool stuff like keylogging.

My classmates and I just built a robot that dodges balls thrown at it called "DodgeBot" using three Arduinos.  It was a little superfluous to have so many, but they were cheap and it was easy for all of us to work separately that way.  It has a DIY RADAR system, uses four Parallax Ping sensors for room sensing, a remote control (interprets PCM signals usually for servos) and omni wheels with four motors/controllers.  There's a remote control and autonomous mode, everything was designed and built in six weeks!  The code/build portion was only a couple of weeks, and we were all more or less totally inexperienced with the Arduino platform.  So yeah, you can do a lot with it, even as a beginner.  Just read all of the reference/beginner material on the Arduino website.
« Last Edit: April 26, 2010, 10:22:55 pm by rossmoffett »
ArcAttack - A group of musical Tesla coil performers with semi-regular blog updates.
 

Offline Simon

  • Global Moderator
  • *****
  • Posts: 18087
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: Can somebody recommend to me a cheap basic Microcontroller for me?
« Reply #4 on: May 03, 2010, 06:32:46 am »
again someone is trying to run before he can walk !

ok, step one, get a PIC12F615 (available from RS and farnell for £ 0.85+vat) put it on a bread board and make it flash a led. from what I gather from other posts of yours you might want to show us your diagram first. what software are you using ? assembler, basic, C ???? Don't even think of doing anything else with a microcontroller until you have got a led to flash, sound advice given to me by my good friend in slovakia who spent over an hour with me on MSN helping me to get a led to flash. If you then want to progress to larger mictocontrollers go for a 16F88 or similar. Again you seem to be trying to run before you can walk and throwing ideas all over the place, start with basic electronics first, some op amp circuits (even if to just check you can build one that works on a bread board) and then some descrete digital stuff.
 

Offline EEVblog

  • Administrator
  • *****
  • Posts: 38888
  • Country: au
    • EEVblog
Re: Can somebody recommend to me a cheap basic Microcontroller for me?
« Reply #5 on: May 03, 2010, 06:51:09 am »
Basically, yes, you are trying to run before you can walk.
Getting a microcontroller to talk to USB and an associated PC application is not easy if you do it from scratch.
If you just want to play around with controlling stuff from your PC then you are better off getting a pre-programmed USB board that does this, and it will come with a suitable application. Or a microcontroller USB demo board that has a PC application that can already switch ports on and off etc.
But if your intention is to learn how it all works, and built it yourself then you need to start simpler as Simon said. Get a LED flasher working first and work your way up.
To get a USB device working from scratch you need an application in the micro that talks USB and takes commands and switches port outputs etc, and then you also need a PC application that can send those commands or whatever.

Dave.
 

Offline Simon

  • Global Moderator
  • *****
  • Posts: 18087
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: Can somebody recommend to me a cheap basic Microcontroller for me?
« Reply #6 on: May 03, 2010, 07:15:26 am »
Getting a led to flash is essentially a game of getting the uC setup and ready to run because you will have to configure a number of registers, for the 12F615 I think this is 3 or at least it is under basic (I think it is a few more with assembler), once you have done that then perhaps make the battery monitor circuit, that will teach you to use the ADC registers and prove a little challenge in programming, you can experiment, have as many voltage levels (leds) as the pic has ports for and you can double up functions on the same led by making the same led flash for another voltage level. After that perhaps play with the PWM output, again you will be setting up the resgisters for it and a cool little bit of fun is to control the output duty cycle with an analog voltage input (from a potentiometer), this essentially makes a motor speed control (although you will need a power mosfet to run the motor if you want to try it out - i used my oscilloscope to see results) you can again play with the program to set a minimum duty cycle.
 

Offline VladKEasternTigerTopic starter

  • Regular Contributor
  • *
  • Posts: 143
Re: Can somebody recommend to me a cheap basic Microcontroller for me?
« Reply #7 on: May 03, 2010, 09:09:33 am »
You can get cheap 8-bit micro-controllers from almost any manufacturer, but to interface this with your computer, you need a fair amount of supporting hardware, especially for USB. Judging from your questions, an Arduino plus shields for what you want sounds like a good match. An Arduino is a micro-controller with supporting hardware and firmware so you can program it via USB, plus an easy development environment. If you want to save money, I believe there are unofficial clones (eg. Freeduino), I'm sure some of these are just as good.

Hi will the Freeduino allow me to hook a Servo motor and control it from my computer keyboard via USB ports?
 

Offline VladKEasternTigerTopic starter

  • Regular Contributor
  • *
  • Posts: 143
Re: Can somebody recommend to me a cheap basic Microcontroller for me?
« Reply #8 on: May 03, 2010, 09:13:57 am »
again someone is trying to run before he can walk !

ok, step one, get a PIC12F615 (available from RS and farnell for £ 0.85+vat) put it on a bread board and make it flash a led. from what I gather from other posts of yours you might want to show us your diagram first. what software are you using ? assembler, basic, C ???? Don't even think of doing anything else with a microcontroller until you have got a led to flash, sound advice given to me by my good friend in slovakia who spent over an hour with me on MSN helping me to get a led to flash. If you then want to progress to larger mictocontrollers go for a 16F88 or similar. Again you seem to be trying to run before you can walk and throwing ideas all over the place, start with basic electronics first, some op amp circuits (even if to just check you can build one that works on a bread board) and then some descrete digital stuff.


This is a good accurate comment, yes to be honest doing basic 555 flasher circuits confuse me, what am I thinking talking about microcontrollers and reading about them, mabie in the future, not at this moment
 

Offline VladKEasternTigerTopic starter

  • Regular Contributor
  • *
  • Posts: 143
Re: Can somebody recommend to me a cheap basic Microcontroller for me?
« Reply #9 on: May 03, 2010, 09:16:36 am »
Basically, yes, you are trying to run before you can walk.
Getting a microcontroller to talk to USB and an associated PC application is not easy if you do it from scratch.
If you just want to play around with controlling stuff from your PC then you are better off getting a pre-programmed USB board that does this, and it will come with a suitable application. Or a microcontroller USB demo board that has a PC application that can already switch ports on and off etc.
But if your intention is to learn how it all works, and built it yourself then you need to start simpler as Simon said. Get a LED flasher working first and work your way up.
To get a USB device working from scratch you need an application in the micro that talks USB and takes commands and switches port outputs etc, and then you also need a PC application that can send those commands or whatever.

Dave.


Thanks Dave, you make a lot of sence
 

Offline Simon

  • Global Moderator
  • *****
  • Posts: 18087
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: Can somebody recommend to me a cheap basic Microcontroller for me?
« Reply #10 on: May 03, 2010, 01:31:29 pm »
I suggest you learn to use a 555 timer, there are so many things you can do lazily with a uC but you really need to have good ground knowledge of basic electronic "block circuits", so before you do that flashing led with a uC do it with a 555 IC it is not that hard and the answer is in the datasheet, get the datasheet and read the examples in it, if you cannot setup a 555 IC your not going to get very far with uC's, even if you can program a uC you still need to interface it to the real world with basic electronics circuit blocks, for example i made my dynamo regulator and got the program spot on, but I did not select my current sensing components correctly and so it did not work properly.
 

Offline wd5gnr

  • Regular Contributor
  • *
  • Posts: 179
Re: Can somebody recommend to me a cheap basic Microcontroller for me?
« Reply #11 on: May 03, 2010, 01:42:05 pm »
RC servos are easily drivable from an MPU port. They just take a low current pulse width to determine the servo position. There are a few overloaded definitions for "servo motor" so depends on what you are talking about. But RC servos work fine with just a common MPU pin driving them. Now, you might want to POWER them from a separate power supply (keep the grounds together) but the "logic drive" can easily come from the CPU.

I'm not a big fan of the Arduino. The standardized "shields" are a good thing, but the IDE software bothers me (but I still code in emacs for everything so what do I know?).

If you just want to do PC control here's a few things to consider:

http://www.awce.com/gp4.htm - Servos. Add a USB cable.

http://www.awce.com/gp3intro.htm -  This board will control servos and lots of other things via  USB cable. There is a USB "native" version in beta, but that just means the USB to RS232 is built in -- still looks like a serial port to the PC. The interesting thing about this board is you can program it "point and click" on the PC and then download the "program" to the board so it doesn't need a PC anymore. But all the debugging is done with the PC. You can use it from the PC with lots of PC languages too. Video: (a few others on there, including a robot).

For "regular" microcontroller projects, I've become a big fan of the AVR for small cheap stuff (yes, the brains behind the Arduino) and ARM for the bigger stuff. Futurlec (sells in Australia, ships from Indonesia, slow as Christmas in the US) has a very inexpensive ARM "Stamp" that I like very much. Free C compilers and the thing is bigger than most of the PCs I've owned in the last century: http://www.futurlec.com/ET-ARM_Stamp.shtml  but next one I buy will be this one: http://www.futurlec.com/ET-STM32_Stamp.shtml. Think about it: 1/2 megabyte of program storage, 90 MIPS, 48 I/O, 16 A/D, 2 D/A, and 64K of RAM. I remember when that would have been a fairly big PC ;-)

Hard to beat for US$25. The bootloaders mean you just need a serial port -- no programmer.

Anyway, just a mix of things to think about.

 

Offline wd5gnr

  • Regular Contributor
  • *
  • Posts: 179
Re: Can somebody recommend to me a cheap basic Microcontroller for me?
« Reply #12 on: May 03, 2010, 01:51:16 pm »
I suggest you learn to use a 555 timer,

Its funny you should mention this. I just wrote this a few days back: http://www.drdobbs.com/blog/archives/2010/04/rip_8_bit.html

Don't get me wrong. As a learning exercise, yes. Learn about 555s. Actually that's too much to start with. Know ohm's law. And Kirchoff's law. Understand voltage dividers and wheatstone bridges, and then get into active stuff. What's the Early effect? Miller capacitance? You don't have to know how a car engine works to drive a car, but the best professional drivers know EXACTLY how the engine works in great detail. Same here.

But the point of my post on DDJ is that the commercial viability of things like 555 timers is zero. The 8 bit "tiny" CPU is now cheaper than a 555 (other than the start up cost, of course). So why would I put a 555 plus 5 or 6 discrete components when I can put an 8 pin Microchip PIC in that takes no external parts, is programmable, and can do things that would be tough as nails with a single 555.

But I don't disagree that you should know as much as you can. Personally, I like the Art of Electronics (Horowitz and Hill) -- even as an EE, I found that a very useful book.

There is a trend though, distasteful as it is to us old guys, to look at embedded systems as an "appliance" affair. Just go buy some old board off the shelf and then have a programmer do what needs to be done. Unfortunately, I often see where some IT programmer has done things no one with a hardware background would have done. And sometimes it works. Other times it doesn't.

I always suspect that eventually some Web Services XML programmer will write an elevator control program that will plunge 22 people to their deaths and the government will overreact by forcing us all to have licenses and E&O insurance (which some of us have to have anyway).

 

Offline Simon

  • Global Moderator
  • *****
  • Posts: 18087
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: Can somebody recommend to me a cheap basic Microcontroller for me?
« Reply #13 on: May 03, 2010, 03:43:16 pm »
I think you will find that 555 timers are cheaper than a PIC12F615 but it is more easily used because with a few external parts it is up and ready on a breadboard in minutes, although I see your point a uC can do so much so easily it is easier to use it as a universal part, sometimes you may specificly need to not use a uC (I designed both a uC version and a "descrete" version of my dynamo regulator but the uC version was easirt to retro customize and adapt).

To my dismay these days electronics has become so much about programming and little about electonics, we have gone from making circuits to plugging circuits together, of course it all depends on what you want to do but if you need a custom device (for a niche marcket) why try and make something prebuilt do it rather than just make the required circuit with less parts and guaranteed to work
 

Offline Simon

  • Global Moderator
  • *****
  • Posts: 18087
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: Can somebody recommend to me a cheap basic Microcontroller for me?
« Reply #14 on: May 03, 2010, 04:59:04 pm »
i suppose it depends on what you are doing, if your designing a single small to medium product on your own you need to be masterfull in both software and hardware, if your working on a lrger project in a group you need some understanding of the other and to be able to work with the guy (or gal :-*) that knows the other and complement each other. Of course if your a genius then you can make big things and do it all on your own.
 

Offline VladKEasternTigerTopic starter

  • Regular Contributor
  • *
  • Posts: 143
Re: Can somebody recommend to me a cheap basic Microcontroller for me?
« Reply #15 on: May 05, 2010, 10:48:44 am »
VladKEasternTiger, you said you want light up led while you are typing something. Even though i'm a beginner myself like you, but i have some idea as i've done it and understand some workflow. Let me give u some idea, in order to detect a keyboard press, u need a software made by u or some other 3rd party, its called Event Driven Software Programming, in Windows or PC, not in uC yet, dont be mistaken there, we are still and start from the PC Operating System, after the software detected a keypress it will somehow, tell the USB driver to send some signal/code to the uC or development/demo/arduino board. Then the driver will send the signal through USB Hub in PC to USB Chip on the uC board then goes to uC itself. Then u need to write the software for the uC to accept that signal, recognize it, and do whatever thing you want to do with the uC, light up LED? motor? whatever physical. so to summarize:

1) Correctly installing the USB/uC Driver
2) PC's Event Driven Software that command USB Driver
3) USB to TTL chip (some sort like that) and supporting components (resistors, caps, oscillator etc) not to mention the breadboard and its jumpers
4) The Microcontroller and The LEDs or The Motors
5) The uC Software (using IDE Tools)

Trust me! if you wanna run before u can walk, u can, thats possible! it was me! by letting others helping us out. With that i mean, go for Arduino or sort like that, other designer/seller/maker have done it all except the software for you to make, which you can download from the net anyhow. In other word, step 1,3,4 are pretty much taken cared of. Click the upload/compile button and run, then you can see, the LED light up while u ar typing on your PC. That was the thing that encourage me further to walk and run on my own (still learning). From that you can start to learn each component involved in it and learn to do it from scratch bit by bit. Instead of going back and forth between reading the paper and try to assembling things, in unorderly fashion (not to mention blowing it up and buying a new one) without getting any result which i think is much frustrating and discouraging.

So we are pretty much on a same level here, or at least very narrow gap. So it was me, buy an Arduino, i bought an Arduino MEGA and i never regret it, its the best Arduino and the Massive'iest IO pins available, to date its still more than i need, i have a long way to go before needing an upgrade. Its pretty big in size though, and a little bit pricier (just a little!), but hey, thats what i want, and i never regret it. So re-think what u want, the quick way, or Adam's way of "Learning How To Walk"

p/s: My Arduino MEGA is cloned from China bought from ebay. work fine.



Hi Shafri, thanks for your comment and restoring my confidence, this is the thing, ive done so much reading and talking to different wonderful people and get different answers every time. I was told to buy the Arduino dumelonouve but some told me Arduino MEGA and like you said ebay from china will sort me out with that one for a reasoable price. You can only read so much, to be honest I dont like reading too much and looking at charts I just like to get my hands dirty and see results. Shafri how long have you been into electronics? What kind of breadboard configuration did you use? I printed your message and will do my best to follow your ideas. I read bits of getting started in Aurdino by make magazine on google books but lots of the book was missing so didnt see all the pages. I was talking to a robotos designer and he told me forget about the breadboard as thats old technology and skip it move directly to Microcontrolling.
 

Offline VladKEasternTigerTopic starter

  • Regular Contributor
  • *
  • Posts: 143
Re: Can somebody recommend to me a cheap basic Microcontroller for me?
« Reply #16 on: May 05, 2010, 10:50:53 am »
Basically, yes, you are trying to run before you can walk.
Getting a microcontroller to talk to USB and an associated PC application is not easy if you do it from scratch.
If you just want to play around with controlling stuff from your PC then you are better off getting a pre-programmed USB board that does this, and it will come with a suitable application. Or a microcontroller USB demo board that has a PC application that can already switch ports on and off etc.
But if your intention is to learn how it all works, and built it yourself then you need to start simpler as Simon said. Get a LED flasher working first and work your way up.
To get a USB device working from scratch you need an application in the micro that talks USB and takes commands and switches port outputs etc, and then you also need a PC application that can send those commands or whatever.

Dave.


Dave I was talking to a robotics designer, he makes robots and knows his stuff as ive seen his projects on the internet, anyway he is 28 and said skip the breadboard and move to Microcontrolling and that way you will learn breadboards and everything as breadboarding is "old technology".
 

Offline VladKEasternTigerTopic starter

  • Regular Contributor
  • *
  • Posts: 143
Re: Can somebody recommend to me a cheap basic Microcontroller for me?
« Reply #17 on: May 05, 2010, 11:04:35 am »
for a serious and detailed and very specific project, we cannot run away from Ohm's Law, Kirchoff, Faraday's and all those funky-funky guys name to build a quality and sound product. I have to agree that we have to get down to hardware level, one way or another, esp when it is closely related to what we are doing.

But then we come from different and variety of disciplines, interest, and focus. Thats how we live together complementing each other to build a greater system. There is a tremendous amount of time required to master a particular skill/discipline. from my eyes point of view, electronics and software engineering are two different beasts that the one has to tackle. and i believe, if he is given a long life, thats pretty sure he can master both and some other disciplines as well, but then, only if he got enough long life to devote and gifted by god.

If we are trying to do whats Mr Faraday were doing with his light bulbs, then i think we will go nowhere, but there. And why and what are these electronics guys, inventing those "programmable" electronic device stuff for? is it to show and ask people to do the same thing like what they are doing? to show they are really good? or to give it to people to use and create a better product? or then, we should concentrate on how to manufacture P dope or N dope substance or better yet, crack our head on how to kick out sigma or alpha element out of electron orbit in this EEVBlog to invent a more miniscale super accurate or quasi-conductors? (have you heard that?, i bet you havent, neither do i :) )

i choose my side, others choose theirs, we work together for a better future. if other keep insisting, religously believing on their side pulling and forcing people in, then you'll guess what will happen if we live in monochromatic world with no colors.

Well, anyway, ok. The thread owner should as well try to assemble 555 timer, or better yet connect a battery, with a light bulb and a variable resistor and see what happen when he turn the varistor up and down (just as i did long time ago) instead of just take it for granted :)

FYI, i started to try out this kind of play thing when i was totally blind by buying one of this Servo Controller http://www.cytron.com.my/viewProduct.php?pid=NDAkOCgvCBw9MzYhJiMyKfc2TQeah4HoWplCAHlolTg= but later i found out this is not what i want (buggy firmware and limited application), further reading and googling later brought me to the Arduino. I think its a hard way to learn eehh? from the Arduino, i'm not just learning about ATMega1280, but FT2322L chip, smd voltage regulator, ICSP concept, etc. Same thing with the Servo Controller i bought earlier. Its a fast track learning tool. I even programmed the Arduino in flat Assembly, thats what the internet is for.


Shafi you know a lot moar than me my friend, do you work in electronics or how often do you do hands on projects a week? I like electronics but when it comes to computers and all the java cc laguage and programming im hopeless at this stage
 

Offline VladKEasternTigerTopic starter

  • Regular Contributor
  • *
  • Posts: 143
Re: Can somebody recommend to me a cheap basic Microcontroller for me?
« Reply #18 on: May 05, 2010, 11:06:28 am »
i suppose it depends on what you are doing, if your designing a single small to medium product on your own you need to be masterfull in both software and hardware, if your working on a lrger project in a group you need some understanding of the other and to be able to work with the guy (or gal :-*) that knows the other and complement each other. Of course if your a genius then you can make big things and do it all on your own.

Dave made a good video about mastering in 1 particular area rather than having it spread out. But again this is for people who are having a career in electronics, Im just a regular poor guy that loves to learn and experiement first hand with stuff
 

Offline VladKEasternTigerTopic starter

  • Regular Contributor
  • *
  • Posts: 143
Re: Can somebody recommend to me a cheap basic Microcontroller for me?
« Reply #19 on: May 05, 2010, 11:08:17 am »
Thanks to all the people who contributed on this particular thread, I learnt and love learning so much from you guys I appreciate it your all a top bunch of people.  ;D :) :)
 

Offline Simon

  • Global Moderator
  • *****
  • Posts: 18087
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: Can somebody recommend to me a cheap basic Microcontroller for me?
« Reply #20 on: May 05, 2010, 11:35:09 am »



Dave I was talking to a robotics designer, he makes robots and knows his stuff as ive seen his projects on the internet, anyway he is 28 and said skip the breadboard and move to Microcontrolling and that way you will learn breadboards and everything as breadboarding is "old technology".

why not use breadboards ? unless you dealing with highspeed circuits breadboard are very useful, you friend make robots, not electronics, he is talking from his point of view, but what do YOU want to do ?
 

Offline VladKEasternTigerTopic starter

  • Regular Contributor
  • *
  • Posts: 143
Re: Can somebody recommend to me a cheap basic Microcontroller for me?
« Reply #21 on: May 05, 2010, 10:19:20 pm »



Dave I was talking to a robotics designer, he makes robots and knows his stuff as ive seen his projects on the internet, anyway he is 28 and said skip the breadboard and move to Microcontrolling and that way you will learn breadboards and everything as breadboarding is "old technology".

why not use breadboards ? unless you dealing with highspeed circuits breadboard are very useful, you friend make robots, not electronics, he is talking from his point of view, but what do YOU want to do ?


Yes your correct he makes robots like the ROOMBA IROBOT

I want to learn as much and do exticting experiements I can see with electronics including laser trip wire robots with lego bricks and microcontrollers and controling servo motors and leds from my keyboard. This is what I want to do and this is the reason Im on this road learning and reading and speaking to you guys. I may not be an electronic engineer like Dave and the fellas on here and I also have a disadvantage of starting old 25 as opposed to the other fellas 10 years old. Nevertheless I like electronics and also repairing devices I enjoy it. This is what I like  :)
 

Offline TheDirty

  • Frequent Contributor
  • **
  • Posts: 440
  • Country: ca
Re: Can somebody recommend to me a cheap basic Microcontroller for me?
« Reply #22 on: May 06, 2010, 01:03:24 am »
I started playing with electronics later in life.  I was about 28 when I started playing with electronics as a side effect of working on cars and engine management.

As a hobbyist or amateur, if you don't have the ability to make do it yourself PCB's or get cheap PCB's made then your going to be dependent on buying breakout boards (BOBs).  Many chips don't even come in anything other than SMD packages now.  Breadboards also have a use plugging these breakout boards together.
Mark Higgins
 

Offline Simon

  • Global Moderator
  • *****
  • Posts: 18087
  • Country: gb
  • Did that just blow up? No? might work after all !!
    • Simon's Electronics
Re: Can somebody recommend to me a cheap basic Microcontroller for me?
« Reply #23 on: May 06, 2010, 06:39:44 am »
If you learn quikly as I did when I was aquiring knowledge in "neat electronics" then you will soon catch up, if you spend too much time repairing stuff and trying to copy other peoples learning paths and carrers you will waste a lot of time, as we have been saying before, get yourself a small stock of general use parts (555, comparators, op amps, uC's, and all the passive parts that you require) a few breadboard and "start creating" anything. theres nothing like hands on experience.
 

Offline kmossman

  • Contributor
  • Posts: 14
Re: Can somebody recommend to me a cheap basic Microcontroller for me?
« Reply #24 on: July 18, 2010, 04:19:41 am »


I quite agree that a good foundation in basic electronics is necessary if you really want to make a project.

And I agree that too often a uController is grabbed when a much simpler circuit would do just as well, if not better.  It is too easy to design an overly elaborate project (consider digital rice cookers with SMS, when all you really need is just an "On" switch).  For a personal project perhaps the device cost is not a major factor, but for production and after-service it is just part of many considerations.

 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf