Protected: Realtime Arduino based Oscilloscope with python
There is no excerpt because this is a protected post.
There is no excerpt because this is a protected post.
There is no excerpt because this is a protected post.
In this manipulation we will see how to Drive a Digital Output hooked into the Arduino via the pin #13, and that by giving it a real-time command from a Tkinter ON/OFF Botton. Hardware Arduino Uno board or any other compatible version. LED connected to the pin #13 (or simply the built-in LED). Serial medium: […]
In this manipulation we will see how to Drive a servo motor hooked into the Arduino pin #9, and that by giving it a real-time command from a Tkinter Slider. Hardware Arduino Uno board : Having the Firmata preloaded Servo motor connected to the pin #9. Serial medium: USB cable connected to a serial monitor […]
In this Tutorial we are going to list all the requirements and demonstrate an example whish illustrate the full control of the Arduino board from a PC or any raspberry pi … Preliminaries Install python and pip. Go to the Arduino IDE and transfer the Firmata code into the Arduino. The code This code is […]
Manupulation of the Face Detection using OpenCV and Python, in both using a saved image and trough a webcom streaming.
Sources : Objective : Display GPIO signal on Gage UI. Technologies: – GPIO In this example, we’ll use a Raspberry Pi and a DHT22 temperature and humidity sensor to print values on a web interface. 1. Hardware Wire the DHT22 following the diagram. Note the resistor is a 10kΩ. 2. Software OS : Linux Raspbian […]
Reference :Email server of Chap5 Introduction : SMTP Email with Python WebApplication: In this manipulation the code is designed for the web application server to receive a POST or a GET request from the low structure Microcontroller like the Arduino and to store the provided data in the SQLite database and send a Gmail SMPT […]
Introduction: Introduction to the AI : in this manipulation we will have our first python program with OpenCV libraries.