{"id":19834520,"url":"https://github.com/thingpulse/esp-app-market","last_synced_at":"2026-05-10T14:01:00.701Z","repository":{"id":245255461,"uuid":"817421481","full_name":"ThingPulse/esp-app-market","owner":"ThingPulse","description":"Web App To Flash firmware for Espressif microcontrollers","archived":false,"fork":false,"pushed_at":"2024-12-20T13:31:41.000Z","size":5183,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-11T10:43:08.090Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/ThingPulse.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-19T17:08:02.000Z","updated_at":"2024-12-20T13:31:45.000Z","dependencies_parsed_at":"2024-06-20T23:38:41.630Z","dependency_job_id":"69672398-28ee-4822-a37b-8b15da5e0046","html_url":"https://github.com/ThingPulse/esp-app-market","commit_stats":null,"previous_names":["thingpulse/esp-app-market"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThingPulse%2Fesp-app-market","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThingPulse%2Fesp-app-market/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThingPulse%2Fesp-app-market/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThingPulse%2Fesp-app-market/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThingPulse","download_url":"https://codeload.github.com/ThingPulse/esp-app-market/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241198983,"owners_count":19926554,"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-11-12T12:04:57.483Z","updated_at":"2026-05-10T14:00:55.659Z","avatar_url":"https://github.com/ThingPulse.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Esp-App-Market\n\nThe Esp-App-Market is web-based tool to flash firmware to Espressif based microcontrollers\n\n\n## Development server\n\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.\n\n## Build\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.\n\n## Running unit tests\n\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n## Building docker image\n\n### Building docker for local machine architecture\n\n`docker build -t thingpulse/esp-app-market:1.0.0 . `\n\n### building docker on ARM for x86\n\n`docker buildx build --platform linux/amd64 -t thingpulse/esp-app-market:1.0.0 .`\n\n### Running with docker-compose\n\nThe repository contains a sample docker-compose.yaml file. By executing\n`docker-compose up -d`\nin the root of this repository you can start the service. The example docker-compose configuration\nwill start the service at http://localhost:8081\n\n## Changing device configuration\n\nDefault configurations loads the browser from the server. The angular application looks for a configuration\nfile at `/assets/defaultDeviceConfiguration.json`\n\n### Explanation\n\n- id: unique id within this file\n- name: displayed name of the device\n- imageSource: relative url to the displayed device image\n- partitions: one or several partitions. We recommend to use just one partition if possible\n    - name: of the partition, will be displayed during flashing\n    - data: leave empty\n    - offset: address in the flash at which this partition should be written\n    - url: relative url where the binary file is. Adapt CORS headers if loading from a different domain\n\n## Changing device configuration when running with docker-compose\n\nAdapt and uncomment the following lines to use your own configuration files in `docker-compose.yaml` \n```\n        volumes:\n          - ./src/assets:/usr/share/nginx/html/assets:ro\n```\n\n## Creating firmware to run the test\n\nThe following repository shows how to build a firmware which can be used together with the\nesp-app-market: https://github.com/ThingPulse/esp32-epulse-feather-testbed\n\n## FAQ\n\n- Question: The tool doesn't work with Safari or Firefox\n- Answer: This is expected, since neither Safari nor Firefox support WebSerial. Currently only\n  Chrome, Edge and Opera support this feature: https://caniuse.com/web-serial\n\n- Question: When I connect my ESP32 no device shows up in the device pop-up\n- Answer: If your operating system does not support the Serial-To-UART chip you still\n  have to install the driver. Check with your device manufacturer where to get this driver\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthingpulse%2Fesp-app-market","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthingpulse%2Fesp-app-market","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthingpulse%2Fesp-app-market/lists"}