#No connection to the onboard ESP32 on the Mellow Fly Super8 V1.3

1 messages · Page 1 of 1 (latest)

fringe quail
#

Hello, i want to install the latest firmware for the esp32, the firmware is this DuetWiFiServer-esp32-stm32-1.27-02.bin.

I used this firmware for the Super8 ,firmware-stm32f4-wifi-3.4.5+_104.bin.

That the board.txt

#// Board Hardware configuration file for Fly Super8
// generated by RepRapFirmware Configuration Tool (LPC Version) v3.4.0-LPC-STM32+7
// on Wed May 17 2023 23:44:58 GMT+0200 (Mitteleuropäische Sommerzeit)

//Note: Each line should be less than 120 characters.
// : Unwanted options can be commented out or set to NoPin. Lines commented out will get default values
// : for pins the default is NoPin.
// : Values for Arrays need to be contained within { and }
// : Comments can be defined with // or # (comments are not supported inside arrays)
// : Each config entry must be all on a single line.

board = fly_super8;

//LED blinks to indicate Platform is spinning or other diagnostic
//Comment out or set to NoPin if not wanted.
leds.diagnostic = NoPin;

heat.tempSensePins = {ADC_0,ADC_1}; //Max of 3 entries
//heat.spiTempSensorCSPins = { }; //Max of 2 entries

//ESP32 RX/TX Settings
8266wifi.serialRxTxPins = { PD_9, PD_8 }
serial.aux.rxTxPins = { PA_10, PA_9 }
heat.tempSensePins = { adc0, adc1, adc2, adc3, adc4, adc5 }

//ESP Settings
88266wifi.espDataReadyPin = PD_13
8266wifi.TfrReadyPin = PD_11
8266wifi.espResetPin = PD_10

//TMC Smart Drivers
stepper.numSmartDrivers = 5;

// External Display settings
;serial.aux.rxTxPins = {A.10, A.9};

pliant mural
#

Need so much more detail...

fringe quail
#

I tried with Putty to upload the wifi firmware, M552 S0, then M997 S1 and then it can't get a connection to the esp32,

worldly perchBOT
#

GG @fringe quail, you just advanced to level 4!

fringe quail
fringe quail
pliant mural
#

Serial pins are correct?

fringe quail
#

i think so, if the documentation is correct

pliant mural
#

And onboard? There is a module onboard? You have to plug one in

fringe quail
#

That is not my first board/printer, but my first super8. Therefor i had two BTT GTR with M5 exp and the RRF WIFI running, and Fly E3 Pro V3 with esp32-wifi, all set up with Putty

pliant mural
#

No idea, looks ok...

fringe quail
#

i tried it with 2 of these boards, one powered with vin, the other powered over usb,

#

and the boards are brand new

pliant mural
#

I haven't used the super8 to know

eager otter
#

And I dont have one with the socket wifi module. the 1.2 was on board. I looks seated right from your picture they can go either way i believe and there is almost no way to halfway plug them in so that prob not it. let me compare my board.txt to yours that should not have changed

#
8266wifi.serialRxTxPins = { D.9, D.8 } ;
serial.aux.rxTxPins = {NoPin, NoPin};

//ESP Settings
8266wifi.espDataReadyPin = D.13;
8266wifi.TfrReadyPin = D.11;
8266wifi.espResetPin = D.10;
``` you have the pins listed again under serial.aux.rxTxPins not saying thats it but.. there is mine for compair
hardy bay
#

@fringe quail Please post the output from running M122 P200. When you power the board do any lights on the wifi module come on? Now many wifi modules do you have?

fringe quail
fringe quail
#

Solved

hardy bay
#

@fringe quail What was the problem?

fringe quail
#

serial.aux.rxTxPins = {NoPin, NoPin};