two digit display/voltage meter

Status
Not open for further replies.

Str8V8ping

Vaping Master
ECF Veteran
Verified Member
Sep 10, 2011
3,944
2,077
NYC
Last edited:

CraigHB

Ultra Member
ECF Veteran
Jul 31, 2010
1,249
314
Reno, Nevada
if you are going to go the route of using a microprocessor I would just get a small LCD. A lot of modern microprocessors have LCD drivers now. More flexibility too

I understand what you mean, but logic embedded devices use micro-controllers (an embedded device is anything that executes digital logic to perform a singular function). I suppose a µcontroller can be called a µprocessor in the most liberal sense, but they really are two quite different things.

A µprocessor is something you find in a device with lots of computing power and large amounts of external memory. A µcontroller has the ability to run code and comprises a processor, but stores program code and data on-chip. A µcontroller also has specialized digital functions on-chip where a µprocessor does not. Another big difference is pin count and bus width. µControllers can have as little as 8 pins with 8 bit buses where µprocessors usually have several hundred pins with 64 or even 128 bit buses. µProcessors typically execute code in the gigahertz where µcontrollers typically execute code in the megahertz.

There are enough differences that it sounds strange to me when someone says microprocessor when the correct term is micro-controller.
 

CraigHB

Ultra Member
ECF Veteran
Jul 31, 2010
1,249
314
Reno, Nevada
No you can't. You have to program the micro-controller yourself. Though, it's actually a lot of fun to play with these devices so it may be something you'd enjoy doing if you have the desire. You don't need a degree in electrical engineering to make your own embedded devices. Pretty much anyone can do it with enough desire and motivation.
 

fray

Unregistered Supplier
ECF Veteran
Jan 13, 2011
1,555
518
arkansas
www.ejoose.com
I understand what you mean, but logic embedded devices use micro-controllers (an embedded device is anything that executes digital logic to perform a singular function). I suppose a µcontroller can be called a µprocessor in the most liberal sense, but they really are two quite different things.

A µprocessor is something you find in a device with lots of computing power and large amounts of external memory. A µcontroller has the ability to run code and comprises a processor, but stores program code and data on-chip. A µcontroller also has specialized digital functions on-chip where a µprocessor does not. Another big difference is pin count and bus width. µControllers can have as little as 8 pins with 8 bit buses where µprocessors usually have several hundred pins with 64 or even 128 bit buses. µProcessors typically execute code in the gigahertz where µcontrollers typically execute code in the megahertz.

There are enough differences that it sounds strange to me when someone says microprocessor when the correct term is micro-controller.

A micro controller is a specialized microprocessor.
 
Status
Not open for further replies.

Users who are viewing this thread