{"id":31906825,"url":"https://github.com/fflori4n/nod3-comfirm","last_synced_at":"2025-10-13T14:56:59.598Z","repository":{"id":316154785,"uuid":"845140033","full_name":"fflori4n/nod3-comfirm","owner":"fflori4n","description":"Node Common Firmware for ESP32 based IoT things","archived":false,"fork":false,"pushed_at":"2025-09-23T00:46:52.000Z","size":9291,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-23T02:42:38.308Z","etag":null,"topics":["adc-continous","esp-idf","esp32-c3","esp32-c3-super-mini","iot-framework"],"latest_commit_sha":null,"homepage":"","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/fflori4n.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-20T16:54:24.000Z","updated_at":"2025-09-23T00:46:56.000Z","dependencies_parsed_at":"2025-09-23T02:42:42.474Z","dependency_job_id":"0fdfa7e7-2034-4cf6-9bc6-6783b2d929b5","html_url":"https://github.com/fflori4n/nod3-comfirm","commit_stats":null,"previous_names":["fflori4n/nod3-comfirm"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/fflori4n/nod3-comfirm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fflori4n%2Fnod3-comfirm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fflori4n%2Fnod3-comfirm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fflori4n%2Fnod3-comfirm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fflori4n%2Fnod3-comfirm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fflori4n","download_url":"https://codeload.github.com/fflori4n/nod3-comfirm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fflori4n%2Fnod3-comfirm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015751,"owners_count":26085750,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["adc-continous","esp-idf","esp32-c3","esp32-c3-super-mini","iot-framework"],"created_at":"2025-10-13T14:56:55.336Z","updated_at":"2025-10-13T14:56:59.594Z","avatar_url":"https://github.com/fflori4n.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-C61 | ESP32-H2 | ESP32-P4 | ESP32-S2 | ESP32-S3 | Linux |\n| ----------------- | ----- | -------- | -------- | -------- | -------- | --------- | -------- | -------- | -------- | -------- | ----- |\n\n# Hello World Example\n\nStarts a FreeRTOS task to print \"Hello World\".\n\n(See the README.md file in the upper level 'examples' directory for more information about examples.)\n\n## How to use example\n\nFollow detailed instructions provided specifically for this example.\n\nSelect the instructions depending on Espressif chip installed on your development board:\n\n- [ESP32 Getting Started Guide](https://docs.espressif.com/projects/esp-idf/en/stable/get-started/index.html)\n- [ESP32-S2 Getting Started Guide](https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/get-started/index.html)\n\n\n## Example folder contents\n\nThe project **hello_world** contains one source file in C language [hello_world_main.c](main/hello_world_main.c). The file is located in folder [main](main).\n\nESP-IDF projects are built using CMake. The project build configuration is contained in `CMakeLists.txt` files that provide set of directives and instructions describing the project's source files and targets (executable, library, or both).\n\nBelow is short explanation of remaining files in the project folder.\n\n```\n├── CMakeLists.txt\n├── pytest_hello_world.py      Python script used for automated testing\n├── main\n│   ├── CMakeLists.txt\n│   └── hello_world_main.c\n└── README.md                  This is the file you are currently reading\n```\n\nFor more information on structure and contents of ESP-IDF projects, please refer to Section [Build System](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/build-system.html) of the ESP-IDF Programming Guide.\n\n## Troubleshooting\n\n* Program upload failure\n\n    * Hardware connection is not correct: run `idf.py -p PORT monitor`, and reboot your board to see if there are any output logs.\n    * The baud rate for downloading is too high: lower your baud rate in the `menuconfig` menu, and try again.\n\n## Technical support and feedback\n\nPlease use the following feedback channels:\n\n* For technical queries, go to the [esp32.com](https://esp32.com/) forum\n* For a feature request or bug report, create a [GitHub issue](https://github.com/espressif/esp-idf/issues)\n\nWe will get back to you as soon as possible.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffflori4n%2Fnod3-comfirm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffflori4n%2Fnod3-comfirm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffflori4n%2Fnod3-comfirm/lists"}