reprap firmware 3 lpc1768 help with binary
-
hello everyone, can you tell me x please where to find the firmware.bin of rrf 3 lpc1768? I am not very documented on rrf 3lpc1768 has changed so much since rrf 2 lpc1768? firmware.bin no longer needed? thanks ...
- list item
-
Couple options for LPC ports of RRF
https://github.com/sdavi/RepRapFirmware/releases
https://github.com/gloomyandy/RepRapFirmware/releases
Note that both are experimental and you probably won't get much support.
-
The forum post that covers RRF3 for the LPC is here https://reprap.org/forum/read.php?147,859857,page=1
Use gloomyandy's releases as he is the main maintainer now.
On his GitHub there is also a wiki that details how to get started.
To get DWC functional, depending on your board, you can either use the onboard Ethernet, add an ESP8266 or connect an SBC in a similar fashion to the duet 3.And we always try to help new users
-
@jay_s_uk
thanks to all x ľ help, i think i understand that rrf 2 lpc had firmware.bin but instead rrf 3 lpc use config.json i tried rrf 2 lpc on a scara arm because i had a skr 1.3 card since rrf 3 lpc supports driver tmc2208 i was curious to try micro stepping higher than 32 type 64 or 128. sdavi and dc42 had already helped me on various problems with rrf 2 lpc x scara arm, if you can give me other clarifications on rrf 3 lpc it would be very helpful. thank you all -
A firmware.bin file is still used, there now just more types depending on what you want to do.
There's an Ethernet version (not applicable if using an SKR board), a wifi version (allowing you to connect an ESP8266 to the board to get access to DWC) and an SBC version (allowing you to hook up a raspberry pi or other board in the same style as the duet 3).
I suggest you have a read of this page https://github.com/gloomyandy/RepRapFirmware/wiki/Getting-Started---RRF3 and this page https://github.com/gloomyandy/RepRapFirmware/wiki/SKR-1.4
And then if you have any more questions, head back over here and fire away. -
thanks a lot for the help i realized that in (assets 5 )
there were firmware.bin and the .zip files
so I think now I just have to find out about the changes in functions between rrf 2 lpc and rrf 3 lpc to test the uart. In the rrf 2.05 lpc version that @sdavi had helped me install and set on skf v1.3 in the.zip files in eadge reeles, the firmware.bin was also included, I had never opened the menu in (assets dropdown). Two years ago about I built a scara arm to use as a 3d printer. I went to marlin, wuangsamas firmware, smoothieware, with bad results, incomplete or missing functions, calculations for weak kinematics.For a period I had given up, then I was advised to try rep rap firmware and here I am very satisfied (great firmware) I think the best, made and managed very seriously.new question! on skf v1.3 not using neither ethernet nor wifi only connection from pc, can i use a firmware.bin randomly of the three, type firmware wifi.bin?
thanks again for the help! -
Use the wifi build.
I'm pretty sure the ethernet build has the TMC22XX control disabled (ethernet boards such as the MKS Sbase do not play nicely with the TMC code).I think you should think about using wifi in the long term as it makes control of the firmware so much easier etc.
-
@jay_s_uk
I will buy a duet to eliminate all the problems, I tried on skf v1.3 because it was purchased to try smoothieware. Sorry for my english. To test scara arm skf v1.3 and rrf 3 lpc with tmc2208 and connected with serial to pc and simplify 3d can i use wifi.bin firmware or do i need the wifi module on the board? -
The wifi build by itself is enough to get you started.
-
@jay_s_uk
Thanks for your help!