<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>simulator Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/simulator/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Fri, 27 Aug 2021 17:06:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Install SimulIDE on Debian 11</title>
		<link>https://www.osradar.com/install-simulide-debian-electronic-simulator/</link>
					<comments>https://www.osradar.com/install-simulide-debian-electronic-simulator/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 02 Sep 2021 23:56:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bullseye]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[simulator]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=32036</guid>

					<description><![CDATA[<p>Hello, friends. This post is directed to electronics or related students who need to simulate electronic boards for educational or even professional purposes. This is because, after this post, you will learn how to install SimulIDE on Debian 11. According to the official website of the project: SimulIDE is a simple real-time electronic circuit simulator, [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-simulide-debian-electronic-simulator/">Install SimulIDE on Debian 11</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-line-data">Hello, friends. This post is directed to electronics or related students who need to simulate electronic boards for educational or even professional purposes. This is because, after this post, you will learn how to install SimulIDE on Debian 11.</p>



<p class="has-line-data">According to the official website of the project:</p>



<blockquote class="wp-block-quote"><p class="has-line-data" data-line-start="4" data-line-end="5">SimulIDE is a simple real-time electronic circuit simulator, intended for hobbyist or students to learn and experiment with simple electronic circuits and microcontrollers, supporting PIC, AVR, and Arduino.</p></blockquote>



<p class="has-line-data">So this kind of application allows us to simulate before creating electronics. As we are told they are oriented to students but can be used by many professionals in the field. This is because the application is really easy to use, just drag components from the list, drop into the circuit, connect them and push the power button to see how it works.</p>



<p class="has-line-data">Also, it includes a code editor for GcBasic, Arduino, PIC asm, and AVR asm. Although it is in a very early stage of development, it is perfectly usable.</p>



<p class="has-line-data">I have not mentioned it, but SimulIDE is open source which allows us to use it without restrictions and always with the possibility to examine the source code of the application.</p>



<p class="has-line-data">So, let’s go for it.</p>



<h2 class="code-line"><a id="Install_SimulIDE_on_Debian_11_14"></a>Install SimulIDE on Debian 11</h2>



<p class="has-line-data">As far as I have been able to investigate there are no precompiled packages specifically for Debian 11. However, the application is distributed as a binary for all Linux distributions that exist.</p>



<p class="has-line-data">First, let’s install the dependencies for Debian 11. Open a terminal and run this pair of commands:</p>



<pre class="wp-block-preformatted">sudo apt update
sudo apt install libqt5svg5 libQt5Multimedia libQt5Xml libQt5Script libQt5SerialPort</pre>



<p class="has-line-data">This is because SimulIDE is built with QT technology.</p>



<p class="has-line-data">So, now download the SimulIDE package for Linux from the <a href="https://www.simulide.com/p/downloads.html" target="_blank" rel="noreferrer noopener">SimulIDE web site.</a></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="518" src="https://www.osradar.com/wp-content/uploads/2021/08/1-15-1024x518.png" alt="1.- SimulIDE download page" class="wp-image-32038" srcset="https://www.osradar.com/wp-content/uploads/2021/08/1-15-1024x518.png 1024w, https://www.osradar.com/wp-content/uploads/2021/08/1-15-300x152.png 300w, https://www.osradar.com/wp-content/uploads/2021/08/1-15-768x388.png 768w, https://www.osradar.com/wp-content/uploads/2021/08/1-15-696x352.png 696w, https://www.osradar.com/wp-content/uploads/2021/08/1-15-1068x540.png 1068w, https://www.osradar.com/wp-content/uploads/2021/08/1-15.png 1349w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- SimulIDE download page</figcaption></figure>



<p class="has-line-data">Choose the <code>Linux 64</code> package and the download will start. For this post, we are using the stable version.</p>



<p class="has-line-data">When the download is finished, open your file browser and you will see the downloaded file.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="https://www.osradar.com/wp-content/uploads/2021/08/2-10-1024x576.png" alt="2.- SimulIDE package" class="wp-image-32039" srcset="https://www.osradar.com/wp-content/uploads/2021/08/2-10-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2021/08/2-10-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2021/08/2-10-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2021/08/2-10-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2021/08/2-10-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2021/08/2-10.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- SimulIDE package</figcaption></figure>



<p class="has-line-data">Unzip it and go to the <code>bin</code> folder where the compiled package will be.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="https://www.osradar.com/wp-content/uploads/2021/08/3-5-1024x576.png" alt="3.- SimulIDE file" class="wp-image-32040" srcset="https://www.osradar.com/wp-content/uploads/2021/08/3-5-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2021/08/3-5-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2021/08/3-5-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2021/08/3-5-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2021/08/3-5-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2021/08/3-5.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>3.- SimulIDE file</figcaption></figure>



<p class="has-line-data">And simply double-click on the file to start the application.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="576" src="https://www.osradar.com/wp-content/uploads/2021/08/4-1-1024x576.png" alt="4.- SimulIDE on Debian 111" class="wp-image-32042" srcset="https://www.osradar.com/wp-content/uploads/2021/08/4-1-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2021/08/4-1-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2021/08/4-1-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2021/08/4-1-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2021/08/4-1-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2021/08/4-1.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>4.- SimulIDE on Debian 11</figcaption></figure>



<p class="has-line-data">So, it’s that easy.</p>



<p class="has-line-data">If you want to use AppIMAGE then the steps are similar. Download it, unzip it and run it.</p>



<p class="has-line-data">So, enjoy it</p>



<h2 class="code-line"><a id="Conclusion_41"></a>Conclusion</h2>



<p class="has-line-data">In this post, you learned how to install SimulIDE on Debian 11 quickly and easily. So you can simulate electronic boards quickly.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-simulide-debian-electronic-simulator/">Install SimulIDE on Debian 11</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-simulide-debian-electronic-simulator/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
