Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Hardware Hacking Build

Sharing Electronic Schematics 70

derGoldstein writes with a blurb in Make about Circuit Bee. From the article: "CircuitBee is like YouTube for your circuit schematics. You upload your Eagle or Kicad schematics, we crunch the numbers and create an online embeddable version of your schematic."
This discussion has been archived. No new comments can be posted.

Sharing Electronic Schematics

Comments Filter:
  • by TheGratefulNet ( 143330 ) on Tuesday July 26, 2011 @03:07PM (#36887154)

    I do hardware and firmware work and have lately been doing some eagle board level layout.

    a lot of people don't use just one pkg. eagle is not bad for pcb layout but some friends I work with use another pkg to draw the schematic. your system would probably not handle this kind of split development.

    the javascript - well - not a big fan of it, to be honest. more and more, JS gets caught in adblock/noscript filters and its too much work to unblock you. just being candid about J. just don't like it. its usually overly complex, a support headache and not at all friendly to static style postings.

    people want to download the eagle files (or other) and use them directly. this works ok enough; I'm not sure I see value in a 'pan around' read only kind of web extension. to do anything real, you HAVE to load the file (source) into the editor and use the actual program.

    I also want to be able to click on an image and save-as easily. JS code just fights that.

    sorry, but I can't get behind a JS solution when its not at all needed. its just getting in the way and I see no need to have to fight with websites just to do circuit and board level collab.

There are two ways to write error-free programs; only the third one works.

Working...