how can I make a computer using a breadboard and.some chips?any idea? -- Vask ----Android NewsGroup Reader---- http://usenet.sinaapp.com/
Microcomputer using micrcontrollers
Started by ●May 19, 2016
Reply by ●May 19, 20162016-05-19
On Thu, 19 May 2016 16:21:51 +0300, Vassilis Spiliopoulos wrote:> how can I make a computer using a breadboard and.some chips?any idea?This might be a good question for comp.dsp. Do a web search on "microcontroller" and "breadboard". Or read up on the Arduino. -- Tim Wescott Control systems, embedded software and circuit design I'm looking for work! See my website if you're interested http://www.wescottdesign.com
Reply by ●May 19, 20162016-05-19
On Thursday, May 19, 2016 at 6:21:57 AM UTC-7, Vassilis Spiliopoulos wrote:> how can I make a computer using a breadboard and.some chips?any idea?I did one once with an 80C85, latch, RAM, and EPROM, RS232 converters, and maybe one more gate. I will have to get it out to see more exactly, but the idea was to run the SDK-85 ROM code. The hard part was getting all the right inputs to the 80C85 Vcc or ground so it would run.
Reply by ●May 19, 20162016-05-19
On Thu, 19 May 2016 16:21:51 +0300 (GMT+03:00), Vassilis Spiliopoulos <Vassilis@vask1lux.de> wrote:>how can I make a computer using a breadboard and.some chips?any idea? >-- >Vask > > >----Android NewsGroup Reader---- >http://usenet.sinaapp.com/Look into Microchip PICs, or some of the single-chip microcontrollers that TI sells that come in DIP packages. It all depends on how you define "computer". Cheers, Eric
Reply by ●May 22, 20162016-05-22
eric.jacobsen@ieee.org (Eric Jacobsen) Wrote in message:> On Thu, 19 May 2016 16:21:51 +0300 (GMT+03:00), Vassilis Spiliopoulos > <Vassilis@vask1lux.de> wrote: > >>how can I make a computer using a breadboard and.some chips?any idea? >>-- >>Vask >> >> >>----Android NewsGroup Reader---- >>http://usenet.sinaapp.com/ > > > Look into Microchip PICs, or some of the single-chip microcontrollers > that TI sells that come in DIP packages. > > It all depends on how you define "computer". > > Cheers, > > Eric >I have pic microchips but I do not have a chip burner.I want my output to be led lights that show you binary and my input to be a few switches.Like the Altair.For the previous poster, It seems interesting the fact that you built these.I will email you. -- Vask ----Android NewsGroup Reader---- http://usenet.sinaapp.com/
Reply by ●May 22, 20162016-05-22
On Thursday, May 19, 2016 at 2:29:07 PM UTC-4, Eric Jacobsen wrote:> On Thu, 19 May 2016 16:21:51 +0300 (GMT+03:00), Vassilis Spiliopoulos > <Vassilis@vask1lux.de> wrote: > > >how can I make a computer using a breadboard and.some chips?any idea? > >-- > >Vask > > > > > >----Android NewsGroup Reader---- > >http://usenet.sinaapp.com/ > > > Look into Microchip PICs, or some of the single-chip microcontrollers > that TI sells that come in DIP packages. > > It all depends on how you define "computer". >abacus? (in base-2 with a single bead, up or down, per "digit".) r b-j
Reply by ●May 22, 20162016-05-22
On 5/22/2016 11:31 AM, robert bristow-johnson wrote:> On Thursday, May 19, 2016 at 2:29:07 PM UTC-4, Eric Jacobsen wrote: >> On Thu, 19 May 2016 16:21:51 +0300 (GMT+03:00), Vassilis Spiliopoulos >> <Vassilis@vask1lux.de> wrote: >> >>> how can I make a computer using a breadboard and.some chips?any idea? >>> -- >>> Vask >>> >>> >>> ----Android NewsGroup Reader---- >>> http://usenet.sinaapp.com/ >> >> >> Look into Microchip PICs, or some of the single-chip microcontrollers >> that TI sells that come in DIP packages. >> >> It all depends on how you define "computer". >> > > abacus? > (in base-2 with a single bead, up or down, per "digit".) >No an abacus is only a register. For penance you are required to code FFT in COBOL and enter it with an 026.
Reply by ●May 22, 20162016-05-22
On Sunday, May 22, 2016 at 1:16:54 PM UTC-4, Richard Owlett wrote:> On 5/22/2016 11:31 AM, robert bristow-johnson wrote: > > On Thursday, May 19, 2016 at 2:29:07 PM UTC-4, Eric Jacobsen wrote: > >> On Thu, 19 May 2016 16:21:51 +0300 (GMT+03:00), Vassilis Spiliopoulos > >> <Vassilis@vask1lux.de> wrote: > >> > >>> how can I make a computer using a breadboard and.some chips?any idea? > >>> -- > >>> Vask > >>> > >>> > >>> ----Android NewsGroup Reader---- > >>> http://usenet.sinaapp.com/ > >> > >> > >> Look into Microchip PICs, or some of the single-chip microcontrollers > >> that TI sells that come in DIP packages. > >> > >> It all depends on how you define "computer". > >> > > > > abacus? > > (in base-2 with a single bead, up or down, per "digit".) > > > > No an abacus is only a register. > For penance you are required to code FFT in COBOL and enter it > with an 026.well, there are rules for addition, subtraction, and carry that come with an abacus. the cool thing is that when they translate the rules to base-2, it's the same as the truth table for a full adder. r b-j
Reply by ●May 22, 20162016-05-22
On 19.5.16 16:21, Vassilis Spiliopoulos wrote:> how can I make a computer using a breadboard and.some chips?any idea? >Start with this: <http://web.cecs.pdx.edu/~harry/Relay/>. -- -TV
Reply by ●May 22, 20162016-05-22
On Sunday, May 22, 2016 at 10:25:57 AM UTC-7, robert bristow-johnson wrote: (snip, somone wrote)> > > abacus?(snip)> well, there are rules for addition, subtraction, and carry that come with an abacus.Multiply, divide, square, and cube root. For more digits, you might need two of them.> the cool thing is that when they translate the rules to base-2, it's the same as the > truth table for a full adder.






