Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: 8051 sources  (Read 1034 times)

0 Members and 1 Guest are viewing this topic.

SavannahLion

  • Wiki Contributor
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5986
  • Last login:December 19, 2015, 02:28:15 am
8051 sources
« on: December 16, 2012, 07:15:13 pm »
Not much to it. Found some really sweet boards that use the 8051 that I can't wait to get my hands on. Found a few general knowledge 8051 books but not a whole lot by way of forums. The forums I did find (like 8052.com) suck. Nothing that compares to groups centered around say, the AVR, PIC or 6502/6507 chips. I know there's a few 805x guys here so where do you go?

koz319

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 95
  • Last login:November 12, 2013, 12:13:45 pm
  • So much time, so little to do.
Re: 8051 sources
« Reply #1 on: December 17, 2012, 03:04:36 pm »
Probably not what you are looking for as its more about a compiler, but I know mcselec has a forum for their verison of an 8051 basic compiler.  I have no idea how active it is though, or if any examples are helpful outside of their platform.

http://www.mcselec.com

Koz

MonMotha

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2378
  • Last login:February 19, 2018, 05:45:54 pm
Re: 8051 sources
« Reply #2 on: December 19, 2012, 11:36:16 am »
Is there any reason you are interested in 8051?  It's a pretty ancient architecture...  I'm not sure that there's much hobbyist activity around them anymore.

PJRC (the guy who makes the popular AVR Teensy board) did a bunch of 8051 stuff about a decade ago.  His site still has a bunch of useful info.  If you can find a copy of the old Intel or Signetics databook, it's a really good reference.  I was lucky to get a printed copy off a shelf at a local electronics store.  I don't know that I have a PDF kicking around, and IIRC the full databook is hard to find, but I have seen them out there.

SavannahLion

  • Wiki Contributor
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5986
  • Last login:December 19, 2015, 02:28:15 am
Re: 8051 sources
« Reply #3 on: December 23, 2012, 07:28:36 pm »
There's a line of 8051 uC's with integrated transceivers. There are "barebone" boards available for ~$24-$27. So a pair works out to be around $50. The only serious drawback from what I can see, besides the ancient 8051 is the proprietary wireless communication protocol. It would be icing and cake if there was a bluetooth or even Wifi library to draw from, but those are probably too intensive. :dunno

The closest offering I can find in a modern lineup is the AVR SCS lineup. I know PIC offers more than a few wireless microcontroller solutions, but I haven't yet found anything in the low cost range. Or more specifically, the "barebones" boards. I don't really have a whole lot of interest in buying the more expensive teaching or evaluation boards.

MonMotha

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2378
  • Last login:February 19, 2018, 05:45:54 pm
Re: 8051 sources
« Reply #4 on: December 24, 2012, 11:21:59 pm »
Nordic has an ARM CM0 + transceiver in a single package.  It's actually a fairly flexible architecture.  You can run bluetooth on it (not 802.11, though).  The software for bluetooth will take up quite a bit of space on the MCU and IIRC is not free, but it's available.  Look at the nRF51822.

You may also look at the Atmel "Zigbit" modules which are and 802.15.4 transceiver + AVR in a single package.  They're ~$20, but you'd need a carrier board of some sort.  They have some dev kits available that may be suitable for experimentation in that price range.  They're old AVRs (and old 802.15.4 transceivers), but they do work, and they're a hell of a lot nicer than 8051.

PIC isn't really much nicer than 8051.  I'd say avoid it if you can.