Content for Python

Plotting Live Data of a Temperature Sensor (TMP006) Using MSP432 LaunchPad and Python

“The TMP006 is a temperature sensor that measures the temperature of an object without the need to make contact with the object. In this tutorial well plot live temperature data from the BoosterPack (TI BOOSTXL-EDUMKII) using Python.”

Sniffle: A Sniffer for Bluetooth 5

“Sniffle is the world’s first open source sniffer for Bluetooth 5, and also backwards compatible with Bluetooth 4.x LE. It runs on Texas Instruments CC26x2 microcontrollers, including the low cost CC26x2 Launchpad development board. The host side software …

LED Brightness Control Using Bolt IoT and Python

“We created a GUI using Python tkinter which have buttons to turn on and turn off the LEDs. There is a scale to set the brightness of LED. The Story In past days people use different kinds of lights for …

Computer Programming with Python™ and Multisim™ / 3E - Laboratory Manual

“This manual is intended for use in an introductory computer programming course for electrical engineering technology students. It begins with a basic explanation of schematic capture and simulation tools and proceeds to the Python programming language. Python (version 3.X …

Robotic Arm Controlled by Arduino and PC

“Robotic arms are widely used in industry. Whether it is for assembly operations, welding or even one is used for docking on ISS (International Space Station), they help humans in work or they replace human totally. Arm that I’ve …

Python for Everybody - Exploring Data Using Python 3

“New Edition! The goal of this book is to provide an Informatics-oriented introduction to programming. The primary difference between a computer science approach and the Informatics approach taken in this book is a greater focus on using Python to solve …

Python/MicroPython IoT Framework Example - Auto Irrigation

“A Py/mPy auto irrigation system with push notifications to Android, and rainfall prediction with Darksky API for more efficient water usage. Story Idea: The idea of this tutorial is to provide examples of how to read sensor data with …

Python Programming Tutorial: Getting Started with the Raspberry Pi

“The Raspberry Pi is an amazing single board computer (SBC) capable of running Linux and a whole host of applications. Python is a beginner-friendly programming language that is used in schools, web development, scientific research, and in many other industries …

Arduino & Python3 Temperature Data Visualizer

“This is an Arduino based project using an NTC thermistor to collect temperature data and Python 3 to save and visualize it. This is a very simple project where we will use an ntc thermistor as a temperature captor an …

Sensor Plotting with Mu and CircuitPython

“We’re going to use CircuitPython, Mu, and the light sensor on Circuit Playground Express to plot light levels. We have a simple nine-line piece of code below. We’ll run this code on our Circuit Playground Express and use …