https://github.com/m5stack/atom-printer
M5Stack ATOM PRINTER firmware and examples
https://github.com/m5stack/atom-printer
Last synced: 11 months ago
JSON representation
M5Stack ATOM PRINTER firmware and examples
- Host: GitHub
- URL: https://github.com/m5stack/atom-printer
- Owner: m5stack
- License: mit
- Created: 2021-09-22T08:14:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T07:19:45.000Z (about 1 year ago)
- Last Synced: 2025-07-11T08:05:28.402Z (11 months ago)
- Language: C++
- Homepage:
- Size: 1.09 MB
- Stars: 20
- Watchers: 9
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Atom Printer
## Overview
M5Stack Atom Printer firmware
## How to use?
- 1.connect to AP `ATOM_PRINTER-xxxx`
- 2.Print data via web page (visit 192.168.4.1)
- 3.Configure Wi-Fi in the web page

- 4.print data through mqtt server. publish topic is the device mac address.
```shell
topic: xx:xx:xx:xx:xx:xx
```
- 5.mqtt payload
```shell
TEXT,10,1:Hai
```
```shell
BAR:1234
```
```shell
QR:1234
```
## Related Link
[Document & AT Command](https://docs.m5stack.com/en/atom/atom_printer)