JNSwanson / ESP-Home-iBoost

ESPHOME Marlec iboost integration
MIT License
20 stars 2 forks source link

Can I use an ESP32 #21

Open rowanbradley opened 1 month ago

rowanbradley commented 1 month ago

Can I use an ESP32 for this project? If so, what changes would I have to make?

Thank you - Rowan

rowanbradley commented 1 month ago

If I connect CC1101 pins to ESP WROOM32 pins as follows:

CC1101 ESP32
CSN D5/GPIO5/VSPI_CS
CSK D18/GPIO18/SCK,VSPI_CLK
MISO D19/MISO/VSPI_MISO
MOSI D23/MOSI/VSPI_MOSI
GND GND
VCC 3V3

Will this work? What if any changes will I have to make to pin IDs in the software? What other changes will I have to make to get this to work?

Thank you - Rowan