Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 27, 2020 05:46AM |
Registered: 13 years ago Posts: 224 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 27, 2020 05:58AM |
Registered: 4 years ago Posts: 7 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 27, 2020 06:05AM |
Registered: 13 years ago Posts: 224 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 27, 2020 06:16AM |
Registered: 4 years ago Posts: 7 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 27, 2020 12:43PM |
Registered: 4 years ago Posts: 213 |
lpc.board = biquskr_1.4 8266wifi.lpcTfrReadyPin = 1.30 8266wifi.espResetPin = 1.31 sbc.lpcTfrReadyPin = 0.28 adc.prefilter.enable =true
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 28, 2020 03:28AM |
Registered: 7 years ago Posts: 1,007 |
Quote
cd_edwards
Just started fooling around with a MKS Sbase board and RRF. I found that the M552 P192.168.1.18 S1 which I have in my config.g is ignored and I need to send this with a USB serial connection in order to have networking work. This is with gloomyandy's RC9 RRF version and DWC 2.1.3. FYI connection is a wired connection not wifi. Once I send the appropriate M552 command, everything works.
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 28, 2020 04:04AM |
Registered: 4 years ago Posts: 7 |
4/28/2020, 9:59:39 AM Warning: M307: Heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 365C 4/28/2020, 9:59:39 AM Error: M552: Networking is not supported on this hardware 4/28/2020, 9:59:39 AM Warning: M918: Command is not supported 4/28/2020, 9:59:38 AM Error: M550: Machine name must consist of the same letters and digits as configured by the Linux hostname
4/28/2020, 9:54:15 AM Error: M141: No chamber heater has been configured for slot 0 4/28/2020, 9:51:19 AM T:24.4 /200.0 T0:24.4 /200.0 4/28/2020, 9:51:19 AM T:24.4 /0.0 T0:24.4 /0.0 4/28/2020, 9:51:19 AM Error: M140: No bed heater has been configured for slot 0
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 28, 2020 04:21AM |
Registered: 13 years ago Posts: 224 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 28, 2020 04:28AM |
Registered: 13 years ago Posts: 224 |
CPUSchedulingPolicy=fifo CPUSchedulingPriority=20with a # or a ; worked for me.
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 28, 2020 04:56AM |
Registered: 4 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 28, 2020 05:20AM |
Registered: 7 years ago Posts: 1,007 |
Quote
gloomyandy
@rudenick I think jay has covered pretty much everything. As far as I can see all of those warnings/errors are either normal (heater overpowered) or related to config.g settings. As jay mentioned there is not sufficient RAM available on the LPC boards to allow networking (ethernet, WiFi or SBC) and the display support at the same time (at least that was the case the last time I checked and I doubt if memory usage has gone down).
@MKSA I retested the SBase ethernet stuff the other day, and on the router I was testing against it was not able to obtain an IP address using DHCP but did work happily enough if you assign a static address (no idea why that was, DHCP worked fine on my home router). The load time for DWC was nowhere near as fast as when using WiFi but was nothing like 14 minutes. Perhaps what you are seeing is related to the the issues that are causing DHCP to fail for me (some sort of timeout perhaps). Unfortunately due to the current lockdown situation I don't really have the equipment to investigate this sort of problem much further at the moment.
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards April 30, 2020 06:36AM |
Registered: 4 years ago Posts: 7 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 01, 2020 03:07AM |
Registered: 11 years ago Posts: 341 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 01, 2020 09:54AM |
Registered: 10 years ago Posts: 14,685 |
Quote
sdavi
For those waiting for the non-paneldue UART mode in RRF3 to use TFT32, ESP3D, etc etc, these should hopefully be working again as of 3.01-RC11 as DC42 has just implemented UART "raw" mode. I've just done some testing with 3.01RC11 on the LPC port and is working well for me. This replaces the need for the old "lpc.uartPanelDueMode" board.txt setting that was used in LPC-RRF2.
To use raw mode, this can be configured with M575, i.e. M575 P1 B115200 S2.
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 01, 2020 12:48PM |
Registered: 4 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 02, 2020 05:29PM |
Registered: 4 years ago Posts: 7 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 02, 2020 06:41PM |
Registered: 4 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 03, 2020 12:07PM |
Registered: 11 years ago Posts: 19 |
M308 S0 P"TB" Y"thermistor" T100000 B3950 A"HotBed" F1 R4700 C0 ; configure sensor 0 as thermistor on pin TB M950 H0 C"H-BED" T0 ; create bed heater output on HBED and map it to sensor 0 M143 H0 S120 ; set temperature limit for heater 0 to 120C ; disable bang-bang mode for the bed heater and set PID M307 H0 A145.6 C616.9 D2.3 S1.0 V0.0 B0 ;
M308 S0 P"TB" Y"thermistor" T100000 B3950 A"HotBed" F1 R4700 C0 ; configure sensor 0 as thermistor on pin TB M950 H0 C"P2.5" T0 ; create bed heater output on HBED and map it to sensor 0 M143 H0 S120 ; set temperature limit for heater 0 to 120C ; disable bang-bang mode for the bed heater and set PID M307 H0 A145.6 C616.9 D2.3 S1.0 V0.0 B0 ;
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 03, 2020 12:23PM |
Registered: 6 years ago Posts: 6 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 03, 2020 12:25PM |
Registered: 6 years ago Posts: 6 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 03, 2020 12:44PM |
Registered: 11 years ago Posts: 19 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 03, 2020 02:03PM |
Registered: 4 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 03, 2020 04:05PM |
Registered: 10 years ago Posts: 14,685 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 05, 2020 07:00AM |
Registered: 5 years ago Posts: 58 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 05, 2020 07:06AM |
Registered: 13 years ago Posts: 224 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 05, 2020 10:54AM |
Registered: 5 years ago Posts: 58 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 05, 2020 02:07PM |
Registered: 4 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 05, 2020 02:30PM |
Registered: 5 years ago Posts: 58 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 06, 2020 12:21PM |
Registered: 4 years ago Posts: 213 |
Re: RepRapFirmware 3.0 port for LPC1768/9 based boards May 06, 2020 03:11PM |
Registered: 5 years ago Posts: 58 |