Wind Tunnel Experiments - Part 2 - Aerodynamics

  Рет қаралды 12,290

Electronology

Electronology

Күн бұрын

Пікірлер: 16
@marouaneessahraoui6817
@marouaneessahraoui6817 4 жыл бұрын
From morocco this is great bro, thank you so much
@fyndssdev
@fyndssdev 5 ай бұрын
haha same, love from morocco!
@sikkandar
@sikkandar 4 жыл бұрын
hello, your video is very helpful! can you tell me how you got the graph on the processing software. did you code in the arduino program?
@mipoar7771
@mipoar7771 4 жыл бұрын
Great content! What motor and type of blade did you use?? Thanks
@paulabadie5897
@paulabadie5897 4 жыл бұрын
Fine job !
@AnshAtulVirani
@AnshAtulVirani 8 ай бұрын
Can you send the code of the graph you were plotting and also the list of electronics used for the same?
@electronology4665
@electronology4665 4 жыл бұрын
Watch how I made the Wind Tunnel ! In Part 1: kzbin.info/www/bejne/faPWiYmVr6mSetE
@abdulrahmanmostafa5186
@abdulrahmanmostafa5186 4 жыл бұрын
You are amazing. keep going
@paulhueber6718
@paulhueber6718 4 жыл бұрын
Whao very interesting 😳
@electronology4665
@electronology4665 4 жыл бұрын
Ah yes indeed !
@marouaneessahraoui6817
@marouaneessahraoui6817 4 жыл бұрын
please can u give me the name of that software u use in simulation?
@electronology4665
@electronology4665 4 жыл бұрын
If you are talking about the software showing the graph, it is called Processing which you can download here: processing.org/download/ Here is the code I used: (you need to connect the arduino to the computer and Processing will collect that data) //Modified for a wind tunnel by Electronology // Graphing sketch // This program takes ASCII-encoded strings from the serial port at 9600 baud // and graphs them. It expects values in the range 0 to 1023, followed by a // newline, or newline and carriage return // created 20 Apr 2005 // updated 24 Nov 2015 // by Tom Igoe // This example code is in the public domain. import processing.serial.*; Serial myPort; // The serial port int xPos = 1; // horizontal position of the graph float inByte = 0; void setup () { // set the window size: size(1400, 800); // List all the available serial ports println(Serial.list()); // Open whatever port is the one you're using. myPort = new Serial(this, Serial.list()[0], 9600); // don't generate a serialEvent() unless you get a newline character: myPort.bufferUntil(' '); // set initial background: background(0); } void draw () { // draw the line: stroke(127, 34, 255); line(xPos, height, xPos, height - inByte); // at the edge of the screen, go back to the beginning: if (xPos >= width) { xPos = 0; background(0); } else { // increment the horizontal position: xPos++; } } void serialEvent (Serial myPort) { // get the ASCII string: String inString = myPort.readStringUntil(' '); if (inString != null) { // trim off any whitespace: inString = trim(inString); // convert to an int and map to the screen height: inByte = float(inString); println(inByte); inByte = map(inByte, 0, 60, 0, height); } }
@marouaneessahraoui6817
@marouaneessahraoui6817 4 жыл бұрын
@@electronology4665 Thank youu Sooo much broo, Merciiii
@alideniz3608
@alideniz3608 3 жыл бұрын
@@electronology4665 Thank you so much for the video. I had some problems with graphics and I need your help. When I run the software I get the following error and a blank non-working black graphical screen appears: "map(NaN, 0, 60, 800) called, which returns NaN (not a number)". Can you help me to overcome this problem? Thank you.
@electronology4665
@electronology4665 3 жыл бұрын
That probably means the arduino isn't sending the correct data, for exemple, if it's sending text. Try printing the data from the arduino IDE and making sure it's numbers
@alideniz3608
@alideniz3608 3 жыл бұрын
@@electronology4665 Thank you.
Wind tunnel - Part 1 - Aerodynamics
7:41
Electronology
Рет қаралды 41 М.
Wind tunnel pressure data for a NACA 0012 symmetric airfoil
12:23
Marquette Shock Physics
Рет қаралды 46 М.
They Chose Kindness Over Abuse in Their Team #shorts
00:20
I migliori trucchetti di Fabiosa
Рет қаралды 12 МЛН
ТВОИ РОДИТЕЛИ И ЧЕЛОВЕК ПАУК 😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 3,9 МЛН
СКОЛЬКО ПАЛЬЦЕВ ТУТ?
00:16
Masomka
Рет қаралды 2,4 МЛН
My Homemade Wind Tunnel | High School Project |
9:33
James Wadhwani
Рет қаралды 24 М.
Understanding Aerodynamic Drag
16:43
The Efficient Engineer
Рет қаралды 969 М.
How do Vortex Generators Work?
4:52
Samm Sheperd (SNRS)
Рет қаралды 1,3 МЛН
Common windtunnel mistakes
5:28
Autosport
Рет қаралды 96 М.
MIT Maker Portfolio | Amaury Patesson
2:00
MightBeAmaury
Рет қаралды 2,5 М.
Wind Tunnel Testing: Introduction and Data Acquisition
28:09
Christopher Lum
Рет қаралды 16 М.
Falling Into a Star Cluster (Simulation)
5:22
Stargaze
Рет қаралды 1,9 М.
My Mini Wind Tunnel
5:26
Benjijart
Рет қаралды 20 М.
Wind Tunnel Build Part 1 (Knowledge Series video 4)
17:07
DEFIANT WINGS
Рет қаралды 62 М.
They Chose Kindness Over Abuse in Their Team #shorts
00:20
I migliori trucchetti di Fabiosa
Рет қаралды 12 МЛН