-
Notifications
You must be signed in to change notification settings - Fork 34
Description
Hello there, first at all thanks a lot for your great work.
As I mentioned on the #16 (comment) issue and you so kindly answer asking for creating a new issue, here I am.
My «problem» question is:
I only was able to get a Waveshare-S3-Zero, and I am wondering how to build the project for that board. on that board the GPIO pins 34 & 36 are not exposed and the GPIO pins 14, 16, & 38 are small test points on the PCB, the GPIO 44 is marked on the board as RX. so the default buid for S3 will not be usable.
The user @CyberFreek stated on the issue he was able to build a version for the Zero board
The zero board as the S3 lolin have a neopixel embeded and CyberFreek used the next set of pins on the YAML
led_pin: GPIO1 #blue to logic converter/led
spi2_type: SPI2
spi2_clk_pin: GPIO13 # blue (pn532- sck)
spi2_miso_pin: GPIO12 # green (pn532- MISO)
spi2_mosi_pin: GPIO11 # yellow (pn532- MOSI)
rfid0_spi_interface: SPI2
rfid0_ss_pin: GPIO10 # orange (pn532- SS)
neopixel_pin: '21'
This is the board pinout
He explained what replace some files on the repo and load a docker to build the code, but I really do not know how to load a docker image, I was able to create a ESP-IDF environment on a Ubuntu VM, also I was able to build code using MSYS2 on my Windows Machine
I wonder if there is a way to manually build the code for the Zero board or even if worth to change the code of the project to include that board.
Again, thanks a lot for your time and help.