Microcontroller kit beyond beginner

AI Thread Summary
For those seeking a microcontroller kit beyond beginner level, options like Picaxe chips and the Analog Devices ADuC831 are recommended for their advanced features and programmability. The Picaxe chips are affordable and allow for circuit integration after programming, while the ADuC831 offers a robust platform for serious projects. Users express frustration with overly simplistic kits like the Basic Stamp and Arduino, seeking more challenging alternatives that deepen their understanding of electronics. The Parallax Propeller is also suggested as a multi-core platform suitable for advanced programming in Assembly or a modified C++. Overall, there are several options available for those looking to advance their microcontroller skills while staying budget-conscious.
David32
Messages
1
Reaction score
0
I'd just like to apologize in advance for asking this, I understand that it's probably been asked many times but I couldn't find an answer exactly applicable to me. Anyway, I want to buy a microcontroller kit, and am unsure which one to buy. I am going for my masters in computer science so the programming aspect of it doesn't bother me (ie. I'm willing to program in assembly). Also, I borrowed my friends basic stamp to see what it's like and I finished all the projects in about two weeks. It was way to simplistic. Additionally, I hated their "P-basic". I've been looking at buying the arduino but I've heard similar complaints about it (that's it's overly simplistic). Is there a good microcontroller kit that I can buy, that isn't catering to people with no background at all? I would really like to understand circuits and electronics at a deeper level, but these kits don't seem to allow that. Also, I am on a budget, so it would be great if I would be able to use the microcontroller in the future as I get more advanced (although, I am willing to spend money for a short term kit, if necessary). Does something like that exist, or am I being too picky?
 
Engineering news on Phys.org
You are right. It is very easy to copy other people's circuits and programming and get the same results that they did.

The point about programmable micros, whichever one you are comfortable with, is that you should be able to develop your own projects using them.

I use a few Picaxe chips because they are cheap, they come as a single chip, not a module, and they are programmable in Basic which I learned many years ago. This Basic has a lot of special commands to suit the various techniques used to interface to input output devices, though.

They are very much like CMOS chips and they can just be soldered into a circuit after programming, like any other chip. Or, more usually, they can be inserted in a socket, so that you can remove them easily.

The advanced features of some of the Picaxe range would keep you amused, if not challenged, for quite a while.
 
I designed quite a few hardware using micro controllers. I don't do any of the programming. So I am by no means an expert in this.

The last one I did, I use the Analog Devices ADuC831. It is a 8051 based controller with MUX ADC and multiple DACs. I remember Analog Devices sell evaluation boards with the controller on it. It has enough EEPROM and RAM so you don't need that either. We program it using serial bus.

Since you are more advanced than beginners, you might want to consider this, as this is the real thing, not a kit. It's been a few years, you need to find out which processor base is the most popular. In my days, Intel 8051 was being used a lot, Cypress had a whole family of USB controllers based on 8051. You want to work with a popular controller so it will directly apply to your future job.

I don't even know exactly the procedure of loading the program as I had a contractor wrote the program and my technician loaded the program for me. But it is just a connector from the laptop or desktop connecting to the board. They used C++ as the programming language.

Sorry I can't help you more as I only did it because no one else can design the circuit and I am stuck with it. So I did the minimum it took to get the job done.
 
Last edited:
David32 said:
Also, I borrowed my friends basic stamp to see what it's like and I finished all the projects in about two weeks. It was way to simplistic. Additionally, I hated their "P-basic".
What was involved in doing the project?
Was it just copying some-ones work or You needed to start from scratch?
 
http://www.mikroe.com/eng/categories/view/1/development-tools/
 
Last edited by a moderator:
As a next step Id go for the Parallax Propeller. Its a multi-core platform designed for parallel computing (8x 32-bit RISC cores). Its programmed in Assembly or with an interpreter running a Modified C++ called Spin. Definitely a more advanced chip than the Stamp,
 
Hey guys. I have a question related to electricity and alternating current. Say an alien fictional society developed electricity, and settled on a standard like 73V AC current at 46 Hz. How would appliances be designed, and what impact would the lower frequency and voltage have on transformers, wiring, TVs, computers, LEDs, motors, and heating, assuming the laws of physics and technology are the same as on Earth?
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
I used to be an HVAC technician. One time I had a service call in which there was no power to the thermostat. The thermostat did not have power because the fuse in the air handler was blown. The fuse in the air handler was blown because there was a low voltage short. The rubber coating on one of the thermostat wires was chewed off by a rodent. The exposed metal in the thermostat wire was touching the metal cabinet of the air handler. This was a low voltage short. This low voltage...

Similar threads

Back
Top