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 manipulation we will see Serial communication and will use it for controlling Arduino. when will a specific character over the serial monitor to the Arduino it will switch/trigger an Action behaviour preprogramed in the Arduino board. Hardware Arduino Uno board LED (or the LED built-in into the Arduino which is connected to the […]
I2C (Inter-Integrated Circuit), pronounced I-squared-C, is a synchronous, multi-master, multi-slave, packet switched, single-ended, serial communication bus invented in 1982 by Philips Semiconductor (now NXP Semiconductors). It is widely used for attaching lower-speed peripheral ICs to processors and microcontrollers in short-distance, intra-board communication. Alternatively, I2C is spelled I2C (pronounced I-two-C) or IIC (pronounced I-I-C). Hardware SDA […]
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 […]
Objective: Designing a home responsive automation platform that allows the user to have a clear supervision on the area designed for the project. Features: Multiple portability: PC, Mobil, tablet. Communication means: Alerts via emails, UI via internet. Historic: Data logs, Stord in a SD Card Graphs: To plot relavant Data. Hardware: ESP32: Hosts the webserver, […]
Objective : Impliment a web server via wifi to control actuators and to supervise the sensors via web browser. Hadware ESP32 Wroom 32 Board 2 LED 2 330 ohms resistors Breadboard Installation See Esp32 – Up and running Implementation : In this manipulation the Esp32 will be a wifi subscriber STA (there is the possibility […]
Objective : Up and running with ESP32 and blink the build-in LED. Hadware ESP32 boad specs Buld-in components: Hall effect+10 GPIO capacitif sonsors + wifi + bluetooth… Installation On Linux : Arduino IDE, go to File> Preferences Enter the following URL into the “Additional Board Manager URLs” https://dl.espressif.com/dl/package_esp32_index.json Note : For Both Esp32 and Esp8266 […]