Skip to content

Commit da04b45

Browse files
committed
Add some images
1 parent 4288d18 commit da04b45

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Diff for: content/2025/01/04-thanks-to-github/04-thanks-to-github.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: Thanks to Github for fixing a problem
33
date: 2025-01-04
44
tags: [github, robot arm, python code, maplin usb robot arm, owi edge robot arm]
55
author: Danny Staple
6+
thumbnail: content/2025/01/04-thanks-to-github/github-repo-screenshot.png
67
---
78
My python library for the Maplin USB robot Arm has been reasonably popular over the years. However, at one point several years ago, I wanted to move the repository from my dannystaple account into the orionrobots org, so other people in orionrobots, students or helpers, could contribute, review and so on.
89

9-
1010
## What is this code
1111

1212
This is a python library to control the Maplin/OWI robot arm via USB. It works well on Linux and Raspberry Pi, but needs a bit more coaxing on Windows and Mac due to the OS trying to be careful with hardware security. It allows the user to combine bit-patterns to control the different aspects of the arm.
@@ -17,8 +17,8 @@ I was less experienced with the ways of Github admin, so I forked my repository,
1717

1818
I then deleted the original repository (it was dannystaple/robot_arm). This was still considered the upstream of the new repository. This had some unfortunate effects:
1919

20-
- Some other fork of my repository by a random interested person was now considered the upstream
21-
- All pull requests were being automatically routed to that upstream
20+
- Some other fork of my repository (tazjel/robot_arm) was now considered the upstream. Of course - thank you for there interest in my arm, but this isn't really the correct attribution.
21+
- All pull requests were being automatically routed to that upstream.
2222

2323
I was frustrated, but left it for a few years. However, I have support requests for this library.
2424

@@ -45,4 +45,8 @@ There's a change ownership of repository button in the admin section, this is th
4545

4646
Sadly, my Maplin Arm is dead. After we moved house, I tried to plug it in, and broke it, letting the magic smoke out of one of the motor control chips, by trying to power it differently... I've ordered a replacement on eBay, a whole arm that I can use for spares and repairs to keep it going. Perhaps when my SMD skills are better, I could replace the specific motor chip I blew too. I didn't keep notes on how exactly I broke it, probably because we were moving house. Suffice to say, it added to the list of stressful things at the time. But once the new parts arrived, I'll repair it and get it running again.
4747

48+
![Blown chip on my Maplin USB Robot Arm board](/2025/01/04-thanks-to-github/usb-arm-chip-damage.jpg)
49+
50+
The photo is a touch blurry, but the indicated chip is blown. Based on <https://kyllikki.github.io/EdgeRobotArm/> the blown chip is an ST1151A single channel motor controller. The board could be repaired, but fro now I'll swap the board out as that will get me up and running sooner.
51+
4852
I've still got someone I've been supporting whose arm isn't moving at all. With mine up and running, I'll perhaps be able to better troubleshoot his for him.
24.2 KB
Loading
84.9 KB
Loading

0 commit comments

Comments
 (0)