nedoPC.org

Electronics hobbyists community established in 2002
Atom Feed | View unanswered posts | View active topics It is currently 28 Mar 2024 07:09



Reply to topic  [ 13 posts ] 
Сircuits.СС 

What should be a next step in development?
Creating more libraries and library components 25%  25%  [ 1 ]
Long lines drawing tools (it's difficult to draw lines cell by cell) 25%  25%  [ 1 ]
Logic simulator with logging and visualization 25%  25%  [ 1 ]
Gerber/Excellon generator (and/or ability to order PCBs) 25%  25%  [ 1 ]
Private rooms with login are extrimely needed 0%  0%  [ 0 ]
Make it faster, because it's so sloooow 0%  0%  [ 0 ]
Forget this stupid project immediately 0%  0%  [ 0 ]
Total votes : 4

Сircuits.СС 
Author Message
Admin
User avatar

Joined: 08 Jan 2003 23:22
Posts: 22409
Location: Silicon Valley
Reply with quote
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

_________________
:dj: https://mastodon.social/@Shaos


Last edited by Shaos on 27 Jan 2013 19:46, edited 9 times in total.



22 Nov 2012 08:51
Profile WWW
Admin
User avatar

Joined: 08 Jan 2003 23:22
Posts: 22409
Location: Silicon Valley
Reply with quote
Post 
Current screenshot:

Image

_________________
:dj: https://mastodon.social/@Shaos


27 Nov 2012 20:45
Profile WWW
Admin
User avatar

Joined: 08 Jan 2003 23:22
Posts: 22409
Location: Silicon Valley
Reply with quote
Post 
After been referenced on http://dangerousprototypes.com

http://dangerousprototypes.com/2012/11/28/online-ascii-pcb-and-schematics-editor/

our sandbox looks like this :(

Image

_________________
:dj: https://mastodon.social/@Shaos


28 Nov 2012 17:27
Profile WWW
Admin
User avatar

Joined: 08 Jan 2003 23:22
Posts: 22409
Location: Silicon Valley
Reply with quote
Post 
More about Circuits.CC:

http://www.adafruit.com/blog/2012/11/29/circuits-cc-online-ascii-pcb-and-schematics-editor/

Also we got some traffic from reddit, twitter and facebook...

_________________
:dj: https://mastodon.social/@Shaos


29 Nov 2012 20:09
Profile WWW
Admin
User avatar

Joined: 08 Jan 2003 23:22
Posts: 22409
Location: Silicon Valley
Reply with quote
Post 
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!

_________________
:dj: https://mastodon.social/@Shaos


30 Nov 2012 21:33
Profile WWW
Admin
User avatar

Joined: 08 Jan 2003 23:22
Posts: 22409
Location: Silicon Valley
Reply with quote
Post 
I've moved Circuits.CC to new registrar and new hosting company

_________________
:dj: https://mastodon.social/@Shaos


22 Dec 2012 21:04
Profile WWW
Admin
User avatar

Joined: 08 Jan 2003 23:22
Posts: 22409
Location: Silicon Valley
Reply with quote
Post 
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

_________________
:dj: https://mastodon.social/@Shaos


23 Dec 2012 22:30
Profile WWW
Admin
User avatar

Joined: 08 Jan 2003 23:22
Posts: 22409
Location: Silicon Valley
Reply with quote
Post 
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

_________________
:dj: https://mastodon.social/@Shaos


24 Dec 2012 09:22
Profile WWW
Admin
User avatar

Joined: 08 Jan 2003 23:22
Posts: 22409
Location: Silicon Valley
Reply with quote
Post 
Added all existing PLCC sockets to the Lib/Brd/PLCC:

Image

See http://circuits.cc

_________________
:dj: https://mastodon.social/@Shaos


26 Dec 2012 14:33
Profile WWW
Admin
User avatar

Joined: 08 Jan 2003 23:22
Posts: 22409
Location: Silicon Valley
Reply with quote
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

_________________
:dj: https://mastodon.social/@Shaos


09 May 2019 22:54
Profile WWW
Admin
User avatar

Joined: 08 Jan 2003 23:22
Posts: 22409
Location: Silicon Valley
Reply with quote
1st board designed in http://Circuits.CC:

Attachment:
plcc44ad.png
plcc44ad.png [ 10.32 KiB | Viewed 18334 times ]


Attachment:
plcc44ad-scan.jpg
plcc44ad-scan.jpg [ 645.38 KiB | Viewed 18391 times ]


Attachment:
plcc44ad-pcbs-small.jpg
plcc44ad-pcbs-small.jpg [ 294.79 KiB | Viewed 18391 times ]


Attachment:
plcc44ad-built.jpg
plcc44ad-built.jpg [ 226.91 KiB | Viewed 18391 times ]

_________________
:dj: https://mastodon.social/@Shaos


26 Nov 2019 21:06
Profile WWW
Admin
User avatar

Joined: 08 Jan 2003 23:22
Posts: 22409
Location: Silicon Valley
Reply with quote
You can order three of them on OSHPark: https://oshpark.com/shared_projects/Ux20E03D


Attachments:
plcc44ad-top.png
plcc44ad-top.png [ 136.34 KiB | Viewed 18356 times ]
plcc44ad-bottom.png
plcc44ad-bottom.png [ 70.77 KiB | Viewed 18356 times ]

_________________
:dj: https://mastodon.social/@Shaos
27 Nov 2019 18:53
Profile WWW
Admin
User avatar

Joined: 08 Jan 2003 23:22
Posts: 22409
Location: Silicon Valley
Reply with quote
Next board will be PLCC-28 adapter:


Attachments:
plcc28ad.png
plcc28ad.png [ 5.06 KiB | Viewed 18334 times ]

_________________
:dj: https://mastodon.social/@Shaos
28 Nov 2019 17:07
Profile WWW
Display posts from previous:  Sort by  
Reply to topic   [ 13 posts ] 

Who is online

Users browsing this forum: No registered users and 25 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software.