Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the camera firmware #57

Merged
merged 38 commits into from
Apr 16, 2021
Merged

Add the camera firmware #57

merged 38 commits into from
Apr 16, 2021

Conversation

NiallEHunt
Copy link
Collaborator

Camera firmware using ESP-IDF. The board connects to wifi, initializes the camera and connects to AWS IoT Core.
The board subscribes to an MQTT topic and takes a picture when a trigger message is sent. The image is encoded in base64 and published back to the MQTT topic.
This still needs some work as occasionally the picture is too large to be sent. The size of the AWS MQTT buffer needs to be set in the config as well before working. This isn't mentioned in the README but it's not hard to find

@NiallEHunt NiallEHunt merged commit 8b49e1c into main Apr 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant