Generative AI Vision with MQTT

Materials

Example

In this example, we will be connecting AMB82-mini to a MQTT-Broker that could display images, i.e. broker.mqttgo.io.

Open Generative AI Vision with MQTT example in “File” -> “Examples” -> “AmebaMQTTClient” -> “MQTT_GenAIVision”.

image01

Please modify “ssid” and “pass” according to your WiFi network SSID and password.

image02

Create your API key and paste it in the following section. Please refer to GenAIVision Example for more details on creating API.

image03

Uncomment the vision prompt function according to your model.

image04

Compile and upload the firmware to AMB82-mini.

Go to MQTTGO.io, and connect to server.

Subscribe to the topics to receive the message, image and response published by AMB82-mini. Publish your prompt to a topic where AMB82-mini has subscribed to.

Note

Only message that starts with p/ will be recognized as a prompt message, please insert “p/” before your prompt to trigger image capture and sending to Gen AI server.

You may refer to the snapshot below for prompt sending and response receiving over MQTT broker. Kindly define your own topics to publish and subscribe.

image05

Resources

MQTT GO Broker
openAI platform - openAI vision
Google AI Studio - Gemini vision
GroqCloud - Llama vision