11 projects tagged "Electronics"
FidoCadJ is a very easy-to-use editor, with a library of electrical symbols and footprints (through hole and SMD). Drawings can be exported in several graphic formats (PDF, EPS, PGF for LaTeX, SVG, PNG, and JPEG). Although very simple and not relying on any netlist concept, FidoCadJ can be considered a basic electronic design automation program. FidoCadJ uses a file format containing only UTF-8 text, which is very compact and suited for copying and pasting with newsgroups and forum messages. This determined its success, as it is quite versatile for simple mechanical drawings as well as for electronics.
μnix is an open source DIY hardware and software project that endeavors to create a complete, usable, computer workstation using only discrete components, IC chips, and 8-bit microcontrollers. The electronic design, including the schematics and PCB layout, is open and usable by anyone. In addition, the necessary firmware for all of the ancillary microcontrollers is provided, including the advanced firmware acting as the Operating System on the main CPU units. The goal is not to try to create a competing product with any of the x86 computers out there, but instead to learn and teach the very low-level information and skills needed to create a complete workstation from scratch, starting from the circuit boards and ending with the multitasking OS. The project is open to anyone that wants to contribute or even just be involved in some way with a project of this scope and innovation.
FidoReadPHP is a PHP class that can dynamically interpret data in the FidoCad/FidoCadJ format and produce an image corresponding to the data. The FidoCad/FidoCadJ format is used to store technical drawings in a compact text format that is very easy to embed in a Usenet post or a forum message.
QSapecNG (Symbolic Analysis Program for Electric Circuits (New Generation)) is a Qt-based program for symbolic analysis of linear analog circuits. It consists of two independent parts, the SapecNG framework engine and the QSapecNG GUI. It was based on SapWin. Users can draw, solve, analyse, and manage analog circuits.
Wedana (Web Electronic Design Automation Native Applications) is a JavaScript framework and end-user applications that allow you create, edit, and view electronic schematics using nothing but a Web browser. All produced data is based on the gEDA suite's formats, so the can be easily exchanged between each software.
OpenSCB is a hardware and software solution for controlling servos over USB. The hardware is designed to interface with classic RC servos, AX-12/AX-18 servos, OpenServo, and more using a powerful 32-bit microcontroller with a USB port for programming and control with a PC. The schematic and layout will be available and can be customized. A graphical interface is also provided for your computer to configure, calibrate, and control the board.
The SimulAVR program is a simulator for the Atmel AVR family of microcontrollers (ATtiny and ATmega). SimulAVR can be used either standalone or as a remote target for avr-gdb. There are interfaces for Python and Tcl. When used in gdbserver mode, the simulator is used as a back-end so that avr-gdb can be used as a source level debugger for AVR programs.