move things around so Drag Race LED can be on the circuit board
[hw/telelco] / Notebook
index a83143555991d982404efe84794e02eb74dfa8c6..ae2722d88c108c808b76bc245da50a77a90c3e2e 100644 (file)
--- a/Notebook
+++ b/Notebook
@@ -11,7 +11,43 @@ connect all of them to pin 4, the gpio driving the circuit.
 
 The net effect is that we're making 12V from the gpio, which means all the LED
 current and switcher inefficiency is coming as current through that gpio.  The
-measured LED current is around 7mA, so this is "safe" for the SOC, but really
-not a great plan... 
+measured LED current is around 7mA, so this is "safe" for the SOC, but leaves
+less engineering margin than we usually like.
+
+Changing the circuit to be powered from v_lipo with the gpio hooked to shdn*
+and controlling a FET switch on the output might be smarter someday?
+
+2019.12.09
+- what gets through-hole soldered on to a v2.1 board (sans optics)
+
+       6-pin micromatch with locking ears
+       2 * 9-pin screw terminal strips
+       5x1 100mil straight header
+       beeper
+       LiPo connector
+       edge-launched SMA
+       2x1 100mil right-angle header
+
+2023.02.10
+- the LCD digits we've used, Lumex LCD-S101D14TR, are only available now if
+  we're willing to order 3150 pieces at !.85 each or $5,827.50.  That's just
+  not reasonable when we only need 3 per unit and a big build might be 35
+  units!
+
+- DK and Mouser both have the Varitronix VI-611-DP-FH-W in stock.  This is a
+  6-digit LCD display whose digits are 25.4 mm tall instead of 34.54.  This
+  LCD module would require the PCB width to grow an inch in width to 5.5 
+  inches.  A quick look at the FreeCAD file suggest this is manageable without
+  a complete re-design of the panel.  By using the panel to only expose 3 of
+  the digits, we could mimic the existing functionality.  At $16.27 for q5 
+  and above from Mouser, this seems like a credible way of making more TeleLCO
+  in 2023?
+
+2023.02.15
+- we should have 31 SOC left after TeleMega v6.0 build if all goes well, which
+  means we should target a batch size of 30 boards.
+
+- 1170NF in orange is hard to get.  The part number is 1170-001-150. 
+  mteagleent.com seem willing to sell me 30 pieces for $1,520.40 plus $15.00 
+  shipping.  Pounce on it?
 
-Need to redesign this in the future to use a transistor/FET switch.