{"id":16241600,"url":"https://github.com/getlarge/node-webcam-mqtt","last_synced_at":"2025-04-08T09:53:10.378Z","repository":{"id":114685004,"uuid":"173116390","full_name":"getlarge/node-webcam-mqtt","owner":"getlarge","description":"ESP8266 - Arduino - MQTT - Arducam","archived":false,"fork":false,"pushed_at":"2019-05-04T18:10:54.000Z","size":1328,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T06:51:21.172Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/getlarge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-28T13:24:09.000Z","updated_at":"2019-05-04T18:10:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"828c205b-c4a0-4770-9cd4-6303caa38ceb","html_url":"https://github.com/getlarge/node-webcam-mqtt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlarge%2Fnode-webcam-mqtt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlarge%2Fnode-webcam-mqtt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlarge%2Fnode-webcam-mqtt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlarge%2Fnode-webcam-mqtt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getlarge","download_url":"https://codeload.github.com/getlarge/node-webcam-mqtt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247819946,"owners_count":21001394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T14:08:05.872Z","updated_at":"2025-04-08T09:53:10.353Z","avatar_url":"https://github.com/getlarge.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NODE WEBCAM MQTT\n\nESP8266 arduino sketch to interact with [Aloes backend](https://framagit.org/aloes/device-manager) MQTT API.\n\nAdding camera functionnality with [Arducam](https://github.com/ArduCAM/Arduino) device and library.\n\n\n## Requirements\n\nArduino IDE - download the latest from arduino\n\n- https://www.arduino.cc/en/Main/Software\n\nPackages for ESP8266\n\n- Enter `http://arduino.esp8266.com/stable/package_esp8266com_index.json` into Additional Board Manager URLs field. \n\nfollowing libraries are required :\n\n- ArduinoJson\n- Bounce2\n- FS\n- Ticker\n- WifiManager\n\n## Installation\n\n```\ngit clone https://github/getlarge/node-webcam-mqtt.git\n```\n\nEdit Arduino/libraries/ArduCAM/memorysaver.h to :\n\n```\n#define OV2640_MINI_2MP\n```\n\nEdit Arduino/libraries/PubSubClient/src/PubSubClient.h to :\n\n```\n#define MQTT_MAX_PACKET_SIZE 4096\n```\n\n\n## Usage\n\n- Open any .ino file of the folder with Arduino IDE\n\n- Edit your preferences in `config.h`\n\n- Upload the code on your ESP8266 board\n\n#if using MQTT_CLIENT\n\n- Copy the deviceId ( generated at setup on the serial interface ) to Aloes backend\n\n- Enter device credentials in `config.h` or configure the board via the Access Point ( 192.168.244.1 )\n\n#endif\n\n\n## Reference\n\n- resolutions:\n- 0 = 160x120\n- 1 = 176x144\n- 2 = 320x240\n- 3 = 352x288\n- 4 = 640x480\n- 5 = 800x600\n- 6 = 1024x768\n- 7 = 1280x1024\n- 8 = 1600x1200\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetlarge%2Fnode-webcam-mqtt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetlarge%2Fnode-webcam-mqtt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetlarge%2Fnode-webcam-mqtt/lists"}