<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Software Release v.0.7.0 - [Software] FabScanPi Server				            </title>
            <link>https://fabscan.org/community/latest-release/software-release-v-0-7-0/</link>
            <description>FabScan Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 12 Apr 2026 23:35:06 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Software Release v.0.7.0</title>
                        <link>https://fabscan.org/community/latest-release/software-release-v-0-7-0/#post-119</link>
                        <pubDate>Fri, 22 Mar 2019 15:44:04 +0000</pubDate>
                        <description><![CDATA[When I try to start the server withsudo /etc/init.d/fabscanpi-server startI get:avrdude-original: Using autoreset DTR on GPIO Pin 7fabscanpi-server started.If I type (directly after that)sud...]]></description>
                        <content:encoded><![CDATA[<p>When I try to start the server with</p><p>sudo /etc/init.d/fabscanpi-server start</p><p>I get:</p><p>avrdude-original: Using autoreset DTR on GPIO Pin 7<br />fabscanpi-server started.</p><p>If I type (directly after that)</p><p>sudo service fabscanpi restart</p><p>I get</p><p>Failed to restart fabscanpi.service: Unit fabscanpi.service not found.</p><p>The frontend still does not start ("The FabScanPi server is currently not running").</p><p>Greetings,</p><p>Ralf</p>]]></content:encoded>
						                            <category domain="https://fabscan.org/community/latest-release/">[Software] FabScanPi Server</category>                        <dc:creator>ralf02</dc:creator>
                        <guid isPermaLink="true">https://fabscan.org/community/latest-release/software-release-v-0-7-0/#post-119</guid>
                    </item>
				                    <item>
                        <title>RE: Software Release v.0.7.0</title>
                        <link>https://fabscan.org/community/latest-release/software-release-v-0-7-0/#post-66</link>
                        <pubDate>Sun, 17 Mar 2019 00:39:50 +0000</pubDate>
                        <description><![CDATA[Systemd is not 100% supported yet. So try to start/stop  the server by usingsudo /etc/init.d/fabscanpi-server &lt;start|stop&gt;- Mario]]></description>
                        <content:encoded><![CDATA[<p>Systemd is not 100% supported yet. So try to start/stop  the server by using</p><pre>sudo /etc/init.d/fabscanpi-server &lt;start|stop&gt;</pre><p>- Mario</p>]]></content:encoded>
						                            <category domain="https://fabscan.org/community/latest-release/">[Software] FabScanPi Server</category>                        <dc:creator>mario</dc:creator>
                        <guid isPermaLink="true">https://fabscan.org/community/latest-release/software-release-v-0-7-0/#post-66</guid>
                    </item>
				                    <item>
                        <title>RE: Software Release v.0.7.0</title>
                        <link>https://fabscan.org/community/latest-release/software-release-v-0-7-0/#post-65</link>
                        <pubDate>Sat, 16 Mar 2019 20:20:04 +0000</pubDate>
                        <description><![CDATA[Unfortunately, that does not work either. Still the same error. It is different now that no more python process is displayed. If I typeps -ef | grep -i fabscanpi | grep -i pythonnothing happ...]]></description>
                        <content:encoded><![CDATA[<p>Unfortunately, that does not work either. Still the same error. It is different now that no more python process is displayed. If I type</p><p>ps -ef | grep -i fabscanpi | grep -i python</p><p>nothing happens, only a line feed.</p><p>Restarting the server fails:</p><p>pi@fabscanpi:~ $ sudo service fabscanpi restart<br />Failed to restart fabscanpi.service: Unit fabscanpi.service not found.<br /><br /></p><p>What else can I try to get the FabscanPi running ?</p><p>Greetings,</p><p>Ralf</p>]]></content:encoded>
						                            <category domain="https://fabscan.org/community/latest-release/">[Software] FabScanPi Server</category>                        <dc:creator>ralf02</dc:creator>
                        <guid isPermaLink="true">https://fabscan.org/community/latest-release/software-release-v-0-7-0/#post-65</guid>
                    </item>
				                    <item>
                        <title>RE: Software Release v.0.7.0</title>
                        <link>https://fabscan.org/community/latest-release/software-release-v-0-7-0/#post-60</link>
                        <pubDate>Thu, 14 Mar 2019 19:34:06 +0000</pubDate>
                        <description><![CDATA[Hi, your first log already showed that the Raspberry Pi can not connect to the FabScanPi HAT. Your latest post shows that there is a problem with baud rate 57600. With 115200 it seems to wor...]]></description>
                        <content:encoded><![CDATA[<p>Hi, </p><p>your first log already showed that the Raspberry Pi can not connect to the FabScanPi HAT. Your latest post shows that there is a problem with baud rate 57600. With 115200 it seems to work. 57600 Baud is the default for flashing the firmware. You can set the flashing baud rate to 115200 in the config by adding the following line to the serial config part. </p><p>Add this line to the serial section: </p><pre>"flash_baudrate": 115200</pre><p>At the end it should look like the following blog: </p><pre>"serial": {<br />    "plattform_type": "fabscanpi",<br />    "baudrate": 57600,<br />    "autoflash": "True",<br />    "port": "/dev/ttyAMA0",<br />    "flash_baudrate": 115200<br />}<br /><br /></pre><p>This should work. </p><p>- Mario</p><p> </p>]]></content:encoded>
						                            <category domain="https://fabscan.org/community/latest-release/">[Software] FabScanPi Server</category>                        <dc:creator>mario</dc:creator>
                        <guid isPermaLink="true">https://fabscan.org/community/latest-release/software-release-v-0-7-0/#post-60</guid>
                    </item>
				                    <item>
                        <title>RE: Software Release v.0.7.0</title>
                        <link>https://fabscan.org/community/latest-release/software-release-v-0-7-0/#post-59</link>
                        <pubDate>Thu, 14 Mar 2019 17:38:31 +0000</pubDate>
                        <description><![CDATA[Hi,here is the output of the two commands:pi@fabscanpi:~ $ sudo avrdude-autoreset -p m328p -b 57600 -carduino -P/dev/ttyAM A0avrdude-original: Using autoreset DTR on GPIO Pin 7avrdude: stk50...]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p><p>here is the output of the two commands:</p><p>pi@fabscanpi:~ $ sudo avrdude-autoreset -p m328p -b 57600 -carduino -P/dev/ttyAM A0<br />avrdude-original: Using autoreset DTR on GPIO Pin 7<br />avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x30<br />avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x20<br />avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x30<br />avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x20<br />avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x30<br />avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x20<br />avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x30<br />avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x20<br />avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x30<br />avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x20</p><p>avrdude done. Thank you.</p><p>pi@fabscanpi:~ $ sudo avrdude-autoreset -p m328p -b 115200 -carduino -P/dev/ttyA MA0<br />avrdude-original: Using autoreset DTR on GPIO Pin 7</p><p>avrdude: AVR device initialized and ready to accept instructions</p><p>Reading | ################################################## | 100% 0.00s</p><p>avrdude: Device signature = 0x1e950f (probably m328p)</p><p>avrdude: safemode: Fuses OK (E:00, H:00, L:00)</p><p>avrdude done. Thank you.</p><p>The download of the zip file with the log file and debugging informations did not work. First, I had a lot of problems with security warnings from firefox. As I solved this problem, there was no zip file in my download path. I still have no access to the frontend (the fabscanPi Server is currently not running ...).</p><p>@rene: With the software 0.5.0 my fabscanPi still runs perfect. I had no problems with calibration and already did some scans.</p><p>Greetings, Ralf</p>]]></content:encoded>
						                            <category domain="https://fabscan.org/community/latest-release/">[Software] FabScanPi Server</category>                        <dc:creator>ralf02</dc:creator>
                        <guid isPermaLink="true">https://fabscan.org/community/latest-release/software-release-v-0-7-0/#post-59</guid>
                    </item>
				                    <item>
                        <title>RE: Software Release v.0.7.0</title>
                        <link>https://fabscan.org/community/latest-release/software-release-v-0-7-0/#post-51</link>
                        <pubDate>Tue, 12 Mar 2019 07:11:37 +0000</pubDate>
                        <description><![CDATA[Hello Ralf, can you please try this.First: sudo avrdude-autoreset -p m328p -b 57600 -carduino -P/dev/ttyAMA0Second:sudo avrdude-autoreset -p m328p -b 115200 -carduino -P/dev/ttyAMA0Please po...]]></description>
                        <content:encoded><![CDATA[<p>Hello Ralf, </p><p>can you please try this.</p><p>First: </p><pre><span class="pl-s">sudo avrdude-autoreset -p m328p -b 57600</span><span class="pl-s"> -carduino -P/dev/ttyAMA0</span></pre><p>Second:</p><pre>sudo avrdude-autoreset -p m328p -b 115200 -carduino -P/dev/ttyAMA0</pre><p>Please post the output of this command here. Some pictures of the<br />during the scan process (object on the table with opened lid) would<br />also be helpful.</p><p>There is also a better way of providing debug information (like log files) since v.0.7.0. You can call</p><pre><em>https://&lt;your_fabscan_ip_address&gt;/api/v1/log/download/<br /></em></pre><p>This command will initiate a download of a zip file. The zip contains a lot of files for a better debugging.</p><p>- mario</p><p> </p>]]></content:encoded>
						                            <category domain="https://fabscan.org/community/latest-release/">[Software] FabScanPi Server</category>                        <dc:creator>mario</dc:creator>
                        <guid isPermaLink="true">https://fabscan.org/community/latest-release/software-release-v-0-7-0/#post-51</guid>
                    </item>
				                    <item>
                        <title>RE: Software Release v.0.7.0</title>
                        <link>https://fabscan.org/community/latest-release/software-release-v-0-7-0/#post-49</link>
                        <pubDate>Sun, 10 Mar 2019 14:08:36 +0000</pubDate>
                        <description><![CDATA[Seems as if everything is setup as recommended. We will have a deeper look into this. If you switch back to 0.5.0, will everything work again? We need to be sure that the HAT is still workin...]]></description>
                        <content:encoded><![CDATA[<p>Seems as if everything is setup as recommended. We will have a deeper look into this. If you switch back to 0.5.0, will everything work again? We need to be sure that the HAT is still working.</p>]]></content:encoded>
						                            <category domain="https://fabscan.org/community/latest-release/">[Software] FabScanPi Server</category>                        <dc:creator>rene</dc:creator>
                        <guid isPermaLink="true">https://fabscan.org/community/latest-release/software-release-v-0-7-0/#post-49</guid>
                    </item>
				                    <item>
                        <title>RE: Software Release v.0.7.0</title>
                        <link>https://fabscan.org/community/latest-release/software-release-v-0-7-0/#post-48</link>
                        <pubDate>Sun, 10 Mar 2019 13:20:26 +0000</pubDate>
                        <description><![CDATA[Hi,I formatted the SD-Card and copied the 0.7.0 image with the Win32DiskImager to it (as recommended). I already use a 12 Volt / 3 Amp. Power Supply. For the 5 Volts, I use the 12V - 5V Step...]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p><p>I formatted the SD-Card and copied the 0.7.0 image with the Win32DiskImager to it (as recommended). I already use a 12 Volt / 3 Amp. Power Supply. For the 5 Volts, I use the 12V - 5V Step Down Converter from the watterott - Kit.</p><p> </p><p>Greetings,</p><p>Ralf</p>]]></content:encoded>
						                            <category domain="https://fabscan.org/community/latest-release/">[Software] FabScanPi Server</category>                        <dc:creator>ralf02</dc:creator>
                        <guid isPermaLink="true">https://fabscan.org/community/latest-release/software-release-v-0-7-0/#post-48</guid>
                    </item>
				                    <item>
                        <title>RE: Software Release v.0.7.0</title>
                        <link>https://fabscan.org/community/latest-release/software-release-v-0-7-0/#post-47</link>
                        <pubDate>Sat, 09 Mar 2019 10:45:34 +0000</pubDate>
                        <description><![CDATA[2019-02-28 18:49:08,467 - fabscan.scanner.laserscanner.driver.FSSerial - ERROR - No FabScanPi HAT or compatible device found on port /dev/ttyAMA0Means that the pi is not able to connect to t...]]></description>
                        <content:encoded><![CDATA[<blockquote><p>2019-02-28 18:49:08,467 - fabscan.scanner.laserscanner.driver.FSSerial - ERROR - No FabScanPi HAT or compatible device found on port /dev/ttyAMA0</p></blockquote><p>Means that the pi is not able to connect to the FabScanPi HAT over serial. You mentioned that v.0.5.0 works, that indicates that your FabScanPi HAT seems to be ok.</p><p>Have you installed v.0.7.0 by flashing a new image to the SD-Card or by apt-get? ( fresh image is the recommended way for v.0.7.0).</p>]]></content:encoded>
						                            <category domain="https://fabscan.org/community/latest-release/">[Software] FabScanPi Server</category>                        <dc:creator>mario</dc:creator>
                        <guid isPermaLink="true">https://fabscan.org/community/latest-release/software-release-v-0-7-0/#post-47</guid>
                    </item>
				                    <item>
                        <title>RE: Software Release v.0.7.0</title>
                        <link>https://fabscan.org/community/latest-release/software-release-v-0-7-0/#post-46</link>
                        <pubDate>Sat, 09 Mar 2019 10:40:34 +0000</pubDate>
                        <description><![CDATA[Hi Ralf,thanks for the log. How do you power your device?Best,René]]></description>
                        <content:encoded><![CDATA[<p>Hi Ralf,</p><p>thanks for the log. How do you power your device?</p><p>Best,</p><p>René</p>]]></content:encoded>
						                            <category domain="https://fabscan.org/community/latest-release/">[Software] FabScanPi Server</category>                        <dc:creator>rene</dc:creator>
                        <guid isPermaLink="true">https://fabscan.org/community/latest-release/software-release-v-0-7-0/#post-46</guid>
                    </item>
							        </channel>
        </rss>
		