I feel like the Grinch on Christmas…
Sorry I have to report this, but it still doesn’t work. The results are different but…
Installed the pi-topPULSE onto my Pi-Top[4]-4GB unit, powered up the unit, the red LED underside of the Pulse was came on. Checked for Updates; updated received message “Reboot required, Recently detected hardware requires a system settings modification… Please reboot to enable hardware support.” First time I have ever seen this message. Rebooted.
Pi-Top[4] booted up; the red LED on the underside of the Pulse is not on. Started Mu, copied 7.2.2. Using the pi-topPULSE’s LED matrix: Test colors to Mu. No errors, but the Pulse is not displaying any colors. received in the terminal portion of Mu:
0 0 255
0 255 0
0 255 255
255 0 0
255 0 255
255 255 0
255 255 255
Copied 7.2.3. Using the pi-topPULSE’s LED matrix: Fancy Light Show! to Mu, ran the code:
No Errors but again Pulse is not showing anything.
Copied 7.2.4. Using the pi-topPULSE’s LED matrix: Showing CPU temperature to Mu, ran the code: No Errors but again Pulse is not showing anything.
Copied 7.2.5. Using the pi-topPULSE’s LED matrix: Showing CPU usage to Mu, ran the code:
No Errors but again Pulse is not showing anything.
Copied 4.7. Using the pi-topPULSE’s LED matrix to show the battery level to Mu, ran the code:
Received errors:
Error getting battery info: unsupported operand type(s) for /: ‘str’ and ‘int’
Error getting battery info: unsupported operand type(s) for /: ‘str’ and ‘int’
Error getting battery info: unsupported operand type(s) for /: ‘str’ and ‘int’
Error getting battery info: unsupported operand type(s) for /: ‘str’ and ‘int’
Error getting battery info: unsupported operand type(s) for /: ‘str’ and ‘int’
Error getting battery info: unsupported operand type(s) for /: ‘str’ and ‘int’
Error getting battery info: unsupported operand type(s) for /: ‘str’ and ‘int’
pressed CTRL+C to stop and then received the following errors:
Quitting…
Traceback (most recent call last):
- File “/home/pi/mu_code/pulse_led_matrix-show_the_battery_level.py”, line 87, in *
- main()*
- File “/home/pi/mu_code/pulse_led_matrix-show_the_battery_level.py”, line 79, in main*
- charging_state, capacity, _, _ = battery.get_full_state()*
- File “/usr/lib/python3/dist-packages/pitop/battery/battery.py”, line 75, in get_full_state*
- response = request_client.send_message(message)*
- File “/usr/lib/python3/dist-packages/pitopcommon/ptdm.py”, line 375, in send_message*
- response_string = self.__zmq_socket.recv_string()*
- File “/usr/lib/python3/dist-packages/zmq/sugar/socket.py”, line 584, in recv_string*
- msg = self.recv(flags=flags)*
- File “zmq/backend/cython/socket.pyx”, line 788, in zmq.backend.cython.socket.Socket.recv*
- File “zmq/backend/cython/socket.pyx”, line 824, in zmq.backend.cython.socket.Socket.recv*
- File “zmq/backend/cython/socket.pyx”, line 186, in zmq.backend.cython.socket._recv_copy*
- File “zmq/backend/cython/checkrc.pxd”, line 12, in zmq.backend.cython.checkrc._check_rc*
- File “/usr/lib/python3/dist-packages/pitop/pulse/ledmatrix.py”, line 153, in __signal_handler*
- exit(0)*
SystemExit: 0
*>>> [14:39:38.422492 I] *
Quitting…
Performed the same procedures on my Pi-Top[4]-8GB and received the same results.
Powered up my Pi-Top[3] with the Pulse unit attached and updated the system. Rebooted and the Red LED tuned off when the system finished booting up, experienced same results.