<?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>Pic Programmer &#8211; Maker Projects</title>
	<atom:link href="https://makerprojekte.de/en/category/pic-programmer-en/feed/" rel="self" type="application/rss+xml" />
	<link>https://makerprojekte.de/en/</link>
	<description>A blog for makers</description>
	<lastBuildDate>Sun, 24 Nov 2019 12:03:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://makerprojekte.de/wp-content/uploads/2025/12/makerprojects-100x100.png</url>
	<title>Pic Programmer &#8211; Maker Projects</title>
	<link>https://makerprojekte.de/en/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Arduino Pic Programmer</title>
		<link>https://makerprojekte.de/en/arduino-pic-programmer/</link>
					<comments>https://makerprojekte.de/en/arduino-pic-programmer/#comments</comments>
		
		<dc:creator><![CDATA[Gregor]]></dc:creator>
		<pubDate>Fri, 01 Nov 2019 12:56:02 +0000</pubDate>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Pic Programmer]]></category>
		<guid isPermaLink="false">https://makerprojekte.de/arduino-pic-programmer/</guid>

					<description><![CDATA[Overview If you would search the internet you will find quite some DIY pic programmers. However, those designs often either require a true serial or parallel port instead of an easily available USB port or are designed around a pre-programmed controller assuming access to a programmer. A compelling alternative would be the use of an &#8230; <a href="https://makerprojekte.de/en/arduino-pic-programmer/" class="more-link">Continue reading<span class="screen-reader-text"> "Arduino Pic Programmer"</span></a>]]></description>
										<content:encoded><![CDATA[<h2>Overview</h2>
<p>If you would search the internet you will find quite some DIY pic programmers. However, those designs often either require a true serial or parallel port instead of an easily available USB port or are designed around a pre-programmed controller assuming access to a programmer.</p>
<p>A compelling alternative would be the use of an Arduino as in the <a href="http://rweather.github.io/ardpicprog/">ArdPicProg</a>. Load the Arduino sketch, the host program and add a prototype shield with a very limited number of additional components to build your pic programmer. This programmer features also a ICD connector and an RJ-11 jack (ICD2) interface. The complete project including hard- and software is open source and is released under the GNU General Public License Version 3. You can build your own ArdPicProg by using the especially designed PCB.</p>
<p>The complete setup and the application of the ArdPicProg is described in more detail in the User&#8217;s Guide.</p>
<div class="sdm_download_button_box_default"><div class="sdm_download_link"><a href="https://makerprojekte.de/en//?sdm_process_download=1&download_id=408" class="sdm_download green" title="ArdPicProg User&#8217;s Guide" >Download User Guide ArdPicProg (.pdf, EN)</a></div></div>
<h2>Host-Software for ArdPicProg</h2>
<p>For programming a pic controller a host software would be required. You can select between two options: the terminal program &#8220;Ardpicprog&#8221; or the &#8220;Arduino Pic Programmer&#8221; (ArdPicProgHost) with a Windows based graphical user interface. The source code for both programs is Open Source and would be available for download on <a href="https://github.com/makerprojects">github</a>.</p>
<h3>Arduino Pic Programmer (ArdPicProgHost)</h3>
<p>This windows application offers a modern and intuitive way of programming a pic controller.</p>
<p><a href="https://makerprojekte.de/wp-content/uploads/2017/10/ArdPicProgHost.png"><img fetchpriority="high" decoding="async" class="alignnone size-medium wp-image-390" src="https://makerprojekte.de/wp-content/uploads/2017/10/ArdPicProgHost-300x220.png" alt="" width="300" height="220" srcset="https://makerprojekte.de/wp-content/uploads/2017/10/ArdPicProgHost-300x220.png 300w, https://makerprojekte.de/wp-content/uploads/2017/10/ArdPicProgHost-400x293.png 400w, https://makerprojekte.de/wp-content/uploads/2017/10/ArdPicProgHost-768x562.png 768w, https://makerprojekte.de/wp-content/uploads/2017/10/ArdPicProgHost.png 783w" sizes="(max-width: 300px) 85vw, 300px" /></a></p>
<p>Controllers which are supported by the Arduino Pic programmer can be read, erased, and written. The user interface and the program options are also described in the User&#8217;s Guide.</p>
<p>ArdPicProgHost was programmed with Microsoft VB2010 Express and is released under a <a href="http://www.gnu.org/licenses/gpl-3.0-standalone.html">GNU General Public License Version 3</a>. The source code is provided through a <a href="https://github.com/makerprojects/ArdPicProgHost">github repository</a>. The executable (Release 0.2.7) can be downloaded here:</p>
<div class="sdm_download_button_box_default"><div class="sdm_download_link"><a href="https://makerprojekte.de/en//?sdm_process_download=1&download_id=411" class="sdm_download green" title="ArdPicProgHost (EXE)" >Download ArdPicProg.Exe (.zip Datei)</a></div></div>
<p>The software does not require any installation. After downloading and unzipping the program can be executed right away.</p>
<h3>PicProgHost (terminal program)</h3>
<p>You could also employ the host application &#8220;PicProgHost&#8221; for programming pic controllers which offers a terminal interface. The application is based on the open source Ardpicprog host software you would find on the <a href="http://rweather.github.io/ardpicprog/host_program.html">ArdpicProg project pages</a>. These pages also provide for a suitable documentation of the program operation.</p>
<p><a href="https://makerprojekte.de/wp-content/uploads/2017/10/picprog_catalogue.png"><img decoding="async" class="alignnone size-medium wp-image-392" src="https://makerprojekte.de/wp-content/uploads/2017/10/picprog_catalogue-300x201.png" alt="" width="300" height="201" srcset="https://makerprojekte.de/wp-content/uploads/2017/10/picprog_catalogue-300x201.png 300w, https://makerprojekte.de/wp-content/uploads/2017/10/picprog_catalogue.png 392w" sizes="(max-width: 300px) 85vw, 300px" /></a></p>
<p>The original source code has been migrated to a Qt 5 environment and the most recent version is now capable of handling COM ports &gt; 9. The can be downloaded here:&gt;</p>
<div class="sdm_download_button_box_default"><div class="sdm_download_link"><a href="https://makerprojekte.de/en//?sdm_process_download=1&download_id=414" class="sdm_download green" title="PicProgHost" >Download PicProgHost.Exe (.zip Datei)</a></div></div>
<p>The source code is available on <a href="https://github.com/makerprojects/PicProgTerm">github</a>. The <a href="http://rweather.github.io/ardpicprog/host_program.html">line commands</a> are fully backwards compatible to Ardpicprog &#8211; therefore please refer to the <a href="http://rweather.github.io/ardpicprog/host_program.html">ArdPicProg project pages</a> for more information.</p>
<p>There is no program installation required. The user interface is also described in the User&#8217;s Guide.</p>
<h2>Arduino sketch &#8220;ProgramPic&#8221;</h2>
<p>The &#8220;ProgramPic&#8221; Sketch which is required for using the Arduino ArdPicProg shield is released under a GNU General Public License Version 3 The sketch is provided through the <a href="https://github.com/makerprojects/ProgramPic">ProgramPic github repository</a>.</p>
<h2 id="Servotester-Bausatz-und-Kompon">ArdPicProg printed circuit board</h2>
<p>The ArdPicProg PCB is available in the <a href="https://makerprojekte.de/en/produkt/pcb-arduino-pic-programmer/">shop</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://makerprojekte.de/en/arduino-pic-programmer/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
