= Current Methods of Integration =
== ESP32 Built-In === Connections == === UART Communication ===* Hook up === I2C Communication ====== SPI Communication ===== Firmware ==== Examples == By connecting[https://www.digikey.com/en/products/detail/espressif-systems/ESP32-C3-MINI-1-N4/13877574 ESP32-C3-MINI-1-N4] * ESP32 Chip adjusted specifically for the sole purpose of wireless communication. * Interfaced with using UART * == Pros and Cons ===== Pros ====== Cons === = Bluetooth Modules = == Component Selection == === HC_05/HC_06 ====== CYM4343W === * Contains both Bluetooth as well as Wifi protocols * Uses UART for Bluetooth * Uses SDIO for wifi communication == Pros and Cons ===== Pros ===* Simple implementation with supported Code=== Cons ===* Separate PCB Board interfaced with == TODO ==Look into the specific components of the Bluetooth modules to find ICS that can be easily used and interfaced with. =