{"id":28459736,"url":"https://github.com/cesanta/simplelink_mbed","last_synced_at":"2025-09-04T00:35:09.228Z","repository":{"id":66672257,"uuid":"71512226","full_name":"cesanta/simplelink_mbed","owner":"cesanta","description":"simplelink SPI driver for mbed","archived":false,"fork":false,"pushed_at":"2016-12-27T15:23:50.000Z","size":167,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-07-02T12:48:13.484Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/cesanta.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":"2016-10-20T23:22:26.000Z","updated_at":"2024-12-31T05:07:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"cd892812-20b4-4bcb-8063-b421f9649b08","html_url":"https://github.com/cesanta/simplelink_mbed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cesanta/simplelink_mbed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesanta%2Fsimplelink_mbed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesanta%2Fsimplelink_mbed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesanta%2Fsimplelink_mbed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesanta%2Fsimplelink_mbed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cesanta","download_url":"https://codeload.github.com/cesanta/simplelink_mbed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesanta%2Fsimplelink_mbed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273533914,"owners_count":25122635,"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-09-03T02:00:09.631Z","response_time":76,"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-06-07T01:06:02.610Z","updated_at":"2025-09-04T00:35:09.210Z","avatar_url":"https://github.com/cesanta.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimpleLink Host Interface for ARM mbed 5\n\nThis repository contains a TI SimpleLink Host Interface driver for mbed-os 5.\n\nIt allows you to talk to a CC3100 daughterboard via a SPI interface.\n\nIt uses the mbed HAL, thus it works on all targets supported by mbed.\nYou only have to pass the pin numbers for the SPI and control signals.\n\nThe SimpleLink Host Interface is documented very clearly at http://processors.wiki.ti.com/index.php/CC31xx_Host_Interface\n\nTL;DR:\n\n* 6 wires, of which:\n** 4 SPI wires (`SPI_MOSI`, `SPI_MISO`, `SPI_SCK`, `SPI_CS`)\n** 1 hibernate wire (basically a reset line)\n** 1 IRQ line\n\n```cpp\nSimpleLinkInterface wifi(PG_10, PG_11);\n```\n\nYou can pass a custom frequency:\n\n```cpp\nSimpleLinkInterface wifi(PG_10, PG_11, 20000000);\n```\n\nOr use another SPI port:\n\n```cpp\nSimpleLinkInterface wifi(PG_10, PG_11, SPI_MOSI, SPI_MISO, SPI_SCK, SPI_CS);\n```\n\n## Limitations\n\n* no support for disconnect\n\n* no support for wifi scan\n\n* no support for mbed Socket interface; you can either call the native SimpleLink API or use Mongoose (https://github.com/cesanta/mongoose)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcesanta%2Fsimplelink_mbed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcesanta%2Fsimplelink_mbed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcesanta%2Fsimplelink_mbed/lists"}