{"id":16239185,"url":"https://github.com/jessebraham/esp-iot-quickstart","last_synced_at":"2025-10-25T02:30:19.370Z","repository":{"id":45505180,"uuid":"163770088","full_name":"jessebraham/esp-iot-quickstart","owner":"jessebraham","description":"A project template for developing IoT projects using the Espressif Systems ESP32","archived":true,"fork":false,"pushed_at":"2019-04-21T00:32:00.000Z","size":22,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-07T21:45:10.419Z","etag":null,"topics":["c","esp-idf","esp32","espressif","iot","mqtt","websocket"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jessebraham.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-01T22:11:42.000Z","updated_at":"2024-07-25T14:34:22.000Z","dependencies_parsed_at":"2022-07-15T08:51:29.317Z","dependency_job_id":null,"html_url":"https://github.com/jessebraham/esp-iot-quickstart","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/jessebraham%2Fesp-iot-quickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessebraham%2Fesp-iot-quickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessebraham%2Fesp-iot-quickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessebraham%2Fesp-iot-quickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jessebraham","download_url":"https://codeload.github.com/jessebraham/esp-iot-quickstart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238059129,"owners_count":19409601,"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":["c","esp-idf","esp32","espressif","iot","mqtt","websocket"],"created_at":"2024-10-10T13:42:37.579Z","updated_at":"2025-10-25T02:30:19.014Z","avatar_url":"https://github.com/jessebraham.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# esp-iot-quickstart\n\nA project template for developing IoT projects using the [Espressif Systems ESP32](https://www.espressif.com/en/products/hardware/esp32/overview). Contains the boilerplate required to connect to a wireless network and MQTT broker. Intended to serve as a starting point, and to help avoid repeating myself.\n\n\n# Usage\n\nTo develop a project from this template, begin by checking out the repository, making sure to use the `--recursive` flag to ensure we check out the [espressif/esp-mqtt](https://github.com/espressif/esp-mqtt) component as well:\n\n```bash\n$ git clone --recursive https://github.com/jessebraham/esp-iot-quickstart.git\n$ cd esp-iot-quickstart/\n```\n\nWe can use the `make` command to perform a number of helpful tasks. To configure the wireless network and MQTT broker settings, run `make menuconfig` from the project root. From here you will be greeted with a [curses](https://en.wikipedia.org/wiki/Curses_%28programming_library%29) interface, from which you can select the `esp-iot-quickstart config` item.\n\nWithin `main/main.c` lies a function named `mqtt_event_handler`; there are a number of comments within it instructing what to add for your application.\n\nOnce you're ready to flash the device, run:\n\n```bash\n$ make flash\n$ make monitor\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessebraham%2Fesp-iot-quickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjessebraham%2Fesp-iot-quickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessebraham%2Fesp-iot-quickstart/lists"}