Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing example config folder for RRF #99

Open
mak0t0san opened this issue Jun 2, 2022 · 4 comments
Open

Missing example config folder for RRF #99

mak0t0san opened this issue Jun 2, 2022 · 4 comments

Comments

@mak0t0san
Copy link

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
Copy link

jaysuk commented Jun 2, 2022 via email

@mak0t0san
Copy link
Author

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
Copy link
Contributor

Uploaded

@jaysuk
Copy link

jaysuk commented Oct 11, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants