1
0
mirror of https://github.com/MultiMote/niimblue synced 2026-01-19 19:37:11 +03:00
This commit is contained in:
MultiMote
2024-06-30 11:25:15 +03:00
parent 494682bdc0
commit 2e243457c4
7 changed files with 36 additions and 0 deletions

36
README.md Normal file
View File

@@ -0,0 +1,36 @@
# NiimBlue
Niimbot printers webui. Design and print labels directly from your browser.
Bluetooth connection is working fine, serial needs some work.
There is no code yet. It will be pushed when I finish a library and ui. It is very raw.
Tested printers:
- Niimbot D110
- Niimbot B1
## Demo
Public preview available here: https://dev.mmote.ru/niimblue/ (updated often).
## Browser support
Your browser must support Web Bluetooth API: [supported browsers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API#browser_compatibility).
For serial communication: [supported browsers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Serial_API#browser_compatibility).
## Images
![ui](about/ui.png)
![labels](about/labels.png)
![print_preview](about/print_preview.png)
![dither](about/dither.png)
![printed_b1](about/printed_b1.jpg)
![printed_d110](about/printed_d110.jpg)

BIN
about/dither.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

BIN
about/labels.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
about/print_preview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
about/printed_b1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

BIN
about/printed_d110.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

BIN
about/ui.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB