Nova
Hardware- 3 Devlogs
- 5 Total hours
I am building a esp32 based IoT device which can take input from TFT display or esp32 camera to send an query Through API and show results in TFT display
I am building a esp32 based IoT device which can take input from TFT display or esp32 camera to send an query Through API and show results in TFT display
I created a demo website for this project using HTML and CSS.
I completed creating firmware of my nova. My simple workflow is that user can enter query by typin gin TFT screen keyboard or user camera capture to get query by image.
My basic code structure is like.
void setup ():- Starts the shared SPI bus, initializes the screen and touch controller, connects to Wi-Fi, starts the camera, then draws ai bot UI.
Void loop():- Checks for touches in touch screen.
Rest are functions for each tasks like connecting to wifi, initialising camera takes photos etc.
I designed whole case for my nova IoT.
It has display attached in middle case has a upper case to support and secure TFT display and case attachment. The esp32 is present inside middle case and it’s back is covered my lower plate which also connects esp32 camera.