{"id":28790818,"url":"https://github.com/ilieviliya92/esp32_zephyr","last_synced_at":"2025-07-08T15:05:37.300Z","repository":{"id":205047096,"uuid":"713264520","full_name":"IlievIliya92/esp32_zephyr","owner":"IlievIliya92","description":"ESP32 Wroom Zephyr Project","archived":false,"fork":false,"pushed_at":"2023-11-04T19:56:35.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T23:09:05.856Z","etag":null,"topics":["esp32","esp32-wroom","wifi","zephyr","zephyr-rtos"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IlievIliya92.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":"2023-11-02T07:02:19.000Z","updated_at":"2023-11-02T15:53:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"ba2c2001-eea5-4aa3-8501-8a1d98ae645c","html_url":"https://github.com/IlievIliya92/esp32_zephyr","commit_stats":null,"previous_names":["ilieviliya92/esp32_zephyr"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IlievIliya92/esp32_zephyr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlievIliya92%2Fesp32_zephyr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlievIliya92%2Fesp32_zephyr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlievIliya92%2Fesp32_zephyr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlievIliya92%2Fesp32_zephyr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IlievIliya92","download_url":"https://codeload.github.com/IlievIliya92/esp32_zephyr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlievIliya92%2Fesp32_zephyr/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264292934,"owners_count":23586061,"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":["esp32","esp32-wroom","wifi","zephyr","zephyr-rtos"],"created_at":"2025-06-17T23:08:59.706Z","updated_at":"2025-07-08T15:05:37.287Z","avatar_url":"https://github.com/IlievIliya92.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESP32 Zephyr\n\n## Build\n\n```console\n$ west build -b esp32_devkitc_wroom -- -DSSID=\"WIFI_SSID\" -DPSK=\"WIFI_PASS\"\n```\n\nwhere `WIFI_SSID` is the SSID of the Wifi network that you wish to connect to\nand `WIFI_PASS` the authentication for it.\n\n## Flash\n\n```console\n$ west flash\n```\n\n## Monitor\n\n```console\n$ west espressif monitor\n```\n\nThe results should look similar to the output shown below:\n\n```console\n*** Booting Zephyr OS build zephyr-v3.5.0-660-ge7340282a795 ***\n[00:00:02.244,000] \u003cinf\u003e wifi: Connecting to: WIFI_SSID\n[00:00:02.246,000] \u003cinf\u003e wifi: Waiting for authorization...\n[00:00:08.984,000] \u003cdbg\u003e esp32_wifi: esp32_wifi_send: pkt sent 0x3fff82c4 len 291\n[00:00:11.090,000] \u003cdbg\u003e esp32_wifi: esp32_wifi_send: pkt sent 0x3fff82c4 len 298\n[00:00:11.119,000] \u003cinf\u003e net_dhcpv4: Received: xxx.xxx.xxx.xxx\n[00:00:15.939,000] \u003cinf\u003e wifi: Connected\n[00:00:15.940,000] \u003cinf\u003e wifi: Wifi network state:\n[00:00:15.940,000] \u003cinf\u003e wifi:  SSID: WIFI_SSID\n[00:00:15.940,000] \u003cinf\u003e wifi:  Band: 2.4GHz\n[00:00:15.940,000] \u003cinf\u003e wifi:  Channel: xx\n[00:00:15.940,000] \u003cinf\u003e wifi:  Security: WPA2-PSK\n[00:00:15.940,000] \u003cinf\u003e wifi:  RSSI: xx\n[00:00:15.940,000] \u003cinf\u003e server: Creating new server object\n[00:00:11.904,000] \u003cinf\u003e server: Waiting for TCP connections on port 4242...\n```\n\n## Test\n\n### Service discovery\n\n```console\n$  avahi-resolve -4 -n esp32.local\nesp32.local xxx.xxx.xxx.xxx\n```\n\n```console\n$ avahi-browse -t -r _esp32._tcp\n+ wlp4s0 IPv4 esp32                                         _esp32._tcp          local\n= wlp4s0 IPv4 esp32                                         _esp32._tcp          local\n   hostname = [esp32.local]\n   address = [xxx.xxx.xxx.xxx]\n   port = [4242]\n   txt = []\n```\n\n### Send/Receive test message\n\n```console\n$ cd test\n$ python3 esp32_client.py --dest_addr tcp:xxx.xxx.xxx.xxx:4242\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filieviliya92%2Fesp32_zephyr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filieviliya92%2Fesp32_zephyr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filieviliya92%2Fesp32_zephyr/lists"}