KTechlab: Difference between revisions

From KDE UserBase Wiki
m (Add link to guide in other language)
(Add features section)
Line 11: Line 11:
<!--T:3-->
<!--T:3-->
'''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 [https://en.wikipedia.org/wiki/PIC_microcontroller PIC]s to instantly create their own programs, while the electronic simulation allows stepping through a PIC's assembly program inside a circuit.
'''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 [https://en.wikipedia.org/wiki/PIC_microcontroller PIC]s 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
** [https://en.wikipedia.org/wiki/Flowcode 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== <!--T:5-->
==More Information== <!--T:5-->

Revision as of 15:03, 15 April 2019

Other languages:
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