This is freeware. The advantage is that it is free, the disadvantage is that I take no
warranty for eventual bugs. If you find any, please contact me and sometimes I can fix
them.
allows display and logging of multimeter values, can copy them to the clipboard and
thus offers the possibility to paste them into EXCEL or whatever.
(J.C. Feltes, based on readout code by H.J. Berndt)
MTDRAW is a simple drawing program especially useful for drawing electrical circuits.
It has the possibility to put reusable macros into a library
Easy drawing of coordinate systems, sine waves and any curves.
The drawings can be imported via clipboard to any WINDOWS application.
(J-M. Frantz and J.C. Feltes)
AVR timer calculator calculates the Compare register values necessary to achieve a certain timer interrupt time. Needs a Python 2.x installation with Tkinter (for the GUI)
I programmed this little application because I find it useful, and as an exercise in Python GUI programming.
( J.C. Feltes)
Kurzanleitungen Open Source Software und Linux / Summaries for Open source software and Linux
Da ich mit zunehmendem Alter immer vergesslicher werde, schreibe ich mir das Wichtigste auf. Hier gibt es Kurzanleitungen anhand von Beispielen.
My memory is not very good. In this place I store short summaries that are useful to me (and maybe to someone else)
Heeksfunctions: generate 2D objects, pocket, profile and drilling operations for HeeksCAD
The Pythonic approach to 2.5D CNC milling. All objects are generated by code (as in OpenSCAD).
This allows the use of variables, for loops and calculations in the drawing script.
The only thing to do in HeeksCAD is "Menu - Post process" to get the G code for the machine. Collaboration welcome!