You are browsing as a guest. Sign up (or log in) to start making projects!

PCA9685 Debugging Panel

  • 2 Devlogs
  • 7 Total hours

Web-based remote control panel for debugging PCA9685 servo drivers on robots.

Open comments for this post

1h 33m 31s logged

V 0.2.0 now available!
✨ New Features:
Action Recording & Replay
Internationalization (i18n)
Debug Mode (–debug)
Clear Cache
💅 Improvements
JS-fail overlay
Accessibility
Enhanced action buttons

See GitHub release below for more infomation:
https://github.com/xiaokai-lyk/PCA9685-debugging-panel/releases/tag/v0.2.0

0

Replies

Loading replies…

0
3
Ship #1 Changes requested

This is a web-based remote-control panel for debugging PCA9685 servo drivers on robots.
The first problem I encountered was the accessibility of the hardware. Sometimes I want to debug the UI and API, but I don't have a PCA9685 board nearby. So, I co-op with Deepseek to develop the mock mode, enabling the robot to "pretend that it has established an I2C connection to a PCA9685 driver".
If you are using the PCA9685 on your robot, you can easily debug it by simply installing this package via pip on the robot. Even if you don't have the corresponding hardware, you can also use the mock mode to observe how the UI works. I hope this will inspire you.
I'm still working on this project, and I hope it to become a "de facto standard" sometime.

  • 2 devlogs
  • 7h
Try project → See source code →
Open comments for this post

5h 33m 24s logged

v0.1.0 — Initial Release 🎉
Basic functions are now available and it has been published to PyPi~

Co-authed by Claude-code (used Deepseek as LLM)
Visit the Github repo for more demonstrations~

2
Original post
@xk

v0.1.0 — Initial Release 🎉
Basic functions are now available and it has been published to PyPi~

Co-authed by Claude-code (used Deepseek as LLM)
Visit the Github repo for more demonstrations~

Replies

Loading replies…

0
54

Followers

Loading…