{"id":46347607,"url":"https://github.com/mlab-modules/batdatsocket01","last_synced_at":"2026-03-04T22:02:45.431Z","repository":{"id":205436842,"uuid":"714236169","full_name":"mlab-modules/BATDATSOCKET01","owner":"mlab-modules","description":"Adapter for fast battery and data storage connection. Compatibile with BATDATUNIT01","archived":false,"fork":false,"pushed_at":"2025-05-11T23:34:08.000Z","size":13576,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"BATDATSOCKET01B","last_synced_at":"2025-05-12T00:25:28.351Z","etag":null,"topics":["battery","battery-power","data-storage","lii-on","measuring-device","measuring-platform","mlab-kicad","mlab-module","sd-card","usb-c"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mlab-modules.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,"zenodo":null}},"created_at":"2023-11-04T10:12:57.000Z","updated_at":"2025-05-11T23:34:11.000Z","dependencies_parsed_at":"2023-12-25T00:23:44.530Z","dependency_job_id":"c41fe171-0995-48cc-9019-98f50823ed4d","html_url":"https://github.com/mlab-modules/BATDATSOCKET01","commit_stats":{"total_commits":27,"total_committers":4,"mean_commits":6.75,"dds":0.4814814814814815,"last_synced_commit":"3fd1388544930e29248c321affccf9cfd1243155"},"previous_names":["mlab-modules/batdatsocket01"],"tags_count":0,"template":false,"template_full_name":"mlab-modules/MODUL01","purl":"pkg:github/mlab-modules/BATDATSOCKET01","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlab-modules%2FBATDATSOCKET01","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlab-modules%2FBATDATSOCKET01/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlab-modules%2FBATDATSOCKET01/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlab-modules%2FBATDATSOCKET01/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mlab-modules","download_url":"https://codeload.github.com/mlab-modules/BATDATSOCKET01/tar.gz/refs/heads/BATDATSOCKET01B","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlab-modules%2FBATDATSOCKET01/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30095693,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T21:59:23.547Z","status":"ssl_error","status_checked_at":"2026-03-04T21:57:50.415Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["battery","battery-power","data-storage","lii-on","measuring-device","measuring-platform","mlab-kicad","mlab-module","sd-card","usb-c"],"created_at":"2026-03-04T22:02:43.531Z","updated_at":"2026-03-04T22:02:45.416Z","avatar_url":"https://github.com/mlab-modules.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BATDATSOCKET01 - Li-ion power and Data Storage Module socket interface\n\nThe BATDATSOCKET01 is a complementary module to the battery and data module [BATDATUNIT01](https://github.com/mlab-modules/BATDATUNIT01). It is a reliable power source for extended durations, making it an integral component in a wide array of detectors or measuring systems.\n\n## Applications\n\nThe BATDATUNIT01 is designed for versatility:\n\n- As a **power module for semiconductor particle detectors** like the [AIRDOS04](https://github.com/UniversalScientificTechnologies/AIRDOS04), it ensures uninterrupted data acquisition in environmental monitoring.\n- It can be integrated into **remote sensing stations**, providing consistent power and data logging capabilities for long-term ecological studies.\n- In **automated weather stations**, the module's resilience and sensor suite offer valuable insights into meteorological conditions.\n- The module can be deployed in **mobile robotics** for energy supply and environmental data collection, aiding navigation and decision-making processes.\n- It is also ideal for **educational purposes**, as a hands-on tool to teach about energy management, data acquisition, and sensor integration.\n\nFor more detailed information on interfacing and protocols, please refer to the [BATDATUNIT01](https://github.com/mlab-modules/BATDATUNIT01) documentation.\n\n## Design\n\nDesigned for convenience, the module allows for fast detachment from the measuring part without tools, streamlining the replacement process. Data can be downloaded during battery charging thanks to onboard memory.\n\n![BATDATSOCKET01 top view](/doc/gen/img/BATDATSOCKET01-top.svg)\n\n![BATDATSOCKET01 bottom view](/doc/gen/img/BATDATSOCKET01-bottom.svg)\n\n### Internal structure\n\n```mermaid\n\n    flowchart TD\n\n    subgraph a[User interfaceI]\n        USB[[USB-C\\nData + power]]\n        UI1([User interface \\n Button + battery indicator])\n        UI2([User interface \\n Button + 3x LED])\n    \n    end\n\n    USB --USB --\u003e USW\n\n    FTDI -- I2C --\u003e I2CSW\n    FTDI -- UART \u003c--\u003e MCU\n    MCU -- I2C --\u003e I2CSW[I2C mux]\n    MCU[Microcontroller]\n    MCU --SPI \u003c--\u003e SDW\n    MCU --\u003e SDW\n\n    subgraph one[Memory interface]\n    SDR[SD card] \u003c--\u003e SDI\n    SDI[SD card interface] \u003c--\u003e USW\n    USW[USB-SWITCH]\n    SDW[SD card \\n SPI-SWITCH] \u003c--\u003e SDI\n    end\n\n\n    subgraph three[Digital part ]\n    USW -- USB \u003c--\u003e FTDI[FTDI\\nI2C + UART]\n\n    I2CSW --I2C--\u003e HYG[Hygrometer]\n    I2CSW --I2C--\u003e ALT[Pressure sensor]\n\n    I2CSW -- I2C --\u003e I2Cen\n\n    end\n\n\n    I2CSW --I2C--\u003e GAUGE\n    I2CSW --I2C--\u003e charger\n\n\n    GAUGE --\u003e UI1\n    MCU --\u003e UI2\n\n    GAUGE --\u003e PWR3v3\n    GAUGE --\u003e PWR3v3E\n    GAUGE --\u003e PWR5vE\n    \n    USW -- USB \u003c--\u003e FTDI[FTDI\\nI2C + UART]\n    USB -- Power --\u003e charger\n\n    subgraph two[POWER sources]\n    PWR3v3[Power supply\\nfor internal 3.3V]\n    PWR3v3E[Power supply\\nfor detector 3.3V]\n    PWR5vE[Power supply\\nfor detector 5V]\n    \n    charger --\u003e GAUGE[Accumulators gauge]\n    GAUGE \u003c==\u003e LIION[(5x Li-ion cells)]\n    end\n    PWR3v3 --\u003e MCU\n\n    PWR3v3E --\u003e DI\n    PWR5vE --\u003e DI\n\n    I2Cen[I2C switch] -- I2C --\u003e DI\n    DI[[Detector interface]] == GPIO, SPI \u003c==\u003e MCU\n\n\n\n```\n\n## Connectivity\n\nA durable connector brings together data and detection elements with impressive mechanical resilience. It hosts UART, I2C, SPI buses, and extra GPIO signals, providing extensive interfacing options with various systems.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlab-modules%2Fbatdatsocket01","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlab-modules%2Fbatdatsocket01","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlab-modules%2Fbatdatsocket01/lists"}