Projects/SA12 IPC@CHIP: Difference between revisions

From Hackerspace Amersfoort
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 8: Line 8:
* General hackerspaces site http://wiki.eth-0.nl/index.php/Sc12_ipc@chip
* General hackerspaces site http://wiki.eth-0.nl/index.php/Sc12_ipc@chip


This project page is meant to collect information about this board, list useful links, and generally promote this as an easy-to-get-into controller for general purposes.
== Specs ==


* SC12 based
* Beck IPC@Chip SC12
* 20Mhz 80186
* AMD 80186 @ 20Mhz
* 512kb ram
* 512kb ram
* 512kb flash
* 512kb flash
* two serial ports (the board turns them into rs488 and rs232 on seperate connectors)
* 10mbit ethernet
* 10Mbit ethernet
* rs232+rs488
* [[file:SC12_SCHEMA.pdf‎]]
* [[file:SC12_Startup.pdf‎]]
* [[file:SC12_Controller_datasheet.pdf‎]]


Links with info :
OUI 00:30:56 'Beck IPC GmbH' (report if other!)


== Chip.ini ==
[IP]
NETMASK=255.255.255.0
ADDRESS=10.10.1.61
DHCP=1
[TELNET]
USER0=tel
PASSWORD0=IPC-03
[FTP]
USER0=ftp
PASSWORD0=IPC-03
[STDIO]
STDIN=TELNET
STDOUT=TELNET
== Pinout / Board desc ==
=== Top view ===
[[Image:SC12_IPCboard-top.png]]
# (J5) +5v
# (J5) GND
# (J5) NC (not connected)
# (J5) NC
# (J5) NC
# (J5) NC
# (J5) Input optocoupler U1
# (J5) Input optocoupler U2
# (J4) NC
# (J4) NC
# (J4) NC
# (J4) NC
# (J4) NC
# (J4) NC
# (J4) NC
# (J4) NC
# (J6) Output optocoupler U2
# (J7) Output optocoupler U2
# (J2) rs422 green -> max488 pin 5 (Y)
# (J2) rs422 white/green -> max488 pin 6 (Z)
# (J2) rs422 orange -> max488 pin 7 (B)
# (J2) rs422 white/orange -> max488 pin 8 (A)
# (J6/J7) Output optocoupler U1
# (J6/J7) Output optocoupler U1
=== Bottom view ===
Note:
* Pin17 @ SC12 = Link Led (connected to red led)
== Links ==
* http://www.tkkrlab.nl/wiki/Beck_board_ipc_2001
* http://www.tkkrlab.nl/wiki/Beck_board_ipc_2001
* Example code with binaries http://isa.umh.es/temas/micros/soft/sc12/Ejemplos.zip
* Example code with binaries http://isa.umh.es/temas/micros/soft/sc12/Ejemplos.zip
* Site of the manufacturer http://www.beck-ipc.com/en/products/sc1x/index.asp
* Site of the manufacturer http://www.beck-ipc.com/en/products/sc1x/index.asp
* http://isa.umh.es/temas/micros/doc/sc12/SC12V110_ReleaseNotes.pdf
* http://www.beck-ipc.com/files/api/scxxx/program.htm
* http://wunderkis.de/scbrd/index.html
* http://isa.umh.es/temas/micros/soft/sc12/
* http://isa.umh.es/temas/micros/doc/sc12/
* http://xforce.iss.net/xforce/xfdb/8922 <- IPC@CHIP Web server root directory is set to the system root, aka, access all the files!
* http://www.openwatcom.org/index.php/Main_Page <- compiler for 16bit dos apps, that runs on linux
* http://www.weerschip.nl/download_beck.html <- weather station, with software examples (1 zip checked with 'grep -i beck *')
* http://www.lourensrozema.nl/ax/index.php?page=home.inc <- mp3 player + ide disk, incl some .zip files (schematics, sources)
* http://www.psh-mikro.sk/beck/Beck_mod_de.htm <- CompactFlash something (schematic + demo program)
== Hackerspace working on/with them ==
* http://www.tkkrlab.nl/wiki/Beck_board_ipc_2001
* http://nurdspace.nl/IPC@Chip_boards
* https://wiki.bitlair.nl/Pages/Projects/SA12_IPC@CHIP

Revision as of 06:51, 16 January 2012


NoPicture.png
Project SA12 IPC@Chip
Name SA12 IPC@Chip
Start
End
Contact gebruiker:zarya
Website
Information system on a chip
Status Alpha


Specs

OUI 00:30:56 'Beck IPC GmbH' (report if other!)

Chip.ini

[IP]
NETMASK=255.255.255.0
ADDRESS=10.10.1.61
DHCP=1
[TELNET]
USER0=tel
PASSWORD0=IPC-03
[FTP]
USER0=ftp
PASSWORD0=IPC-03
[STDIO]
STDIN=TELNET
STDOUT=TELNET

Pinout / Board desc

Top view

SC12 IPCboard-top.png

  1. (J5) +5v
  2. (J5) GND
  3. (J5) NC (not connected)
  4. (J5) NC
  5. (J5) NC
  6. (J5) NC
  7. (J5) Input optocoupler U1
  8. (J5) Input optocoupler U2
  9. (J4) NC
  10. (J4) NC
  11. (J4) NC
  12. (J4) NC
  13. (J4) NC
  14. (J4) NC
  15. (J4) NC
  16. (J4) NC
  17. (J6) Output optocoupler U2
  18. (J7) Output optocoupler U2
  19. (J2) rs422 green -> max488 pin 5 (Y)
  20. (J2) rs422 white/green -> max488 pin 6 (Z)
  21. (J2) rs422 orange -> max488 pin 7 (B)
  22. (J2) rs422 white/orange -> max488 pin 8 (A)
  23. (J6/J7) Output optocoupler U1
  24. (J6/J7) Output optocoupler U1

Bottom view

Note:

  • Pin17 @ SC12 = Link Led (connected to red led)

Links

Hackerspace working on/with them