Troubleshooting
Known issues🔗︎
-
Pinecil not detected
- possible reason: pinecil is paired to computer/phone settings. solution: unpair it from all other places and reboot.
- possible reason: using older firmware (below 2.21). solution: flash current BLE firmware; below IronOS 2.21 only beta versions work with PineSAM.
-
bleak causes Python to crash on Mac: https://github.com/hbldh/bleak/issues/768
- possible solution: give access to iTerm (or whichever terminal you use) to Bluetooth in Settings
-
PineSAM script terminal crashes on start of script: incompatible version of IronOS, check/update firmware see .
-
Windows Powershell issue
- windows by default does not allow any scripts to run in powershell. Make sure the zip file property is Unblock (reference) and set powershell to remotesigned with:
set-executionpolicy remotesigned
- check that windows has not reset the permissions in powershell with
Get-ExecutionPolicy
and change it back toRemoteSigned
if needed (reference).
- windows by default does not allow any scripts to run in powershell. Make sure the zip file property is Unblock (reference) and set powershell to remotesigned with:
-
See the Discussions section for install hints, screenshot images, and solutions to common issues.
-
Something else: open an issue .
Running Unit tests🔗︎
For development work