KTechlab/en: Difference between revisions

From KDE UserBase Wiki
(Importing a new version from external source)
(Importing a new version from external source)
 
Line 26: Line 26:
==More Information==
==More Information==


* [http://www-mdp.eng.cam.ac.uk/web/CD/engapps/ktechlab/ktechlab.pdf KTechLab User guide (pdf)]
* [http://www-mdp.eng.cam.ac.uk/web/CD/engapps/ktechlab/ktechlab.pdf English KTechLab User guide (pdf)]
* [https://en.wikipedia.org/wiki/KTechLab Wikipedia]


* [https://sourceforge.net/projects/ktechlab/files/ktechlab/user%20docs/KTechLab_es.pdf/download Spanish KTechLab User guide (pdf)]
* [https://sourceforge.net/projects/ktechlab/files/ktechlab/user%20docs/KTechLab_es.pdf/download Spanish KTechLab User guide (pdf)]

Latest revision as of 16:50, 15 April 2019

KTechlab is an IDE for microcontrollers and electronics.

Overview

KTechlab has been designed to be as easy to use and unintrusive as possible; all components and FlowParts have context sensitive help, and simulating electronics is as simple as dragging components onto the work area and creating connectors that autoroute themselves between their pins. FlowCode allows users new to PICs to instantly create their own programs, while the electronic simulation allows stepping through a PIC's assembly program inside a circuit.

Features

  • Project based workflow, possibility to create subprojects
  • Support multiple document types
    • Circuit, that can be simulated
    • Flowcode
      • set up pic to upload to
      • can be converted to microbe, hex, Assembly
      • uploaded to pic
    • Text documents: (hex, assembly, microbe, C)
  • Posibility to export Flowcodes and circuits to an image


More Information