08-28-2024, 12:09 AM
Hi,
I need to connect P9813 board, which uses serial interface, to A32M board.
I wondering if I could use the GPIO33 AND GPIO32, both from 4G A32M`s RX AND TX, to expose to SPI and configure Esphome like bellow:
spi:
clk_pin: GPIO33
mosi_pin: GPIO32
id: spi_a32m
light:
- platform: spi_led_strip
name: "P9813 RGB LED"
num_leds: 1
default_transition_length: 1s
spi_id: spi_a32m
Thanks in advance.
I need to connect P9813 board, which uses serial interface, to A32M board.
I wondering if I could use the GPIO33 AND GPIO32, both from 4G A32M`s RX AND TX, to expose to SPI and configure Esphome like bellow:
spi:
clk_pin: GPIO33
mosi_pin: GPIO32
id: spi_a32m
light:
- platform: spi_led_strip
name: "P9813 RGB LED"
num_leds: 1
default_transition_length: 1s
spi_id: spi_a32m
Thanks in advance.