Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/3110/atom-uart-transponder
ATOM UART Transponder receives data via UART from a device connected with the HY2.0-4P terminal and transmits them directly to its USB serial.
https://github.com/3110/atom-uart-transponder
atom m5stack unitv2
Last synced: 29 days ago
JSON representation
ATOM UART Transponder receives data via UART from a device connected with the HY2.0-4P terminal and transmits them directly to its USB serial.
- Host: GitHub
- URL: https://github.com/3110/atom-uart-transponder
- Owner: 3110
- Created: 2021-05-28T08:06:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T13:28:51.000Z (over 3 years ago)
- Last Synced: 2024-11-06T14:48:44.049Z (3 months ago)
- Topics: atom, m5stack, unitv2
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[日本語](README_ja_JP.md)
# ATOM UART TransponderATOM UART Transponder on ATOM Lite receives data via UART from a device connected with the HY2.0-4P terminal and transmits them directly to its USB serial.
For example, UnitV2 outputs the recognized results as JSON to the HY2.0-4P terminal via UART, so you can display or process them after receiving them on ATOM Lite.
The above picture shows that ATOM Lite is attached to the back brick on UnitV2 with LEGO connector pegs. The mount screwed on ATOM Lite comes with [ATOM Mate](https://shop.m5stack.com/products/atom-mate).
## InstallationThe program can be compiled on the [PlatformIO](https://platformio.org/) environment. This software was tested using [PlatformIO IDE for VSCode](https://platformio.org/install/ide?install=vscode) on Windows 10 environment.
```
$ git clone https://github.com/3110/atom-uart-transponder
$ cd atom-uart-transponder
$ platformio run --target=upload
```## References
* [UnitV2 recognition service: Serial read](https://docs.m5stack.com/en/quick_start/unitv2/base_functions#serial-read)