{"id":20662900,"url":"https://github.com/kartben/mxchip-serial-capture","last_synced_at":"2025-10-30T04:11:48.118Z","repository":{"id":136260569,"uuid":"249765245","full_name":"kartben/mxchip-serial-capture","owner":"kartben","description":null,"archived":false,"fork":false,"pushed_at":"2020-04-03T13:37:49.000Z","size":171,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T18:51:21.550Z","etag":null,"topics":["json-lines","mxchip","sensor-data","sensor-data-collection"],"latest_commit_sha":null,"homepage":"","language":"C++","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/kartben.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":"2020-03-24T16:53:18.000Z","updated_at":"2024-10-13T17:21:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"ad5169e3-2549-4c30-89aa-aaaab35f0414","html_url":"https://github.com/kartben/mxchip-serial-capture","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kartben/mxchip-serial-capture","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kartben%2Fmxchip-serial-capture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kartben%2Fmxchip-serial-capture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kartben%2Fmxchip-serial-capture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kartben%2Fmxchip-serial-capture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kartben","download_url":"https://codeload.github.com/kartben/mxchip-serial-capture/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kartben%2Fmxchip-serial-capture/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270602456,"owners_count":24614260,"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-15T02:00:12.559Z","response_time":110,"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":["json-lines","mxchip","sensor-data","sensor-data-collection"],"created_at":"2024-11-16T19:15:51.277Z","updated_at":"2025-10-30T04:11:43.078Z","avatar_url":"https://github.com/kartben.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to mxchip-serial-capture 👋\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](/LICENSE)\n[![Twitter: kartben](https://img.shields.io/twitter/follow/kartben.svg?style=social)](https://twitter.com/kartben)\n\n\u003e A very simple MXChip AZ3166 application that dumps sensor data (accelerometer \u0026 gyroscope) as [JSON lines](http://jsonlines.org/) on the Serial port.\n\u003e\n\u003e ```\n\u003e ************************************************\n\u003e ** MXChip - Microsoft IoT Developer Kit **\n\u003e ************************************************\n\u003e You can 1. press Button A and reset to enter configuration mode.\n\u003e         1. press Button B and reset to enter AP mode.\n\u003e [67,-24,1031,1820,-2800,-70]\n\u003e [68,-24,1030,1820,-2730,-70]\n\u003e [68,-24,1030,1820,-2730,-70]\n\u003e [68,-23,1030,1820,-2730,-70]\n\u003e [68,-24,1030,1820,-2800,-70]\n\u003e [68,-24,1030,1820,-2800,-70]\n\u003e …\n\u003e ```\n\u003e\n\u003e You can either build your own firmware from source, or simply download this [pre-built binary](https://raw.githubusercontent.com/kartben/mxchip-serial-capture/master/mxchip-serial-capture.bin), and directly install it on your MXChip. To do so, connect the device to your development machine using a USB cable, and copy the `mxchip-serial-capture.bin` file onto the XXX that should have automatically appeared (ex. `D:\\` on Windows). When the copying is complete, the device reboots with the new firmware.\n\u003e\n\u003e Note: The accelerometer and gyroscope values are sampled and dumped to the UART as fast as possible, at a rate of around 150 Hz. It is probably possible to achieve higher rates by switching to a more efficient (binary) encoding of the values. [Pull requests](https://github.com/kartben/mxchip-serial-capture/pulls) are welcome!\n\n\n## Author\n\n👤 **Benjamin Cabé**\n\n* Website: https://blog.benjamin-cabe.com\n* Twitter: [@kartben](https://twitter.com/kartben)\n* Github: [@kartben](https://github.com/kartben)\n* LinkedIn: [@benjamincabe](https://linkedin.com/in/benjamincabe)\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\n\nFeel free to check [issues page](https://github.com/kartben/mxchip-serial-capture/issues).\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n\n## 📝 License\n\nCopyright \u0026copy; 2020 [Benjamin Cabé](https://github.com/kartben).\n\nThis project is [MIT](/LICENSE) licensed.\n\n***\n_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkartben%2Fmxchip-serial-capture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkartben%2Fmxchip-serial-capture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkartben%2Fmxchip-serial-capture/lists"}