Projects/SA12 IPC@CHIP: Difference between revisions
< Projects
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 | ||
== Specs == | |||
* SC12 | * Beck IPC@Chip SC12 | ||
* 20Mhz | * AMD 80186 @ 20Mhz | ||
* 512kb ram | * 512kb ram | ||
* 512kb flash | * 512kb flash | ||
* | * 10mbit ethernet | ||
* | * rs232+rs488 | ||
* [[file:SC12_SCHEMA.pdf]] | |||
* [[file:SC12_Startup.pdf]] | |||
* [[file:SC12_Controller_datasheet.pdf]] | |||
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
Project SA12 IPC@Chip | |
---|---|
Name | SA12 IPC@Chip |
Start | |
End | |
Contact | gebruiker:zarya |
Website | |
Information | system on a chip |
Status | Alpha |
- General hackerspaces site http://wiki.eth-0.nl/index.php/Sc12_ipc@chip
Specs
- Beck IPC@Chip SC12
- AMD 80186 @ 20Mhz
- 512kb ram
- 512kb flash
- 10mbit ethernet
- rs232+rs488
- File:SC12 SCHEMA.pdf
- File:SC12 Startup.pdf
- File:SC12 Controller datasheet.pdf
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
- (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
- 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
- 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)