{"id":30327322,"url":"https://github.com/ntdotjsx/esp8266-oled-module-with-my-server","last_synced_at":"2025-08-18T00:11:50.927Z","repository":{"id":309098308,"uuid":"1035143671","full_name":"ntdotjsx/ESP8266-OLED-Module-With-My-Server","owner":"ntdotjsx","description":"eiei server กากแต่กูมี idea","archived":false,"fork":false,"pushed_at":"2025-08-11T12:10:36.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"hello-world","last_synced_at":"2025-08-17T05:36:52.474Z","etag":null,"topics":[],"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/ntdotjsx.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}},"created_at":"2025-08-09T18:41:03.000Z","updated_at":"2025-08-11T12:10:40.000Z","dependencies_parsed_at":"2025-08-09T21:27:52.314Z","dependency_job_id":null,"html_url":"https://github.com/ntdotjsx/ESP8266-OLED-Module-With-My-Server","commit_stats":null,"previous_names":["ntdotjsx/esp8266-oled-module-with-my-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ntdotjsx/ESP8266-OLED-Module-With-My-Server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntdotjsx%2FESP8266-OLED-Module-With-My-Server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntdotjsx%2FESP8266-OLED-Module-With-My-Server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntdotjsx%2FESP8266-OLED-Module-With-My-Server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntdotjsx%2FESP8266-OLED-Module-With-My-Server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ntdotjsx","download_url":"https://codeload.github.com/ntdotjsx/ESP8266-OLED-Module-With-My-Server/tar.gz/refs/heads/hello-world","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntdotjsx%2FESP8266-OLED-Module-With-My-Server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270924101,"owners_count":24668673,"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-08-17T02:00:09.016Z","response_time":129,"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":[],"created_at":"2025-08-18T00:11:48.785Z","updated_at":"2025-08-18T00:11:50.913Z","avatar_url":"https://github.com/ntdotjsx.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESP8266-OLED-Module-With-My-Server\n\u003e PlatformIO: Rebuild IntelliSense Index\n\n#include \u003cArduino.h\u003e\n#include \u003cWire.h\u003e\n\nvoid setup() {\n  Serial.begin(115200);\n  delay(2000);\n}\n\nvoid doScan(uint8_t sda, uint8_t scl) {\n  Wire.begin(sda, scl);\n  Serial.printf(\"\\nScanning with SDA=%d SCL=%d\\n\", sda, scl);\n  int found = 0;\n  for (uint8_t addr = 1; addr \u003c 127; addr++) {\n    Wire.beginTransmission(addr);\n    if (Wire.endTransmission() == 0) {\n      Serial.printf(\"I2C device found at 0x%02X\\n\", addr);\n      found++;\n    }\n  }\n  if (!found) Serial.println(\"No I2C devices found\");\n}\n\nvoid loop() {\n  // Try HW-364A common pins: SDA = D6(GPIO12), SCL = D5(GPIO14)\n  doScan(D6, D5);    // SDA=D6 (GPIO12), SCL=D5 (GPIO14)\n  delay(1000);\n  // Try swapped just in case\n  doScan(D5, D6);    // SDA=D5, SCL=D6\n  delay(5000);\n}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntdotjsx%2Fesp8266-oled-module-with-my-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fntdotjsx%2Fesp8266-oled-module-with-my-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntdotjsx%2Fesp8266-oled-module-with-my-server/lists"}