Want to seek recommendations from the forum about developing a low cost IOT device. The IOT device needs to have a HDMI port and WiFi, and to be produced as lowest cost as possible. RPi Zero W should be the ideal candidate. But unfortunately, for whatever reasons, RPi Zero W is not FCC certified as a modular (RPi 3A and 3B are FCC certified as modular).
If I use ESP32 (FCC certified as modular) as a WiFi module for RPi Zero, the cost for both boards are still below USD 10. RPi Zero will send AT commands to ESP32 to have WiFi access. Does this arrangement make sense technically and economically?