Some electronic programs

Mathematical tools, physics simulators, CAD, CNC, etc.
Post Reply
Message
Author
User avatar
mister_electronico
Posts: 969
Joined: Sun 20 Jan 2008, 20:20
Location: Asturias_ España
Contact:

Some electronic programs

#1 Post by mister_electronico »

First of all apologize for the following three programs are windows, I understand that there are people who do not like but I put that are interesting and which are free.

To run these programs is necessary to install wine, I install this pet but I guess any more today also worked well.

http://distro.ibiblio.org/pub/linux/dis ... ucid52.pet

While installing a window appear, the only thing we have to do is configure the system of windows that we are using, in my case Windows XP.





_________________________________________________________________________
My Blog

https://misterelectronicoes.wordpress.c ... -homemade/
Last edited by mister_electronico on Tue 07 Apr 2015, 12:04, edited 1 time in total.

User avatar
mister_electronico
Posts: 969
Joined: Sun 20 Jan 2008, 20:20
Location: Asturias_ España
Contact:

first Program Visual Analyser

#2 Post by mister_electronico »

First Program Visual Analyser is a good oscilloscope, generator, frequency meter

We can download from:

http://www.sillanumsoft.org/Download/SetupVA2014.02.exe

We installed in windows and in my case I use windows XP and It installed in:

/mnt/sda1/Program files/Visual Analyser


we can create a script that can be run from anywhere as follows

Code: Select all

#!/bin/sh
wine "/mnt/sda1/Program files/Visual Analyser/VA32.EXE" 



_________________________________________________________________________
My Blog

https://misterelectronicoes.wordpress.c ... -homemade/

This program is very good and so I wanted to put here.
Attachments
visual_analyser.png
(119.61 KiB) Downloaded 731 times
Last edited by mister_electronico on Tue 07 Apr 2015, 12:19, edited 2 times in total.

User avatar
mister_electronico
Posts: 969
Joined: Sun 20 Jan 2008, 20:20
Location: Asturias_ España
Contact:

Second program Sinewave.

#3 Post by mister_electronico »

Second program is Sinewave is a frequency generator with sound card.
just as it is free and we can not download from:

http://www.electronics-lab.com/download ... php?fid=35

This program would require even you have installed windows.

We could make a script like this

#!/bin/sh
cd /mnt/home/sinewave
wine SINE.EXE






_________________________________________________________________________
My Blog

https://misterelectronicoes.wordpress.c ... -homemade/
Attachments
sinewave.png
(14.85 KiB) Downloaded 719 times
Last edited by mister_electronico on Tue 07 Apr 2015, 12:04, edited 1 time in total.

User avatar
mister_electronico
Posts: 969
Joined: Sun 20 Jan 2008, 20:20
Location: Asturias_ España
Contact:

The third program would Cocodrile

#4 Post by mister_electronico »

The third program would Cocodrile A very visual basic electronic simulator.


We can not download it from

https://www.youtube.com/redirect?q=http ... I4NDA3NjUy

Once installed in windows we can do script with a link to the executable of "Crocodile" in my case is installed on the hard drive of Windows:

/mnt/sda1/Program files/Crocodile Clips v3.5


Then the script:

Code: Select all

#! / bin / sh
wine "/mnt/sda1/ Program Files/ Crocodile Clips v3.5/ CROCCLIP.EXE"
I hope these programs are interesting.




_________________________________________________________________________
My Blog

https://misterelectronicoes.wordpress.c ... -homemade/
Attachments
cocodrile.jpg
(26.98 KiB) Downloaded 757 times

User avatar
mister_electronico
Posts: 969
Joined: Sun 20 Jan 2008, 20:20
Location: Asturias_ España
Contact:

Some considerations.

#5 Post by mister_electronico »

Comment that as sinewave some windows programs I have managed to run Puppy installed without windows, putting in some cases the dll in the same directorior executable program.

I have not gotten make works the serial port such as /dev/ttyS0 port COM0 work with windows but quite often there are instructions on this subject on the internet.

Greetings.





_______________________________________________________________________
My Blog

https://misterelectronicoes.wordpress.c ... -homemade/

Post Reply