GSNcreation
GSNcreation
  • Видео 49
  • Просмотров 176 736

Видео

TRAFFIC LIGHT PROJECT USING ARDUINO|| GSN CREATIONS|| #arduinoproject #youtube #electronic #diy #led
Просмотров 784 месяца назад
TRAFFIC LIGHT PROJECT USING ARDUINO|| GSN CREATIONS|| #arduinoproject #youtube #electronic #diy #led
ALCOHOL DECETOR USING MQ3 SENSOR |ARDUINO PROJECT| #schoolproject #arduinoproject #project #youtube
Просмотров 544 месяца назад
ALCOHOL DECETOR USING MQ3 SENSOR |ARDUINO PROJECT| #schoolproject #arduinoproject #project #youtube
FIRE ALARAM SYSTEM USING IR SENSOR 🔥 without Arduino board || gsncreatons|| #electronic #project
Просмотров 384 месяца назад
FIRE ALARAM SYSTEM USING IR SENSOR 🔥 without Arduino board || gsncreatons|| #electronic #project

Комментарии

  • @hitmanesmok5823
    @hitmanesmok5823 4 дня назад

    Good 👍

    • @GSNcreation07
      @GSNcreation07 4 дня назад

      Thank you 😊 keep support for more videos 😀

  • @cole12cool
    @cole12cool 7 дней назад

    BRO IF YOU MADE THAT A STOP MAYBE NOT WITH THE ARDUINO BUT WITH A RASPBERRY PI YOU CAN CREATE THE FUTURE

    • @GSNcreation07
      @GSNcreation07 7 дней назад

      Thanks for your suggestion brother definitely I switch to raspberry pi 😉 I Just want to learn more about raspberry pi then switch to raspberry pi 😊👍

  • @sadewashen4556
    @sadewashen4556 13 дней назад

    👍👍👍👍👍👍👍❤❤❤❤❤

  • @dark_musafir
    @dark_musafir 13 дней назад

    Hello sir, I am a student of electronics branch Can you suggest me some major projects using Arduino or IOT?

  • @ZongrenChen
    @ZongrenChen 15 дней назад

    Are you an electronic engineer?

    • @GSNcreation07
      @GSNcreation07 15 дней назад

      No brother just a beginner 😔

    • @ZongrenChen
      @ZongrenChen 15 дней назад

      @@GSNcreation07 where are you come from ,friend

  • @TechnologyandlifeKrdSPBMskNsk
    @TechnologyandlifeKrdSPBMskNsk 16 дней назад

    И что хотел этим показать?

    • @GSNcreation07
      @GSNcreation07 4 дня назад

      Just for fun brother 😅

    • @TechnologyandlifeKrdSPBMskNsk
      @TechnologyandlifeKrdSPBMskNsk 4 дня назад

      @@GSNcreation07 та, время у других отнимаешь. И это по-твоему забава время у других отнимать?

  • @IDUKKI._VLOGZ._
    @IDUKKI._VLOGZ._ 21 день назад

    Bro can you do full video

    • @GSNcreation07
      @GSNcreation07 21 день назад

      Definitely brother 👍 wait for it I will upload.. code, diagram, output and all...

  • @prabhathmurapaka6039
    @prabhathmurapaka6039 24 дня назад

    Code pls

    • @GSNcreation07
      @GSNcreation07 18 дней назад

      Sorry for late reply brother 😔 #include <U8g2lib.h> // Include the U8g2 library for OLED #include <Wire.h> // Include the Wire library for I2C communication #define MQ3_ANALOG_PIN A0 // Analog pin connected to MQ-3 sensor #define BUZZER_PIN 2 // Digital pin connected to buzzer #define THRESHOLD 200 // Threshold value to detect alcohol presence U8G2_SSD1306_128X64_NONAME_F_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE); // OLED display object void setup() { Serial.begin(9600); u8g2.begin(); // Initialize the display pinMode(MQ3_ANALOG_PIN, INPUT); // Set analog pin as input for MQ-3 sensor pinMode(BUZZER_PIN, OUTPUT); // Set digital pin for buzzer as output } void loop() { int alcoholValue = analogRead(MQ3_ANALOG_PIN); // Read analog value from MQ-3 sensor Serial.print("Alcohol value: "); Serial.println(alcoholValue); if (alcoholValue > THRESHOLD) { displayDrunkMessage(); // Display "You are drunk" on OLED display activateBuzzer(); // Activate the buzzer } else { displayNotDrunkMessage(); // Display "You are not drunk" on OLED display deactivateBuzzer(); // Deactivate the buzzer } delay(1000); // Delay for readability } void displayDrunkMessage() { u8g2.clearBuffer(); // Clear the display buffer u8g2.setFont(u8g2_font_profont15_mr); // Set smaller font size (profont 15) u8g2.drawStr(0, 20, "You are drunk"); // Display message u8g2.sendBuffer(); // Send buffer to OLED display } void displayNotDrunkMessage() { u8g2.clearBuffer(); // Clear the display buffer u8g2.setFont(u8g2_font_profont15_mr); // Set smaller font size (profont 15) u8g2.drawStr(0, 20, "You are not drunk"); // Display message u8g2.sendBuffer(); // Send buffer to OLED display } void activateBuzzer() { digitalWrite(BUZZER_PIN, HIGH); // Turn buzzer ON } void deactivateBuzzer() { digitalWrite(BUZZER_PIN, LOW); // Turn buzzer OFF } Use this code 👍👍

  • @isaquenogueira-if4kk
    @isaquenogueira-if4kk Месяц назад

    E se o Joystick tá com drift, o que acontece?

  • @ImZoxXD
    @ImZoxXD Месяц назад

    Hello bro can you pls give the the circuit diagram and code pls

  • @Pixelpulse_gaming01
    @Pixelpulse_gaming01 Месяц назад

    Your help me

  • @Pixelpulse_gaming01
    @Pixelpulse_gaming01 Месяц назад

    Hello bahi

  • @adrianfuentescabreros6565
    @adrianfuentescabreros6565 Месяц назад

    Doom

  • @tamsirhaque8727
    @tamsirhaque8727 Месяц назад

    Bhaiya gar mai dama ha to phone bana kar deka

  • @Gabutsuper
    @Gabutsuper Месяц назад

    Arduino car

  • @KANNAKARNALA
    @KANNAKARNALA Месяц назад

    Keep try🎉

    • @GSNcreation07
      @GSNcreation07 Месяц назад

      Definately brother keep support 💯😎

  • @rupalgarg5246
    @rupalgarg5246 Месяц назад

    😱😱😱😱😱😱😱😱😊❤

  • @ERRMAN
    @ERRMAN Месяц назад

    Hello, please give me a sketch, it can be modified a little and opened using a RFID module

    • @GSNcreation07
      @GSNcreation07 Месяц назад

      Thanks for idea brother 👍 I will upload a video

  • @nielome
    @nielome Месяц назад

    Инжус тестирует изобретённую технологию на детском тренажёре, чек😂

  • @foodlover660
    @foodlover660 Месяц назад

    can you also teach me ??

    • @GSNcreation07
      @GSNcreation07 Месяц назад

      Sure brother 💯 I will upload the full video on RUclips channel 👍

  • @naviefx
    @naviefx Месяц назад

    Bro make simple water tank alarm

  • @3dsGamingFreak
    @3dsGamingFreak Месяц назад

    that is called sonar not radar

  • @mememology9903
    @mememology9903 2 месяца назад

    wow

  • @r.pgaming7773
    @r.pgaming7773 2 месяца назад

    Bhai please help nahi ho reha hai

  • @sadewashen4556
    @sadewashen4556 2 месяца назад

    Code😊😊

    • @GSNcreation07
      @GSNcreation07 2 месяца назад

      @@sadewashen4556 This is the code I found from GitHub 😁 #include <Wire.h> #include <Adafruit_GFX.h> #include <Adafruit_SSD1306.h> Adafruit_SSD1306 oled(128, 64, &Wire, -1); #define RIGHT 0 #define LEFT 1 #define UP 2 #define DOWN 3 //STICKBOX Pin #define pinX A0 #define pinY A1 int valueX = 0; int valueY = 0; unsigned char keyValue = 0; //Snake Value const uint8_t block[] PROGMEM = { 0xf0, //B1111000 0xb0, //B1011000 0xd0, //B1101000 0xf0, //B1111000 }; uint8_t snake_head_x = 4; uint8_t snake_head_y = 4; uint8_t x[100]; uint8_t y[100]; uint8_t snake_len = 2; uint8_t snake_dir = RIGHT; uint8_t food_x; uint8_t food_y; bool food_eaten = true; bool game_over = false; int score = 0; int level = 1; int snake_speed = 150; int i; void keyScan(void) { static unsigned char keyUp = 1; valueX = analogRead(pinX); valueY = analogRead(pinY); if (keyUp && ((valueX <= 10) || (valueX >= 1010) || (valueY <= 10) || (valueY >= 1010))) { delay(10); keyUp = 0; if (valueX <= 10) { if (snake_dir != UP) { snake_dir = DOWN; } } else if (valueX >= 1010) { if (snake_dir != DOWN) { snake_dir = UP; } } else if (valueY <= 10) { if (snake_dir != RIGHT) { snake_dir = LEFT; } } else if (valueY >= 1010) { if (snake_dir != LEFT) { snake_dir = RIGHT; } } } else if ((valueX > 10) && (valueX < 1010) && (valueY > 10) && (valueY < 1010))keyUp = 1; return 0; } void draw_snake(int x, int y) { oled.drawBitmap(x, y, block, 4, 4, 1); } void show_score(int x, int y, int data) { oled.setCursor(x, y); oled.println(data); } void screen(void) { oled.clearDisplay(); oled.setTextSize(1); oled.drawRect(0, 1, 102, 62, 1); oled.drawRect(0, 0, 102, 64, 1); oled.setCursor(104, 12); oled.println("LEVE"); oled.setCursor(104, 40); oled.println("SCOR"); show_score(110, 25, level); show_score(110, 53, score); for (i = 0; i < snake_len; i++) { draw_snake(x[i], y[i]); } draw_snake(food_x, food_y); oled.display(); } void draw_food(void) { int food_out = 0; if (food_eaten) { while (food_out == 0) { food_out = 1; food_x = (uint8_t)(random(4, 100) / 4) * 4; food_y = (uint8_t)(random(4, 60) / 4) * 4; for (int i = snake_len - 1; i > 0; i--) { if (food_x == x[i] && food_y == y[i]) { food_out = 0; } } } } food_eaten = false; } void snake_move(void) { switch (snake_dir) { case RIGHT: snake_head_x += 4; break; case UP: snake_head_y -= 4; break; case LEFT: snake_head_x -= 4; break; case DOWN: snake_head_y += 4; break; } if ((snake_head_x == food_x) && (snake_head_y == food_y)) { food_eaten = true; snake_len++; score++; level = score / 5 + 1; snake_speed -= level; } for (i = snake_len - 1; i > 0; i--) { x[i] = x[i - 1]; y[i] = y[i - 1]; } x[0] = snake_head_x; y[0] = snake_head_y; check_snake_die(); } void draw_game_over() { oled.clearDisplay(); oled.setTextSize(2); oled.setCursor(10, 10); oled.println("GAME OVER"); oled.setTextSize(1); oled.setCursor(30, 35); oled.println("LEVE:"); oled.setCursor(30, 55); oled.println("SCOR:"); show_score(80, 35, level); show_score(80, 55, score); oled.display(); } void check_snake_die(void) { if (snake_head_x < 4 || snake_head_x > 96 || snake_head_y < 1 || snake_head_y > 56) { game_over = true; } if (snake_len > 4) { for (int i = 1; i < snake_len; i++) { if (snake_head_x == x[i] && snake_head_y == y[i]) { game_over = true; } } } } void setup() { oled.begin(SSD1306_SWITCHCAPVCC, 0x3C); oled.setTextColor(WHITE); randomSeed(analogRead(3)); } void loop() { if (game_over) { draw_game_over(); } else { keyScan(); snake_move(); draw_food(); screen(); } delay(snake_speed); }

    • @sadewashen4556
      @sadewashen4556 2 месяца назад

      ​@@GSNcreation07Iam sri lanka thank you ❤❤❤

  • @user-on5zw1jp6w
    @user-on5zw1jp6w 2 месяца назад

    You destroying the dht 11🗿

    • @GSNcreation07
      @GSNcreation07 2 месяца назад

      @@user-on5zw1jp6w sensor is still working, but sensor cover is destroyed 😕

    • @user-on5zw1jp6w
      @user-on5zw1jp6w 2 месяца назад

      👌ok

  • @BlasterRay
    @BlasterRay 3 месяца назад

    Wont the water trigger the sensor at certain angles?

    • @GSNcreation07
      @GSNcreation07 2 месяца назад

      That's the very interesting question next time try this and upload the results 👍

  • @theGeniustechDHRUVGOEL
    @theGeniustechDHRUVGOEL 3 месяца назад

    Do not drive that motor directly from the Arduino it can damage to microcontroller if the pump drew some serious current from the headers use a motor driver or a mosfet for simple on/off

    • @GSNcreation07
      @GSNcreation07 2 месяца назад

      Thanks for your suggestion next time I'll use motor driver 👍 if I make any mistake mention the mistake I'll correct it 😁

  • @dannydetonator
    @dannydetonator 3 месяца назад

    Sell it to the French, it got the correct distance range for parking in between cars as they do in Paris

  • @Jbideas5252
    @Jbideas5252 3 месяца назад

    Hi can you please make a fire fighter robot with Arduino UNO, 4whell chassis,flame sensor,water pump and a relay ... Please make😢 Now You have 34 subscribers .i am add some subscribe😢

    • @GSNcreation07
      @GSNcreation07 3 месяца назад

      Hi bro thanks for your support 🙏 give me a some time I'll do it for you 😎 turn on notification for further updates ❣️

    • @Jbideas5252
      @Jbideas5252 3 месяца назад

      Ok🙂