Skip to content

Commit 93bb6c1

Browse files
committed
Updated S3 super mini config for direct mounting on PN532 board.
1 parent ec9f9ec commit 93bb6c1

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

firmware/conf.d/led-external.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
substitutions:
3-
led_count: '9'
3+
led_count: '4'
44
light:
55
- platform: esp32_rmt_led_strip
66
name: LEDs

firmware/esp32_s3_super_mini.yaml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
1+
esphome:
2+
on_boot:
3+
then:
4+
- component.suspend: tap_timer # Remove this if only using the spool holder; it's for AMS-external only
5+
16
esp32:
27
board: esp32-s3-devkitc-1
38

49
substitutions:
510
hide_ams_sensors: 'true'
6-
led_pin: GPIO8
7-
neopixel_pin: '21' #some boards have this on pin 38
11+
led_pin: GPIO9
12+
neopixel_pin: '48' #some boards have this on pin 38
813
spi2_type: SPI2
9-
spi2_clk_pin: GPIO12
10-
spi2_miso_pin: GPIO13
11-
spi2_mosi_pin: GPIO11
14+
spi2_clk_pin: GPIO10
15+
spi2_miso_pin: GPIO11
16+
spi2_mosi_pin: GPIO12
1217

1318
rfid0_spi_interface: SPI2
14-
rfid0_ss_pin: GPIO04
19+
rfid0_ss_pin: GPIO13
1520

1621
# rfid1_spi_interface: SPI2
1722
# rfid1_ss_pin: GPIO05

0 commit comments

Comments
 (0)