FYSETC / FYSETC-SPIDER

FYSETC Board - 3d printer motherboard for VORON and other open source project.
311 stars 148 forks source link

Missing example config folder for RRF #99

Open mak0t0san opened 2 years ago

mak0t0san commented 2 years ago

In the RRF readme (https://github.com/FYSETC/FYSETC-SPIDER/tree/main/firmware/RRF) in "Step4: config" , it says:

There is config folder beside this README file, it is just an example config to run RRF

However, there is no config folder.

It would be helpful to have an example config folder, especially having the board.txt file.

jaysuk commented 2 years ago

Use the config tool at https://teamgloomy.github.io/Configurator

On Thu, 2 Jun 2022, 15:12 Makoto Schoppert, @.***> wrote:

In the RRF readme ( https://github.com/FYSETC/FYSETC-SPIDER/tree/main/firmware/RRF) in "Step4: config" , it says:

There is config folder beside this README file, it is just an example config to run RRF

However, there is no config folder.

It would be helpful to have an example config folder, especially having the board.txt file.

— Reply to this email directly, view it on GitHub https://github.com/FYSETC/FYSETC-SPIDER/issues/99, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATUSBR75OAKUJGKWKW6ZRDVNC6NNANCNFSM5XVDYLRA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

mak0t0san commented 2 years ago

I should have clarified that I'm trying to run a Spider v1.0 (which uses STM32F446). The configurator has the option for a Spider 407 board. I've got RRF running on the board, but there's no documentation for the SPIDER-RRF-WIFI module so it's a bit difficult to know which pins are for espDataReadyPin, TfrReadyPin and espResetPin.

This is what I came up with so far for my board.txt file, which the configurator isn't generating:

//WiFi pins
8266wifi.espDataReadyPin = C.11
8266wifi.TfrReadyPin = D.1
8266wifi.espResetPin = A.8
8266wifi.csPin = C.9

// RX/TX Settings
8266wifi.serialRxTxPins = { C.7, C.6 }
serial.aux.rxTxPins = { A.10, A.9 }

This is the board.txt file that is generated from the configurator: image

GerogeFu commented 2 years ago

Uploaded

jaysuk commented 1 year ago

ah, we (teamgloomy) don't support 446 based boards so you'd have to just work it out with the schematic. What I would say is don't bother. There has been no long term RRF support on 446 chips after the initial build that they pushed out and its buggy at best.

Thanks,

Jay

On Thu, 2 Jun 2022 at 17:07, Makoto Schoppert @.***> wrote:

I should have clarified that I'm trying to run a Spider v1.0 (which uses STM32F446). The configurator has the option for a Spider 407 board. I've got RRF running on the board, but there's no documentation for the SPIDER-RRF-WIFI module so it's a bit difficult to know which pins are for espDataReadyPin, TfrReadyPin and espResetPin.

This is what I came up with so far for my board.txt file, which the configurator isn't generating:

//WiFi pins 8266wifi.espDataReadyPin = C.11 8266wifi.TfrReadyPin = D.1 8266wifi.espResetPin = A.8 8266wifi.csPin = C.9

// RX/TX Settings 8266wifi.serialRxTxPins = { C.7, C.6 } serial.aux.rxTxPins = { A.10, A.9 }

This is the board.txt file that is generated from the configurator: [image: image] https://user-images.githubusercontent.com/987722/171674677-adcae21d-8372-40cd-8a8a-bcc2d014545f.png

— Reply to this email directly, view it on GitHub https://github.com/FYSETC/FYSETC-SPIDER/issues/99#issuecomment-1145046805, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATUSBUQVW4A43HECXE3ZI3VNDL4ZANCNFSM5XVDYLRA . You are receiving this because you commented.Message ID: @.***>