Monday, October 26, 2020

Test and Code: 136: Wearable Technology - Sophy Wong

Wearable technology is not just smart consumer devices like watches and activity trackers.

Wearable tech also includes one off projects by designers, makers, and hackers and there are more and more people producing tutorials on how to get started. Wearable tech is also a great way to get both kids and adults excited about coding, electronics, and in general, engineering skills.

Sophy Wong is a designer who makes really cool stuff using code, technology, costuming, soldering, and even jewelry techniques to get tech onto the human body.

Sophy joins the show to answer my many questions about getting started safely with wearable tech.

Some of the questions and topics:

  • Can I wash my clothing if I've added tech to it?
  • Is there any danger in wearing technology or building wearable tech?
  • Are there actual wires and cables conductive thread in the fabric and textiles of some wearable tech projects?
  • What's a good starter project? Especially if I want to do a wearable tech project with my kids?
  • Dealing with stretch with clothing and non-bendy electronics.
  • Some questions around the Sophy Wong and HackSpace "Wearable Tech Projects" book.
  • How did you get into wearable tech?
  • Do you have a favorite project?
  • Can I get into wearable tech if I don't know how to code or solder?
  • Are these projects accessible to people with limited budgets?
  • Making projects so you can reuse the expensive bits on multiple projects.

Special Guest: Sophy Wong.

Sponsored By:

Support Test & Code : Python Testing for Software Engineering

Links:

<p>Wearable technology is not just smart consumer devices like watches and activity trackers. </p> <p>Wearable tech also includes one off projects by designers, makers, and hackers and there are more and more people producing tutorials on how to get started. Wearable tech is also a great way to get both kids and adults excited about coding, electronics, and in general, engineering skills. </p> <p>Sophy Wong is a designer who makes really cool stuff using code, technology, costuming, soldering, and even jewelry techniques to get tech onto the human body. </p> <p>Sophy joins the show to answer my many questions about getting started safely with wearable tech.</p> <p>Some of the questions and topics:</p> <ul> <li>Can I wash my clothing if I&#39;ve added tech to it?</li> <li>Is there any danger in wearing technology or building wearable tech?</li> <li>Are there actual wires and cables conductive thread in the fabric and textiles of some wearable tech projects?</li> <li>What&#39;s a good starter project? Especially if I want to do a wearable tech project with my kids?</li> <li>Dealing with stretch with clothing and non-bendy electronics.</li> <li>Some questions around the Sophy Wong and HackSpace &quot;Wearable Tech Projects&quot; book.</li> <li>How did you get into wearable tech?</li> <li>Do you have a favorite project?</li> <li>Can I get into wearable tech if I don&#39;t know how to code or solder?</li> <li>Are these projects accessible to people with limited budgets?</li> <li>Making projects so you can reuse the expensive bits on multiple projects.</li> </ul><p>Special Guest: Sophy Wong.</p><p>Sponsored By:</p><ul><li><a href="https://ift.tt/3iVQ7jk" rel="nofollow">monday.com</a>: <a href="https://ift.tt/3iVQ7jk" rel="nofollow">Creating a monday.com app can help thousands of people and win you prizes. Maybe even a Tesla or a MacBook.</a></li><li><a href="https://ift.tt/2JDHRTz" rel="nofollow">PyCharm Professional</a>: <a href="https://ift.tt/2JDHRTz" rel="nofollow">Try PyCharm Pro for 4 months and learn how PyCharm will save you time.</a> Promo Code: TESTANDCODE20</li></ul><p><a href="https://ift.tt/2tzXV5e" rel="payment">Support Test & Code : Python Testing for Software Engineering</a></p><p>Links:</p><ul><li><a href="https://sophywong.com/" title="sophywong.com" rel="nofollow">sophywong.com</a></li><li><a href="https://ift.tt/3mqflsh" title="Wearable Tech Projects book" rel="nofollow">Wearable Tech Projects book</a> &mdash; The wearable technology book</li><li><a href="https://ift.tt/35yskkN" title="costumes" rel="nofollow">costumes</a> &mdash; The dress is on this page, as well as the Ghostbuster pack and costume.</li><li><a href="https://ift.tt/37VZZrJ" title="spacesuit" rel="nofollow">spacesuit</a></li><li><a href="https://www.youtube.com/watch?v=T3iNIylOZF0&t=4s" title="Music video with Sophy's space suit" rel="nofollow">Music video with Sophy's space suit</a></li><li><a href="https://ift.tt/31Kx0TF" title="Kobakant tutorials" rel="nofollow">Kobakant tutorials</a></li></ul>

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...