Set up WIFI on your Bambu Lab P1S without the official app.
Feedback and PRs are welcome! I have so far tested the functionality only with my own printer. The compatibility with other models is unknown. The official phone app seems to check for availability of Bluetooth characteristics that are not found on P1S. Hence, it could be that the other models use those different characteristics that this code doesn't support. Reach me, if you have other model and want to get it supported too.
The browser app can be accessed here: https://jrmattila.github.io/pine-activator/
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.