Сircuits.СС

English forum for http://www.nedopc.org/nedopc

Moderator: Shaos

What should be a next step in development?

Creating more libraries and library components
1
25%
Long lines drawing tools (it's difficult to draw lines cell by cell)
1
25%
Logic simulator with logging and visualization
1
25%
Gerber/Excellon generator (and/or ability to order PCBs)
1
25%
Private rooms with login are extrimely needed
0
No votes
Make it faster, because it's so sloooow
0
No votes
Forget this stupid project immediately
0
No votes
 
Total votes: 4
User avatar
Shaos
Admin
Posts: 24008
Joined: 08 Jan 2003 23:22
Location: Silicon Valley

Сircuits.СС

Post by Shaos »

Now I'm working on online schematics editor/simulator with potential ability to generate PCB layouts. It's very unusual mix of technologies:
  • on the client side - JavaScript and Roberta bytecode interpreter (later re-branded as Robby virtual machine);
  • on the server side - SQLite and Hopeless (in 2019 switched to MySQL+PHP).
Currently it's only sandbox kind of toy - you may draw schemes or boards by "old school" DOS pseudographic characters on one global black board:

Image

No logins, no private boards - everybody will see what you are doing!
But I monitor activities by IP-address - just in case ;)

http://Circuits.CC

Web-site tested on these browsers:

FireFox 16.0 and 17.0 (good experience - developed on it);
Chrome 23 (best experience);
Safari 5.1.7 (best experience) and v4.1.3 (a little slower);
Opera 9.64 (slow), 10.63, 11.52 and 12.1;
Konqueror v4.5.5 and v4.8.4;
Internet Explorer 8 and 9 (slow, but working);
And even web-browser in Android v2.3.6 ;)

Any suggestions are welcome!

P.S. Screenshot updated on December 23rd, 2012 with v0.2 - now it has a number of libraries and copy/paste feature!

P.P.S. Updated list of tested web-browsers as per May 2019:

FireFox v66.0.4 (64-bit), v60.5.1esr (64-bit), v52.9.0 (32-bit), v17, v16, people says v3.5 works too, but slow, (v66 in Windows10 was a little slow to load, but then ok);
Chrome v49.0, v23;
Safari v11.1.2, v5.1.7 and even v4.1.3 works (in MacOS X 10.4 on PowerPC G4);
Safari from iOS 12.2 (touchscreen on iPad);
Opera v58.0, v36.0, v12.11, v11.52, v10.63, v9.64 (slow);
Konqueror v4.14.25, v4.8.4, v4.5.5;
Android 2.3.6 (touchscreen);
Internet Explorer v9.0 and v8.0 also supported since November 23, 2012 (works, but slow);
Microsoft Edge (mouse & touchscreen on Win10).

P.P.P.S. Source code is available on GitLab:
https://gitlab.com/shaos/circuits_cc
Last edited by Shaos on 27 Jan 2013 19:46, edited 9 times in total.
Я тут за главного - если что шлите мыло на me собака shaos точка net
User avatar
Shaos
Admin
Posts: 24008
Joined: 08 Jan 2003 23:22
Location: Silicon Valley

Post by Shaos »

Current screenshot:

Image
Я тут за главного - если что шлите мыло на me собака shaos точка net
User avatar
Shaos
Admin
Posts: 24008
Joined: 08 Jan 2003 23:22
Location: Silicon Valley

Post by Shaos »

Я тут за главного - если что шлите мыло на me собака shaos точка net
User avatar
Shaos
Admin
Posts: 24008
Joined: 08 Jan 2003 23:22
Location: Silicon Valley

Post by Shaos »

More about Circuits.CC:

http://www.adafruit.com/blog/2012/11/29 ... cs-editor/

Also we got some traffic from reddit, twitter and facebook...
Я тут за главного - если что шлите мыло на me собака shaos точка net
User avatar
Shaos
Admin
Posts: 24008
Joined: 08 Jan 2003 23:22
Location: Silicon Valley

Post by Shaos »

Just published full source code of Circuits.CC:

github.com/shaos/circuits_cc

Webitable+Weberta are covered by LGPLv2.1 (Weberta is under developement)
Future programs written in Roberta programming language will be covered by GPLv3
But server side sources in Hope programming language are considered Public Domain!
Я тут за главного - если что шлите мыло на me собака shaos точка net
User avatar
Shaos
Admin
Posts: 24008
Joined: 08 Jan 2003 23:22
Location: Silicon Valley

Post by Shaos »

I've moved Circuits.CC to new registrar and new hosting company
Я тут за главного - если что шлите мыло на me собака shaos точка net
User avatar
Shaos
Admin
Posts: 24008
Joined: 08 Jan 2003 23:22
Location: Silicon Valley

Post by Shaos »

New version 0.2 is available on Circuits.CC and GitHub

Now we have Copy/Paste and 200 library components:

Lib/Brd/Macros/ (3)
Lib/Brd/SIP/ (108 - up to 36 pins)
Lib/Brd/DIP/ (38 - up to DIP64)
Lib/Brd/SOIC/ (24 - up to SOIC32)
Lib/Brd/PLCC/ (2 - PLCC32 PLCC84)
Lib/Brd/Examples (1 - RS232_TTL)
Lib/Sch/Macros/ (8 - PWR GND NEG_PWR PWR5V PWR3V RES CAP CAP_EL)
Lib/Sch/Logic/ (10 - NOT OR2 AND2 NAND2 XOR OR3 AND3 OR4 AND4 MUX2)
Lib/Sch/BigLogic (1 - DTRIG_RS)
Lib/Ternary/ (5 - MUX3 TRIMUX_SCH TRIMUX TRI_1L TRI_2L)
Lib/Clipboard/ (Copy/Paste)

http://circuits.cc

Image
Я тут за главного - если что шлите мыло на me собака shaos точка net
User avatar
Shaos
Admin
Posts: 24008
Joined: 08 Jan 2003 23:22
Location: Silicon Valley

Post by Shaos »

I have created a poll on the top of this thread to see what users want more
Please choose one option that is number one priority personally for you
Based on your responses I will do further development of Circuits.CC
Я тут за главного - если что шлите мыло на me собака shaos точка net
User avatar
Shaos
Admin
Posts: 24008
Joined: 08 Jan 2003 23:22
Location: Silicon Valley

Post by Shaos »

Added all existing PLCC sockets to the Lib/Brd/PLCC:

Image

See http://circuits.cc
Я тут за главного - если что шлите мыло на me собака shaos точка net
User avatar
Shaos
Admin
Posts: 24008
Joined: 08 Jan 2003 23:22
Location: Silicon Valley

Re: Сircuits.СС

Post by Shaos »

New version 0.3 is available now:

http://Circuits.CC

It uses Rgrid.js as new AJAX+VM engine, PHP+MySQL backend and comments through IntenseDebate :idea:

All source codes: https://gitlab.com/shaos/circuits_cc

P.S. Animated history of Circuits.CC (2012-2017):


https://youtu.be/Cuoqo8O80zQ
Я тут за главного - если что шлите мыло на me собака shaos точка net
User avatar
Shaos
Admin
Posts: 24008
Joined: 08 Jan 2003 23:22
Location: Silicon Valley

Re: Сircuits.СС

Post by Shaos »

1st board designed in http://Circuits.CC:
plcc44ad.png
plcc44ad-scan.jpg
plcc44ad-pcbs-small.jpg
plcc44ad-built.jpg
You do not have the required permissions to view the files attached to this post.
Я тут за главного - если что шлите мыло на me собака shaos точка net
User avatar
Shaos
Admin
Posts: 24008
Joined: 08 Jan 2003 23:22
Location: Silicon Valley

Re: Сircuits.СС

Post by Shaos »

You can order three of them on OSHPark: https://oshpark.com/shared_projects/Ux20E03D
You do not have the required permissions to view the files attached to this post.
Я тут за главного - если что шлите мыло на me собака shaos точка net
User avatar
Shaos
Admin
Posts: 24008
Joined: 08 Jan 2003 23:22
Location: Silicon Valley

Re: Сircuits.СС

Post by Shaos »

Next board will be PLCC-28 adapter:
You do not have the required permissions to view the files attached to this post.
Я тут за главного - если что шлите мыло на me собака shaos точка net