<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
        <description>I&#039;ve just uploaded an [url=https://github.com/sdavi/RepRapFirmware/releases]experimental RepRapFirmware Version 3 beta for LPC[/url] .  There have been a lot of changes, so those brave enough to try it should do so with caution.  

Those upgrading from RRF2 will need up update their config files (see [url=https://duet3d.dozuki.com/Wiki/RepRapFirmware_3_overview]changes required for RRF3[/url]).

I have also been modifying the RepRapFirmware Configurator for use with the LPC port and RRF3 (only a few boards have been added so far) - this is still very experimental so carefully check the config generated (especially the new RRF3 config options). It now supports driver timings, LCD configuration etc. The LPC Configurator will also generate a board.txt configuration file as well to make it easier to configure. [url=https://sdavi.github.io/LPCConfigurator/]LPC RRF Configurator page[/url]

[b]LPC Updates[/b]

RRF3 now allows selecting pins used for heating, fans, thermistors etc from GCode (see above link) using the labels written on the silk screen on the board. There have been a lot of options removed from board.txt either as part of RRF3 or to make configuration easier ([url=https://github.com/sdavi/RepRapFirmware/blob/v3-dev-lpc/WHATS_NEW_LPC.md]more details here[/url]). 

[b]Ensure when configuring pins in RRF3 to not use the wrong inversion when setting heater pins, as this would mean that the heater would turn on when the firmware thinks it&#039;s off and vice-versa[/b].

To support board silk screen labels in the LPC port, a new board.txt entry called &quot;board&quot; is used to load the correct labels. Currently, the following values are accepted: smoothieboard, rearm, mkssbase_1.3, azsmzmini,  biquskr_1.1, biquskr_1.3, azteegx5mini_1.1 and generic. If &quot;board&quot; is missing then it will default to &quot;generic&quot;. 

Known boards also have default values for the the stepper dir/en/step entries and if current control is supported by i2c, so those values no longer need to be specified in board.txt, unless you wish to assign different pins - if there is no board.txt entry for steppers then the board defaults will be used. The &quot;generic&quot; board option has no defaults and only use the port.pin format in gcodes.

Where possible, the labels as written on the board silk screen have been used, and where there are none on the board, the labels from the schematics are used. For boards, such as ReArm etc, that use the i.e x-/x+ labelling for endstops will need to use xmin/xmax due to the way RRF handles the labels. If no labels exist on the board/schematics then the standard port.pin format is used, ie. 2.0. The pin.port format is also checked after the silk labels as a backup or if users wish to stick with that format. Supported labels assigned for each board can be viewed here: https://github.com/sdavi/RepRapFirmware/tree/v3-dev-lpc/src/LPC/Boards (as I don&#039;t have most of those boards I have relied on information from the web for the labelling so there may be errors)

[b]Note[/b]: that the pin settings within board.txt must still use the existing port.pin as the pin labels are currently only supported RRF3 GCodes. 

Endstops are now defined in GCode in RRF3 as well, removing the need to define them in correct order in board.txt

[b]PWM and Servos[/b]

PWM has had a big update in the LPC port - take extra care when using this version. Heaters and Fans all now use a free-running microsecond timer to generate PWM. It now also allows you to specify different frequencies (within reason) for each pin instead of the previous restriction of only 3 frequencies. PWM pins no longer need to be pre-defined in board.txt

Servos will preference the HardwarePWM pins where possible, falling back to timer2 PWM if the requested pin is not HWPWM capable or if the specified HWPWM channel is already in use. This is all now handled automatically within the firmware and no longer need to be pre-defined in board.txt.

PWM and Servo automatic assignments can be seen in M122 P200 output.</description>
        <link>https://reprap.org/forum/read.php?147,859857,859857#msg-859857</link>
        <lastBuildDate>Fri, 10 Jul 2026 16:12:43 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?147,859857,880949#msg-880949</guid>
            <title>Re: RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
            <link>https://reprap.org/forum/read.php?147,859857,880949#msg-880949</link>
            <description><![CDATA[ Ah, the link to the configurator in the opening post pointed to a 404 error page. Thanks for sharing! :)<br />
<br />
ps I'm using [<a href="https://teamgloomy.github.io/firmware_build.html" target="_blank"  rel="nofollow">teamgloomy.github.io</a>] as a 'guide' on how to install things and couldn't find a link to the configurator there.<br />
<br />
<br />
Okay, so the configurator works quite nicely, thanks for that. I'm currently working on a DIY pen plotter (second version) and want to give RRF a try. Does anyone know of some useful resources I can use concerning RRF 3 and a pen plotter? I don't need to use thermistors for example, so the whole heating system can be omitted. Also, I only need a fan to cool the electronics/stepper drivers and probably will configure it to be quite custom.<br />
<br />
My previous plotter runs on Marlin with an LCD and SD card, but this new plotter will use a Raspberry Pi 3B as a SBC to run the plotter over wifi without a screen. The Pi part is mostly ready, and I've already fixed everything I need firmware-wise. So it's now mostly down to configuration and getting the firmware to compile. I'm getting an error, maybe someone knows what it's about too?<br />
<br />
[attachment 117552 Ha.jpg]<br />
<br />
Edit:<br />
I decided to go for a pre-compiled binary. Somehow I didn't see these on the Teamgloomy website. Also didn't realize I'm replying in the 3.0 port instead of the 3.2 I'm sorry for that. Thanks for your work on the RRF3 port. I can't wait to get this running. My machine is going to make waves in the community!]]></description>
            <dc:creator>Ohmarinus</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Wed, 27 Jan 2021 03:08:18 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,859857,880936#msg-880936</guid>
            <title>Re: RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
            <link>https://reprap.org/forum/read.php?147,859857,880936#msg-880936</link>
            <description><![CDATA[ I should also point out that it's now managed by gloomyandy.<br />
[<a href="https://github.com/gloomyandy/RepRapFirmware" target="_blank"  rel="nofollow">github.com</a>]]]></description>
            <dc:creator>jay_s</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Tue, 26 Jan 2021 18:17:39 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,859857,880935#msg-880935</guid>
            <title>Re: RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
            <link>https://reprap.org/forum/read.php?147,859857,880935#msg-880935</link>
            <description><![CDATA[ It does exist.<br />
[<a href="Https://teamgloomy.github.io/Configurator" target="_blank"  rel="nofollow">teamgloomy.github.io</a>]]]></description>
            <dc:creator>jay_s</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Tue, 26 Jan 2021 18:16:26 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,859857,880934#msg-880934</guid>
            <title>Re: RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
            <link>https://reprap.org/forum/read.php?147,859857,880934#msg-880934</link>
            <description><![CDATA[ I see the configurator doesn't exist anymore. I'm quite new to RRF 3 and I'm currently trying to build firmware for my SKR 1.4 which will be used for a pen plotter with SBC. Is there any place you advise me to look for tips on how to configure the firmware for my machine? I haven't been able to find good examples for my setup.]]></description>
            <dc:creator>Ohmarinus</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Tue, 26 Jan 2021 18:08:40 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,859857,879695#msg-879695</guid>
            <title>Re: RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
            <link>https://reprap.org/forum/read.php?147,859857,879695#msg-879695</link>
            <description><![CDATA[ Do your heated bed wires run anywhere near the raspberry pi cable? It's probably interference from those <br />
Best to join the discord channel as it's easier to support on there.]]></description>
            <dc:creator>jay_s</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Fri, 18 Dec 2020 09:09:42 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,859857,879694#msg-879694</guid>
            <title>Re: RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
            <link>https://reprap.org/forum/read.php?147,859857,879694#msg-879694</link>
            <description><![CDATA[ i get this error Warning: Lost connection to Duet (Timeout while waiting for transfer ready pin) i am on the newest beta any ideas how to fix it and only happens when i heat bed]]></description>
            <dc:creator>rathorp80</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Fri, 18 Dec 2020 08:51:19 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,859857,877999#msg-877999</guid>
            <title>Re: RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
            <link>https://reprap.org/forum/read.php?147,859857,877999#msg-877999</link>
            <description><![CDATA[ LCD 12864 + TFT32 v3.0.0 + MKS-SBASE v1.3 -- Linux Mint 20 + Cinnamon<br />
<br />
Hi, is there a newer/better Thread I should be posting in? I am about done with Marlin and would like to use my old SBASE on a new CoreXY I have just finished building. I found the files I need to make the swap and it is almost working, but I am stumped.<br />
<br />
Before starting, I tested that the Smootieware runs fine on both screens and it all works as it used to. I then followed the wikis on this awesome Fork, ran the Configuration-tool, installed the firmware.bin and started it all up. The 12864 back-light is on and nothing else. The TFT looks fine but does nothing.<br />
<br />
I plugged in the USB and using the Arduino Console or whatever it is called, I issued <i><b>M552 S1 P0.0.0.0</b></i> and got back "ok". Woo hooo, at least someone is at home. I then tried <i><b>G28</b></i> and got back "homeall.g cannot be found," --huh?<br />
<br />
I checked the sys folder and it is in there and contains the stuff below. Sooo, I feel I am getting very close. I'd like to see something on the LCD 12864 and control things with the encoder. Or, control from the TFT touch screen. Or help it find the homeall.g file. <br />
<br />
Could I please get some help with this and thanks in advance.<br />
<br />
<pre class="bbcode">
; homeall.g
; called to home all axes
;
; generated by RepRapFirmware Configuration Tool v3.1.4-LPC-5 on Sat Oct 10 2020 10:37:57 GMT-0700 (Mountain Standard Time)
G91                     ; relative positioning
G1 H2 Z5 F6000          ; lift Z relative to current position
G1 H1 X-295 Y-295 F1800 ; move quickly to X or Y endstop and stop there (first pass)
G1 H1 X-295             ; home X axis
G1 H1 Y-295             ; home Y axis
G1 X5 Y5 F6000          ; go back a few mm
G1 H1 X-295 F360        ; move slowly to X axis endstop once more (second pass)
G1 H1 Y-295             ; then move slowly to Y axis endstop
G1 H1 Z-205 F360        ; move Z down stopping at the endstop
G90                     ; absolute positioning
G92 Z0                  ; set Z position to axis minimum (you may want to adjust this)

; Uncomment the following lines to lift Z after probing
;G91                    ; relative positioning
;G1 Z5 F100             ; lift Z relative to current position
;G90                    ; absolute positioning
</pre>]]></description>
            <dc:creator>boolPool</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Sat, 10 Oct 2020 19:16:24 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,859857,875209#msg-875209</guid>
            <title>Re: RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
            <link>https://reprap.org/forum/read.php?147,859857,875209#msg-875209</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>3DPrintBeginner</strong><br />
Hey guys, <br />
<br />
I made a guide on how to install RepRap firmware for Sidewinder X1. You can read it here: <a href="https://3dprintbeginner.com/reprap-firmware-on-sidewinder-x1/" target="_blank"  rel="nofollow">RepRap Firmware on Sidewinder X1: SKR 1.3/1.4</a></div></blockquote>
Will your settings work with TMC 2209 ?]]></description>
            <dc:creator>diman77</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Mon, 20 Jul 2020 11:24:55 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,859857,875172#msg-875172</guid>
            <title>Re: RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
            <link>https://reprap.org/forum/read.php?147,859857,875172#msg-875172</link>
            <description><![CDATA[ Hey guys, <br />
<br />
I made a guide on how to install RepRap firmware for Sidewinder X1. You can read it here: <a href="https://3dprintbeginner.com/reprap-firmware-on-sidewinder-x1/" target="_blank"  rel="nofollow">RepRap Firmware on Sidewinder X1: SKR 1.3/1.4</a>]]></description>
            <dc:creator>3DPrintBeginner</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Sun, 19 Jul 2020 10:27:17 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,859857,874677#msg-874677</guid>
            <title>Re: RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
            <link>https://reprap.org/forum/read.php?147,859857,874677#msg-874677</link>
            <description><![CDATA[ A new thread [<a href="https://reprap.org/forum/read.php?147,874661" target="_blank" >reprap.org</a>] has been created for the gloomyandy variant of RRF.<br />
From now on, please direct all queries to that thread as this one will <b>only be used for sdavi's version.</b><br />
Support for gloomyandy's version can also be obtained through discord [<a href="https://discord.gg/uS97Qs7" target="_blank"  rel="nofollow">discord.gg</a>]]]></description>
            <dc:creator>jay_s</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Tue, 07 Jul 2020 03:09:56 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,859857,874632#msg-874632</guid>
            <title>Re: RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
            <link>https://reprap.org/forum/read.php?147,859857,874632#msg-874632</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>jay_s</strong><br />
@MKSA<br />
<br />
Those changes are only in sdavi's build. Gloomyandy doesn't have access to sdavi's changes.</div></blockquote>
<br />
I am asking again, would it be possible to start new threads and move all the posts unrelated to sdavi build. This thread  became so confused. Now it is dealing with hardware mods ?]]></description>
            <dc:creator>MKSA</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Mon, 06 Jul 2020 09:51:03 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,859857,874607#msg-874607</guid>
            <title>Re: RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
            <link>https://reprap.org/forum/read.php?147,859857,874607#msg-874607</link>
            <description><![CDATA[ Join us on discord [<a href="https://discord.gg/uS97Qs7" target="_blank"  rel="nofollow">discord.gg</a>]<br />
it'll be easier to be able to troubleshoot with you]]></description>
            <dc:creator>jay_s</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Sun, 05 Jul 2020 12:11:14 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,859857,874606#msg-874606</guid>
            <title>Re: RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
            <link>https://reprap.org/forum/read.php?147,859857,874606#msg-874606</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>jay_s</strong><br />
well you've got something wrong somewhere are your board.txt file is not being loaded.<br />
Can you show the contents of your sd card?</div></blockquote>
<br />
what should be the content of the sd card ?? i dont see anything as a package for old people like me and i m reading the last 3 days to get this working<br />
<br />
thanks]]></description>
            <dc:creator>kostasbmw</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Sun, 05 Jul 2020 11:59:56 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,859857,874593#msg-874593</guid>
            <title>Re: RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
            <link>https://reprap.org/forum/read.php?147,859857,874593#msg-874593</link>
            <description><![CDATA[ Just to be clear, it does not look like you have a problem with either the WiFi board or the SKR. However you do have a problem with the board.txt file. Either there is a problem with the content that is causing an error as it is being read, or you have it in the wrong place (it should be in the /sys folder and must be called board.txt), we can't tell because you did not post a complete directory listing of the sd card, or there is a problem with your SD card (please don't use the "free" card that comes with the SKR, they often have problems). I would start by deleting the board.txt file from the sd card and creating a new one. This wiki page [<a href="https://github.com/gloomyandy/RepRapFirmware/wiki/SKR-Wifi" target="_blank"  rel="nofollow">github.com</a>] provides the basics that you will need to get started. <br />
<br />
I'm out for the rest of the day, but someone else may be able to help. You may get more help by using the discord channels (Jay can provide a link).]]></description>
            <dc:creator>gloomyandy</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Sun, 05 Jul 2020 06:24:05 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,859857,874592#msg-874592</guid>
            <title>Re: RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
            <link>https://reprap.org/forum/read.php?147,859857,874592#msg-874592</link>
            <description><![CDATA[ i think i m going to start from the begining<br />
<br />
what files should i have on the sd card ??<br />
<br />
i guess i dont have to flash again the board ...the blue light blinks when  connect<br />
<br />
but from what i understand i have a problem with my board so it does nt connect through wifi but i have a serial connection somehow with pronterface<br />
<br />
is there a package to download and put it on the card???<br />
<br />
i would nt ask so many questions but i have a duet working fora year and i m used to the software and i want to make it work<br />
<br />
thanks again]]></description>
            <dc:creator>kostasbmw</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Sun, 05 Jul 2020 05:36:40 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,859857,874590#msg-874590</guid>
            <title>Re: RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
            <link>https://reprap.org/forum/read.php?147,859857,874590#msg-874590</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>jay_s</strong><br />
well you've got something wrong somewhere are your board.txt file is not being loaded.<br />
Can you show the contents of your sd card?[/quote<br />
<br />
gcodes<br />
macros<br />
sys<br />
www<br />
firmware<br />
duetdriverfiles</div></blockquote>]]></description>
            <dc:creator>kostasbmw</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Sun, 05 Jul 2020 05:05:16 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,859857,874589#msg-874589</guid>
            <title>Re: RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
            <link>https://reprap.org/forum/read.php?147,859857,874589#msg-874589</link>
            <description><![CDATA[ well you've got something wrong somewhere are your board.txt file is not being loaded.<br />
Can you show the contents of your sd card?]]></description>
            <dc:creator>jay_s</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Sun, 05 Jul 2020 04:48:58 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,859857,874588#msg-874588</guid>
            <title>Re: RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
            <link>https://reprap.org/forum/read.php?147,859857,874588#msg-874588</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>gloomyandy</strong><br />
Also please note that there is currently no support for the 2130 SPI interface. So you will have no way of setting current etc. via software. You will also probably need to set the number of smart drivers to 0 to stop the firmware trying to talk to them via the UART interface.</div></blockquote>
<br />
ok i have the 2209s in the side to install but the communication should be ok apart of the drivers....or am i wrong???]]></description>
            <dc:creator>kostasbmw</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Sun, 05 Jul 2020 04:46:36 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,859857,874587#msg-874587</guid>
            <title>Re: RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
            <link>https://reprap.org/forum/read.php?147,859857,874587#msg-874587</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>jay_s</strong><br />
ok. your board.txt file is not getting loaded, hence why the board type is showing as generic.<br />
Where have you put your board.txt file?</div></blockquote>
<br />
in the sys file]]></description>
            <dc:creator>kostasbmw</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Sun, 05 Jul 2020 04:44:48 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,859857,874586#msg-874586</guid>
            <title>Re: RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
            <link>https://reprap.org/forum/read.php?147,859857,874586#msg-874586</link>
            <description><![CDATA[ Also please note that there is currently no support for the 2130 SPI interface. So you will have no way of setting current etc. via software. You will also probably need to set the number of smart drivers to 0 to stop the firmware trying to talk to them via the UART interface.]]></description>
            <dc:creator>gloomyandy</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Sun, 05 Jul 2020 04:38:51 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,859857,874585#msg-874585</guid>
            <title>Re: RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
            <link>https://reprap.org/forum/read.php?147,859857,874585#msg-874585</link>
            <description><![CDATA[ ok. your board.txt file is not getting loaded, hence why the board type is showing as generic.<br />
Where have you put your board.txt file?]]></description>
            <dc:creator>jay_s</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Sun, 05 Jul 2020 04:21:35 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,859857,874583#msg-874583</guid>
            <title>Re: RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
            <link>https://reprap.org/forum/read.php?147,859857,874583#msg-874583</link>
            <description><![CDATA[ note that i m on 2130 stepper drivers if that means something and they were working]]></description>
            <dc:creator>kostasbmw</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Sun, 05 Jul 2020 04:14:17 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,859857,874582#msg-874582</guid>
            <title>Re: RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
            <link>https://reprap.org/forum/read.php?147,859857,874582#msg-874582</link>
            <description><![CDATA[ ok here we are<br />
SENDING:M122 P200<br />
== Configurable Board.txt Settings ==<br />
lpc.board = generic<br />
leds.diagnostic = NoPin<br />
stepper.enablePins = { NoPin NoPin NoPin NoPin NoPin }<br />
stepper.stepPins = { NoPin NoPin NoPin NoPin NoPin }<br />
stepper.directionPins = { NoPin NoPin NoPin NoPin NoPin }<br />
stepper.digipotFactor = 0.00<br />
stepper.TmcUartPins = { NoPin NoPin NoPin NoPin NoPin }<br />
stepper.numSmartDrivers = 0<br />
heat.tempSensePins = { NoPin NoPin NoPin NoPin }<br />
heat.spiTempSensorCSPins = { NoPin NoPin }<br />
heat.spiTempSensorChannel = 0<br />
atx.powerPin = NoPin<br />
atx.powerPinInverted = false<br />
sdCard.internal.spiFrequencyHz = 25000000<br />
sdCard.external.csPin = NoPin<br />
sdCard.external.cardDetectPin = NoPin<br />
sdCard.external.spiFrequencyHz = 4000000<br />
sdCard.external.spiChannel = 255<br />
softwareSPI.pins = { NoPin NoPin NoPin }<br />
SSP0.pins = { 0.15 0.17 0.18 0.16 }<br />
8266wifi.espDataReadyPin = NoPin<br />
8266wifi.lpcTfrReadyPin = NoPin<br />
8266wifi.espResetPin = NoPin<br />
8266wifi.serialRxTxPins = { NoPin NoPin }<br />
serial.aux.rxTxPins = { 0.3 0.2 }<br />
adc.prefilter.enable = false<br />
adc.preFilter.numberSamples = 8<br />
adc.preFilter.sampleRate = 10000<br />
== Hardware Serial ==<br />
AUX Serial: Disabled<br />
WIFI Serial: Disabled<br />
== Software PWM ==<br />
== Servo PWM ==<br />
Hardware PWM = 50Hz [ NoPin NoPin NoPin NoPin NoPin NoPin ]<br />
Timer2 PWM = 50Hz [ NoPin NoPin NoPin ]]]></description>
            <dc:creator>kostasbmw</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Sun, 05 Jul 2020 04:12:33 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,859857,874581#msg-874581</guid>
            <title>Re: RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
            <link>https://reprap.org/forum/read.php?147,859857,874581#msg-874581</link>
            <description><![CDATA[ ok, that looks right.<br />
Can you port an output of M122 P200 just to check they are loaded correctly?]]></description>
            <dc:creator>jay_s</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Sun, 05 Jul 2020 04:05:25 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,859857,874580#msg-874580</guid>
            <title>Re: RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
            <link>https://reprap.org/forum/read.php?147,859857,874580#msg-874580</link>
            <description><![CDATA[ // Board Hardware configuration file for SKR v1.3<br />
// generated by RepRapFirmware Configuration Tool (LPC Version) v2 <br />
// on Thu May 07 2020 07:31:52 GMT+0200 (Mitteleuropäische Sommerzeit)<br />
<br />
//Note: Each line should be less than 120 characters.<br />
//    : Unwanted options can be commented out or set to NoPin. Lines commented out will get default values<br />
//    : for pins the default is NoPin.<br />
//    : Values for Arrays need to be contained within { and }<br />
//    : Comments can be defined with // or # (comments are not supported inside arrays)<br />
//    : Each config entry must be all on a single line.<br />
<br />
lpc.board = biquskr_1.4;<br />
//wifi pins<br />
8266wifi.espDataReadyPin = 0.28<br />
8266wifi.lpcTfrReadyPin = 1.30<br />
8266wifi.espResetPin = 1.31<br />
adc.prefilter.enable = true<br />
<br />
<br />
<br />
//LED blinks to indicate Platform is spinning or other diagnostic <br />
//Comment out or set to NoPin if not wanted.<br />
leds.diagnostic = NoPin; <br />
<br />
//Internal SDCard SPI Frequency.<br />
lpc.internalSDCard.spiFrequencyHz  = 25000000;<br />
<br />
//Only supports 1 External SDCard<br />
//externalSDCard.csPin               = 0.16;<br />
//externalSDCard.cardDetectPin       = 1.31;<br />
//lpc.externalSDCard.spiFrequencyHz  = 4000000;<br />
//lpc.externalSDCard.spiChannel  = 0;<br />
<br />
//LCD Pins (only ST9720 SPI currently supported)<br />
//setup the Software SPI Pins for LCD<br />
lpc.softwareSPI.pins = {1.20, NoPin, 1.18}; //Set to GPIO pins to use as SCK, MISO, MOSI<br />
//lcd.spiChannel =     2;<br />
//lcd.lcdCSPin =       1.19;<br />
//lcd.lcdBeepPin =     1.30;<br />
//lcd.encoderPinA =    3.26;<br />
//lcd.encoderPinB =    3.25;<br />
//lcd.encoderPinSw =   0.28; //click<br />
//lcd.lcdDCPin =       NoPin;  //DataControl Pin (A0) if none used set to NoPin<br />
//lcd.panelButtonPin = NoPin; //Extra button on RRD Panel<br />
<br />
<br />
heat.tempSensePins = {bedtemp, e0temp}; //Max of 3 entries<br />
//heat.spiTempSensorCSPins = { }; //Max of 2 entries]]></description>
            <dc:creator>kostasbmw</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Sun, 05 Jul 2020 04:01:01 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,859857,874579#msg-874579</guid>
            <title>Re: RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
            <link>https://reprap.org/forum/read.php?147,859857,874579#msg-874579</link>
            <description><![CDATA[ The latest release is [<a href="https://github.com/gloomyandy/RepRapFirmware/releases" target="_blank"  rel="nofollow">github.com</a>]<br />
<br />
Can you post the contents of your board.txt file?]]></description>
            <dc:creator>jay_s</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Sun, 05 Jul 2020 03:50:38 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,859857,874578#msg-874578</guid>
            <title>Re: RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
            <link>https://reprap.org/forum/read.php?147,859857,874578#msg-874578</link>
            <description><![CDATA[ ok the adapter is the one I got from tindie ,supposed to have the server installed but I flashed it again through the USB port with the duetserverwifi.bin and the I connected to the sky 1.4 with the exp1 and exp2 cables<br />
when I switch the power on I see only a blue flash from the adapter board<br />
then I try to connect through yat terminal software ...no luck<br />
I tried pronterface  and I get the m122 as above but when I type m552 I get wifi disabled if I type m552 s0 I get error -10<br />
thats the story<br />
<br />
now I tried to down load the latest rrf but I can't find the download link or I m so blind and I can't find the download link<br />
<br />
the board txt file I did nt touch it<br />
<br />
thanks for your patience]]></description>
            <dc:creator>kostasbmw</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Sun, 05 Jul 2020 03:47:57 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,859857,874568#msg-874568</guid>
            <title>Re: RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
            <link>https://reprap.org/forum/read.php?147,859857,874568#msg-874568</link>
            <description><![CDATA[ What type of adapter is it? How is it connected? What's in your board.txt file?]]></description>
            <dc:creator>jay_s</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Sat, 04 Jul 2020 14:36:07 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,859857,874567#msg-874567</guid>
            <title>Re: RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
            <link>https://reprap.org/forum/read.php?147,859857,874567#msg-874567</link>
            <description><![CDATA[ You are not running the latest RRF version, but it should still work, the current release is 3.1.1-12 (see here [<a href="https://github.com/gloomyandy/RepRapFirmware/releases/tag/LPC_RRFv3.1.1-12" target="_blank"  rel="nofollow">github.com</a>]). Please post the output from M122 p200. Please post a picture of your board and wifi module so we can see how you have it connected. Did your WiFi module come with firmware installed? If not have you installed the correct firmware (what version did you install and how did you install it)?]]></description>
            <dc:creator>gloomyandy</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Sat, 04 Jul 2020 14:35:10 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?147,859857,874566#msg-874566</guid>
            <title>Re: RepRapFirmware 3.0 port for LPC1768/9 based boards</title>
            <link>https://reprap.org/forum/read.php?147,859857,874566#msg-874566</link>
            <description><![CDATA[ no way i can connect<br />
<br />
my m122<br />
SENDING:M122<br />
=== Diagnostics ===<br />
RepRapFirmware for LPC176x based Boards (biquskr_1.4) version 3.1.1 running on LPC176x at 100Mhz<br />
Used output buffers: 1 of 16 (1 max)<br />
=== RTOS ===<br />
Static ram: 3876<br />
Dynamic Memory (RTOS Heap 5): 3296 free, 3272 never used<br />
Exception stack ram used: 304<br />
Never used ram: 380<br />
Tasks: NETWORK(ready,1992) HEAT(blocked,1360) MAIN(running,1084) IDLE(ready,80)<br />
Owned mutexes:<br />
=== Platform ===<br />
Last reset 00:00:36 ago, cause: [power up]<br />
LPC Flash Slot[114]:<br />
Last software reset details not available<br />
Error status: 0<br />
[ERROR] Error status: 0<br />
<br />
Driver 0: ok, read errors 0, write errors 0, ifcount 0, reads 0, timeouts 73<br />
Driver 1: ok, read errors 0, write errors 0, ifcount 0, reads 0, timeouts 72<br />
Driver 2: ok, read errors 0, write errors 0, ifcount 0, reads 0, timeouts 72<br />
Driver 3: ok, read errors 0, write errors 0, ifcount 0, reads 0, timeouts 72<br />
Driver 4: ok, read errors 0, write errors 0, ifcount 0, reads 0, timeouts 72<br />
Date/time: 1970-01-01 00:00:00<br />
Slowest loop: 7.08ms; fastest: 0.31ms<br />
=== Storage ===<br />
Free file entries: 4<br />
SD card 0 detected<br />
SD card longest read time 1.6ms, write time 0.0ms, max retries 0<br />
=== Move ===<br />
Hiccups: 0, FreeDm: 100, MinFreeDm: 100, MaxWait: 0ms<br />
Bed compensation in use: none, comp offset 0.000<br />
=== DDARing ===<br />
Scheduled moves: 0, completed moves: 0, StepErrors: 0, LaErrors: 0, Underruns: 0, 0  CDDA state: -1<br />
=== Heat ===<br />
Bed heaters = -1, chamberHeaters = -1<br />
=== GCodes ===<br />
Segments left: 0<br />
Movement lock held by null<br />
HTTP is idle in state(s) 0<br />
File is idle in state(s) 0<br />
USB is ready with "M122" in state(s) 0<br />
Aux is idle in state(s) 0<br />
Trigger is idle in state(s) 0<br />
Queue is idle in state(s) 0<br />
Daemon is idle in state(s) 0<br />
Autopause is idle in state(s) 0<br />
Code queue is empty.<br />
=== Network ===<br />
Slowest loop: 0.77ms; fastest: 0.00ms<br />
Responder states: HTTP(0) HTTP(0)<br />
HTTP sessions: 0 of 2<br />
- WiFi -<br />
Network state is starting2<br />
WiFi module is disabled<br />
Failed messages: pending 0, notready 0, noresp 0<br />
Socket states: 0 0<br />
 Failed to initialise WiFi module, code -10 with m552 s0]]></description>
            <dc:creator>kostasbmw</dc:creator>
            <category>Firmware - experimental, borrowed, and future</category>
            <pubDate>Sat, 04 Jul 2020 14:25:24 -0400</pubDate>
        </item>
    </channel>
</rss>
