Sunday, July 12, 2020

Talk Python to Me: #272 No IoT things in hand? Simulate them with Device Simulator Express

Python is one of the primary languages for IoT devices. With runtimes such as CircuitPython and MicroPython, they are ideal for the really small IoT chips. <br/> <br/> Maybe you've heard of the Circuit Playground Express, BBC micro:bit, or the fancy Adafruit CLUE. They aren't too expensive (ranging from $25 to $50 each). But for large groups such as classrooms, this can be a lot of money. Moreover, getting your hands on these devices can sometimes be tricky as well. <br/> <br/> With an extension for VS Code called Device simulator express, you can have instant access to all three (virtually of course). This cool extension adds a visual emulator as well as the native interactions such as buttons and temperature sensors. <br/> <br/> Get your IoT on without a real device using VS code today. Let's meet the most recent team behind this project: <br/> <br/> <strong>Guests</strong> <br/> <br/> * Andrea Mah <br/> * Sayyeda Mussa <br/> * Vandy Liu <br/> * Xuan-Nam Kevin Nguyen<br/> <br/> <strong>Links from the show</strong><br/> <br/> <div><b>Device simulator express</b>: <a href="https://ift.tt/2DuQXo8" target="_blank" rel="noopener">microsoft.com</a><br/> <b>Source code</b>: <a href="https://ift.tt/3fAFZff" target="_blank" rel="noopener">github.com</a><br/> <b>Makecode</b>: <a href="https://ift.tt/2mIPzTl" target="_blank" rel="noopener">microsoft.com</a><br/> <b>Meet the team (short video intro)</b>: <a href="https://youtu.be/2C7VBjiilEw?t=213" target="_blank" rel="noopener">youtu.be</a><br/> <b>Overview video</b>: <a href="https://www.youtube.com/watch?v=03PdAG_hEB0" target="_blank" rel="noopener">youtu.be</a><br/> <br/> <b>Devices</b><br/> <b>Circuit Playground Express</b>: <a href="https://ift.tt/2pNPIJ1" target="_blank" rel="noopener">adafruit.com</a><br/> <b>CLUE</b>: <a href="https://ift.tt/2UtgjJs" target="_blank" rel="noopener">adafruit.com</a><br/> <b>BBC micro:bit</b>: <a href="https://microbit.org/" target="_blank" rel="noopener">microbit.org</a><br/></div><br/> <strong>Sponsors</strong><br/> <br/> <a href='https://ift.tt/3aBjB2k> <a href='https://ift.tt/2PVc9qH Python Training</a>

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...