I Open-Sourced My AI Toy Company That Runs on ESP32 and OpenAI Realtime API

https://news.ycombinator.com/rss Hits: 5
Summary

Realtime AI Speech powered by OpenAI Realtime API, ESP32, Secure WebSockets, and Deno Edge Functions for >10-minute uninterrupted global conversations # Starts your local Supabase server with the default migrations and seed data. Add your OpenAI API Key in the server-deno/.env and frontend-nextjs/.env.local file. Add your ESP32-S3 Device MAC Address to the Settings page in the NextJS Frontend. This links your device to your account. To find your ESP32-S3 Device's MAC Address, build and upload test/print_mac_address_test.cpp using PlatformIO. Set up your ESP32 Arduino Client. (See the ESP32 README) On PlatformIO, first Build the project, then Upload the project to your ESP32. The ESP32 should open an AP ELATO-DEVICE to connect to Wifi. Connect to it and go to http://192.168.4.1 to configure the device wifi. Once your Wifi is configured, turn the device off and on again and it should connect to your Wifi and the Deno edge server.

First seen: 2025-04-22 15:41

Last seen: 2025-04-22 19:42