You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you like the grip in the cover image, you can find it on at Makerworld: [PicoCalc Grip Stand Handle](https://makerworld.com/en/models/2759394-picocalc-grip-stand-handle-comfy-edition).
66
+
67
+
If you like it, check out the other things I make!
68
+
69
+
Heads up; there's a version you can print without the `pico-8` logo on the front. It's plate 2 in the print profile, and the `.step` files are included in the 3D model files if you want to modify it yourself.
70
+
71
+
Pictured and link is version 2 of the handle, that I made more comfy!
I haven't had this consistently work but I'd like you to know it exists: https://github.com/nibheis/picocalc_trixie#step-7-make-the-pi-turn-off-the-main-board-when-powering-off
335
+
## Fix problems with the original commands
320
336
321
-
tldr; this service should trigger the pi to send a power off signal to the mainboard when the Pi shuts down.
337
+
1. Enable i2c in `raspi-config`
322
338
323
-
For me, it hasn't been; but that's not a huge issue. Once it's shut down you hold the power button for a few seconds and the green light on the ZeroCalc will turn off.
339
+
```
340
+
# Run raspi-config
341
+
sudo raspi-config
342
+
# Navigate to "Interface Options"
343
+
# Select "I2C" and enable it
344
+
# Finish and reboot
345
+
```
324
346
325
-
If I get this fixed I'll add an update here.
347
+
1. Install `i2c-tools`
326
348
327
-
# Shameless Plug: Handle, stand, grip for the ZeroCalc
Follow the original guide here: [Picocalc Trixie Guide](https://github.com/nibheis/picocalc_trixie#step-7-make-the-pi-turn-off-the-main-board-when-powering-off)
334
354
335
-
If you like the grip in the cover image, you can find it on at Makerworld: [PicoCalc Grip Stand Handle](https://makerworld.com/en/models/2748402-picocalc-grip-stand-handle).
355
+
## EZ Mode
336
356
337
-
If you like it, check out the other things I make!
357
+
1. Enable i2c in `raspi-config`
338
358
339
-
Heads up; there's a version you can print without the `pico-8` logo on the front. It's plate 2 in the print profile, and the `.step` files are included in the 3D model files if you want to modify it yourself.
359
+
```
360
+
# Run raspi-config
361
+
sudo raspi-config
362
+
# Navigate to "Interface Options"
363
+
# Select "I2C" and enable it
364
+
# Finish and reboot
365
+
```
366
+
367
+
2. Clone my fork of the repo with a full install script
0 commit comments