TUTORIAL TUESDAY! – Hacking the Brother KH-930e knitting machine! This tutorial covers how to talk to a knitting machine! Once the interface cable is made, we can create cool custom patterns and load them from a computer!
Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!
Join us every Wednesday night at 8pm ET for Ask an Engineer!
Join over 38,000+ makers on Adafruit’s Discord channels and be part of the community! http://adafru.it/discord
CircuitPython – The easiest way to program microcontrollers – CircuitPython.org
New Products – Adafruit Industries – Makers, hackers, artists, designers and engineers! — New Products 11/15/2024 Featuring Adafruit bq25185 USB / DC / Solar Charger with 3.3V Buck Board! (Video)
Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: A New Arduino MicroPython Package Manager, How-Tos and Much More! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi
EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey
Adafruit IoT Monthly — The 2024 Recap Issue!
Maker Business – Adafruit Daily — Apple to build another chip at TSMC Arizona
Electronics – Adafruit Daily — SMT Tip – Stop moving around!
3 Comments
Sorry, the comment form is closed at this time.
Hey, just read the new tutorial, and this jumped at me. If you are messing changing the ft232 options, why not make it have an easier name so the next step isn’t so annoying?
Change the serial number from something random, to say, “LadyAdasHackedKnitter”? Up to 46 ascii characters, but I’d say stick to letters and numbers, dashes and underscores only.
A mac version of the serial number changer (Doesn’t allow you to invert the tx/rx pairs though.)
http://dangerousprototypes.com/2010/01/27/pirate-rename-get-a-nicely-named-serial-device/
Ladyada did rename my cable’s chip, it shows up as “Becky’s knitting machine” most places, just not on my Mac. =]
@Becky, Did she rename the description, or the serial number? Because the serial number determines the /dev/cu.usbserial-“”whatever”” name. And I wouldn’t add any characters that need delimiters, like spaces and apostrophes.
And I mentioned it because it wasn’t part of the tutorial, as a optional step.