PrusaPager (MINI, MINI+)

PrusaPager (MINI, MINI+)

prusaprinters

<p>I wanted to be alerted when my prints had finished on my Prusa MINI 3d printer.</p> <p>What better way then a pager; OK a smart phone App!</p> <p>The PrusaConnect Local web page is great for tracking the status of prints, but does not alert you when the print in progress finishes. But it does provide an JSON API with the printer status.</p> <p>I went for the retro approach with an '80 solution and created an old fashioned Pager.</p> <p>The PrusaPager uses an ESP8266 Wireless module with an oled display and sounder. It calls the PrusaConnect Local API to get the printer status, which is displayed on the oled display. Triggering the sounder when the print has finished.</p> <p>I used a Heltec WiFi 8 as they are ready available at very low cost. The code should be compatible with other similar boards.</p> <p>Design also includes a desk stand.</p> <h3>Print instructions</h3><p>Code is available from my GitHub:<br/> <a href="https://github.com/chillygithub/PrusaPager">https://github.com/chillygithub/PrusaPager</a></p> <p>Heltec WiFi 8<br/> <a href="https://heltec.org/project/wifi-kit-8/">https://heltec.org/project/wifi-kit-8/</a></p> <p>These lines should be changed to match your network:</p> <p><code>// Settings for Wireless network: char* ssid = "networkname"; // Wireless network SSID 2.4GHz char* pskey = "presharedkey"; // WPA2 Preshared key</code></p> <p><code>// Update the IP address in the api_url to match your Mini: // Mini should use a static IP address char* api_url = "http://192.168.0.4/api/telemetry";</code></p> <p>I printed the case parts in Prusament Galaxy Black PLA, and the belt clip in Prusament PETG for additional flexibility.</p> <p>Printed with a 0.4mm nozzle at 0.15mm layer height.</p> <p>The case was printed on the textured sheet using Octagram spiral for the first layer. This looks fantastic with Galaxy filaments.</p> <p>For assembly Two 2mm diameter x 7mm length self tapping screws are used.</p> <p>Sounder is a 15mm Piezo connected to GPIO13 Pin D7.</p> <p>To switch the pager off, the button must be held for &gt; 10 seconds.</p>

Download Model from prusaprinters

With this file you will be able to print PrusaPager (MINI, MINI+) with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on PrusaPager (MINI, MINI+).