Skip to content

mlgtcode/niimblue-web

 
 

Repository files navigation

NiimBlue

Niimbot printers webui. Design and print labels right from your browser.

Uses NiimBlueLib for communication.

Note

If you have printing problems, try different print task versions in print preview dialog. Make if default by pressing "Lock" button.

If you found version suitable for your model, please write here.

Features

You can see the list of implemented and planned features on the Wiki.

List of supported models you can find in niimluelib repository.

Demo

The public preview is available here.

Browser support

Your browser must support Web Bluetooth API: supported browsers.

For serial communication: supported browsers.

In some systems you need to enable Chrome Experimental Web Platform Features (navigate to chrome://flags).

Feedback needed!

I only have D110 and B1 printers. If you own other models, please write a comment here describing your model working or not.

Bluetooth dumps are MUCH appreciated (search how to enable Bluetooth HCI Snoop Log for your device, print any label with Niimbot app then run adb bugreport filename, you should find btsnoop_hci.log in the archive).

Images

Images may be outdated, interface is changing constantly.

ui

labels

print_preview

dither

templating

batch

printed_b1

printed_d110

Launching development server

Skip steps you have done.

  1. Install git

  2. Install nodejs

  3. Install yarn

  4. Clone repository

    git clone https://github.com/MultiMote/niimblue.git
  5. Install dependencies

    yarn install
  6. Run dev server

    Check code and open browser:

    yarn dev-check

    Or just run:

    yarn dev

Eslint not included. Install it with:

npm install --no-save --no-package-lock [email protected] globals @types/eslint @eslint/js typescript-eslint eslint-plugin-svelte

Translation status

translation

Other

Links
Discord (dev news, troubleshooting and other)

Languages

  • TypeScript 54.5%
  • Svelte 42.8%
  • JavaScript 0.9%
  • HTML 0.8%
  • SCSS 0.8%
  • Dockerfile 0.1%
  • Java 0.1%