Maker Pro
Maker Pro

Need help with microcontroller project

Nbeagle

Nov 21, 2022
1
Joined
Nov 21, 2022
Messages
1
Hey guys I am wanting build my own microcontroller that’s built specific to the project I’m wanting to do. I am just wondering on where I can get information on how components work together and what I would need.
 

Bluejets

Oct 5, 2014
6,901
Joined
Oct 5, 2014
Messages
6,901
Try Arduino or Picaxe web sites...heaps of tutorials to get you started and keep you going for many years.

What "specifically" is the project if you want better direction.
 

danadak

Feb 19, 2021
751
Joined
Feb 19, 2021
Messages
751
Do you want to build the actual controller itself or use a generic Micro ?


Regards, Dana.
 

danadak

Feb 19, 2021
751
Joined
Feb 19, 2021
Messages
751
4 bit from scratch controller :


Or if you wanted to work with a basic structure on a chip (this is a small part of this
chip ) :

1670187485984.png

But assembler programming this is a challenge. https://www.infineon.com/cms/en/des...omponents/digital-filter-block-dfb-assembler/

Or a bit slice design - https://ia804501.us.archive.org/8/i...Mick_Bit-Slice_Microprocessor_Design_1980.pdf

Or the 8X300 (obsolete some still around) - https://archive.org/search.php?query=8X300



Regards, Dana.
 
Last edited:

Keonte45

Aug 29, 2022
82
Joined
Aug 29, 2022
Messages
82
Check out sites with tutorials like instructables, Arduino, PCBWay, and Picaxe. You could even check YouTube.
 

willsonwanda

Dec 13, 2022
5
Joined
Dec 13, 2022
Messages
5
What can I do with a micro controller?

  1. Automatic washing machine motor control system.
  2. Bidirectional Visitor Counter.
  3. DC Motor Controller Using AT89C51.
  4. Digital alarm clock.
  5. Digital clap counter.
  6. Digital Dice Using 8051 Microcontroller (AT89C51)
  7. Digital Energy Meter LCD display.
  8. Digital Frequency Meter with LCD Display.
 
Top