Skip to content

Commit 81a5a3b

Browse files
committed
Add related design notes.
1 parent c4a45d0 commit 81a5a3b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: content/2025/01/03-explorer-shield/03-explorer-shield.md

+8
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,14 @@ The KiCAD schematic editor did not like loading it - it had problems with the sy
7777

7878
I had to import, and remap the AT Tiny, l293d and diode symbols to view it.
7979

80+
## Related designs
81+
82+
I a way, my simple designs here likely inspired how I designed my books.
83+
84+
In Learn Robotics Programming, I use a motor HAT that interfaces with the Raspberry Pi over I2C, keeping many more IO pins available for use with sensors, mirroring the goal of this project.
85+
86+
In Robotics at Home, 1st Edition, I've connected a Raspberry Pi Pico to a TB6612FNG motor controller module, in much the same way this one was connected. That module already has flyback diodes, and the bypass capacitors this design needed.
87+
8088
## Conclusion
8189

8290
The Arduino Uno is now a very dated platform, and arguably was starting to become dated at the time. There are motor controller boards based on I2c that have beautiful features now. There's not a lot of value in keeping the actual files. However, the little bit of file archaeology was interesting.

0 commit comments

Comments
 (0)