Using Shift Registers to Get UNLIMITED GPIOs for our project !!

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 พ.ค. 2024
  • In this video, I have covered about Shift Registers and how to use them to get multiple output pins by just using 3 GPIO pins of our microcontroller.
    To try out free trial version of Altium, click here - www.altium.com/yt/techiesms
    Get the best quality components from Octopart:
    octopart.com/
    You can support me🙏🏻 and also get benefitted on Patreon :- / techiesms
    Subscribe now💪🏻 to watch some amazing videos coming up soon.
    bit.ly/techiesms_youtube
    __________________________________________________________
    👨🏻‍💻 Important Links 👨🏻‍💻
    Code used in this video - github.com/techiesms/Sample-c...
    Multiple Inputs using Mux-Demux module - • [English]Monitoring up...
    __________________________________________________________
    You can buy the merchandise from here,
    techiesms.com/merchandise/
    __________________________________________________________
    Buy the components for your projects and support techiesms💡🔌
    ESP32 Dev board - techiesms.com/product/esp32-d...
    HiLink 5M05 (5V 1A) - techiesms.com/product/hi-link...
    __________________________________________________________
    ⏱ Time Stamps ⏱
    00:00 Introduction
    02:58 A brief about Shift Registers and it’s types
    04:26 Using Shift Register with ESP32
    04:45 Code for controlling 8 LEDs using 1 Shift Register
    08:45 Using 2 Shift Registers to control 16 LEDs
    11:20 What’s Next ?
    __________________________________________________________
    🎥 🎙 My Video Gear 🎙🎥
    Camera - Canon 750d
    Lens - 50mm f/1.8 STM Lens (amzn.to/32gqnsi), 24mm f/2.6
    Key Light - Godox SL60W (amzn.to/3522mHe)
    Fill Light/Back Light - Osaka Lightning Setup (amzn.to/2I5cdDi)
    Tripod - amzn.to/3uNhC4H
    Microphone - Zoom H1N(amzn.to/3Osh12A)
    Editing - Final Cut Pro X on MacBook Pro ( amzn.to/3vHcSyJ )
    __________________________________________________________
    Get connected with techiesms everywhere..
    Subscribe Main Channel :- bit.ly/techiesms_youtube
    Subscribe Shorts Channel :- bit.ly/techiesms_shorts
    Facebook :- / techiesms
    Twitter :- / imtechiesms
    Instagram :- / techiesms
    Website :- www.techiesms.com
    Telegram - @techiesms
    __________________________________________________________
    techiesms
    explore | learn | share
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 148

  • @techiesms
    @techiesms  ปีที่แล้ว +34

    Should we make 5x1 Home Automation using CHOTA vala ESP8266(generic esp8266)???

  • @shashikantsingh6555
    @shashikantsingh6555 ปีที่แล้ว +32

    I am happy to see Indian electronics community popping out and making the lives of engineering students easier .. hats off to you sir.. keep it up🔥👏👏

    • @neinnine
      @neinnine ปีที่แล้ว

      I guess youre new to electronics. Im not indian but the electronics online community has always been led by the indian community. From the most basic arduino projects to detailed electrical and electronics lecture theres always a good indian video of it.

  • @nasirshah1983
    @nasirshah1983 ปีที่แล้ว +6

    74HC595 is only output shift register and you can only extend output pins so GPIO means input and output. so You can't say 595 is a GPIO extender its only a output pins extender

  • @EricStringer
    @EricStringer ปีที่แล้ว +2

    The 74HCT595 or variations thereof is a very good choice for expending many outputs with only three output pins from the processor. Of course there's a parallel in inversion of this which works well since when you load the inputs it captures the data at that moment in time.
    What makes this chip great is that you can shift in the data first in the shift register but will not go to the output until you hit the load line.
    Theoretically you could have unlimited outputs your limit is only how fast you want to refresh an output bit.
    For example I use these to create a 3D LED cube meeting 16 outputs.

  • @GarretsonIndustries
    @GarretsonIndustries 5 หลายเดือนก่อน

    I have been trying to find a video all morning which is recent enough and includes all the code. Finally found yours. Thank you so much.

    • @techiesms
      @techiesms  5 หลายเดือนก่อน

      Happy Making 😇

  • @landonbrown5295
    @landonbrown5295 ปีที่แล้ว +4

    You should look into the 74322 and compatible replacements. It gives you 8 I/O pins that you can control as a bank. It doesn't quite give you full GPIO, but it's perfect for talking to a wide bus from a limited number of GPIO pins

  • @alanmusicman3385
    @alanmusicman3385 ปีที่แล้ว +2

    Using this technique with an absolutely minimal MCU like the ESP-01 is absolutely a great solution where you need intelligent output patterns on a large number of LEDs. Once you get over 16 outputs though a chip like the M5450 or the TL5940 or MAX7209 does a better job and provides brightness control too.

  • @pareshmhatre4019
    @pareshmhatre4019 ปีที่แล้ว

    Your excitement is huge, that is great 👍

  • @techfunial3817
    @techfunial3817 ปีที่แล้ว +6

    I was working on shift register today to control 16 LEDs
    Using the adafruit Io platform
    And boom I got your notification on shift register
    Thanks for sharing

  • @Calphool222
    @Calphool222 ปีที่แล้ว +2

    It might be worth mentioning that there is such a thing as an "analog shift register," which works like a digital shift register, except you can shift in analog *voltage* levels, and that voltage level is retained on an output pin until the next voltage is sent, and then the voltage level shifts to another output pin. Of course that's sort of irrelevant with an Arduino UNO, since they don't have a DAC built in. They can be useful with a DAC shield though.

  • @mattbatt1984
    @mattbatt1984 ปีที่แล้ว

    Damn, this video is clean and informative.

  • @rugneshvora209
    @rugneshvora209 ปีที่แล้ว +1

    this video was full of knowledge😎❤‍🔥

  • @danieldollive4660
    @danieldollive4660 ปีที่แล้ว

    Very well and clearly explained.

  • @ENI232
    @ENI232 ปีที่แล้ว

    very clear and concise video!

  • @pauldriscoll6319
    @pauldriscoll6319 ปีที่แล้ว +2

    shift registers are fine if its a slow driven output so an alternative is do parellel latching, a chip I have used a lot for large GPIO expansion is 74HC373

    • @WintonMc
      @WintonMc ปีที่แล้ว

      Random ask: You wouldn't like to make a TH-cam video of that would you Mr Driscoll? Everyone with a phart smone has got at least one TH-cam video in them. ;)

    • @pauldriscoll6319
      @pauldriscoll6319 ปีที่แล้ว

      @@WintonMc corrected the part number - my head is full of a cold and mixed up my chips lol

    • @pauldriscoll6319
      @pauldriscoll6319 ปีที่แล้ว +2

      simply write 8 bits in one go to port D, then toggle pc0 low and back to high to latch the pattern to U2 Q0-Q7 then do another write to Port D and toggle pc1 low and back high to latch that pattern to U3 Q0-Q7 .... you could add a 3rd latch and so on if you need more lines just add its LE to the next PC port (pc2) and so on - each latch uses the same pins PD0-PD7 as the inputs and LE as the latch toggle .. low sets the Q lines to match D lines High keeps them in that state.
      if someone really wants to get this up and running im happy to help just buzz me here

    • @pauldriscoll6319
      @pauldriscoll6319 ปีที่แล้ว +2

      @@WintonMc Never done a You-Tube Video .. life keeps me busy as it is... but here is all the details.

  • @SerialWombat
    @SerialWombat 5 หลายเดือนก่อน

    You might take a look at my Serial Wombat project. It basically fills the same niche of adding GPIO to Arduino, but it's firmware running on a microcontroller, so it does a bunch of smart stuff (rotary encoders, PWM, Servo, ADC, etc) that a MCP23017 or pca9685 can't over an I2C interface.

  • @profdc9501
    @profdc9501 ปีที่แล้ว +1

    of course, also commonly available are the PCF8574 and MCP23008/MCP23017 that work over i2c

  • @ArjunKohli
    @ArjunKohli ปีที่แล้ว +2

    i also worked on shift register , controlled 6 seven segment and make a digital clock

  • @carlosbah4623
    @carlosbah4623 ปีที่แล้ว

    ¡Guau! Que bien explicado todo. ¡Gracias por compartir su conocimiento!

  • @wayland7150
    @wayland7150 ปีที่แล้ว

    I used to use a cheap large 40 pin chip that was a large shift register and 32 outputs that could drive small relays.

  • @leonreucher1016
    @leonreucher1016 ปีที่แล้ว +1

    Nice video! But I would recommend (when available on the MCU) to use GPIO expanders with an I2C interface. By changing the address of multiple I2C GPIO expanders you could control a massive amount of GPIO (example IC: MCP23017) (Edit: Thus as a addon controlling pins using I2C is very simple, not bitshifting and so on!)

  • @buddhimaamarasinghe9997
    @buddhimaamarasinghe9997 ปีที่แล้ว +1

    Excellent project, Make the project in ESP 01 as well. Do a project with multiple inputs. Thanks.

  • @rusticagenerica
    @rusticagenerica 9 หลายเดือนก่อน

    Excellent video !! May God bless you !

  • @danny117hd
    @danny117hd ปีที่แล้ว

    Great video great sound great font size. Only issue is edge of screen is truncated by my 1080p TV that I watch on so for example it's an or loop and not a for loop while you are showing code.

  • @sandeepsingh_eagle
    @sandeepsingh_eagle 4 หลายเดือนก่อน

    Really wow
    May I know which tool you use for those electronic animations

  • @shakerileiwat4341
    @shakerileiwat4341 ปีที่แล้ว +1

    Thank you , great video 👍👍👍
    11:44 great idea, do it please.

  • @codewonderland-gaming
    @codewonderland-gaming ปีที่แล้ว

    I love this tutorial!! All your wiring diagrams are upside down though 🤣

  • @riseiot
    @riseiot ปีที่แล้ว

    Amazing explanation

  • @bschwand
    @bschwand ปีที่แล้ว

    you can use a 595 directly on an SPI bus with the proper clocking and phase. most microcontroller have hardware SPI. Often even with DMA. That is the most efficient and fastest way to IO expand with a serial to parallel shift register...

  • @scienceoftheuniverse9155
    @scienceoftheuniverse9155 ปีที่แล้ว +1

    Wow that's awesome. Thanks indeed

    • @techiesms
      @techiesms  ปีที่แล้ว

      Glad you liked it!

  • @k.k8221
    @k.k8221 ปีที่แล้ว +2

    Use MCP(Ex. MCP23017) only two pin is required for expanding GPIOs, what you think using MCPs....

  • @yedukondalumidde1900
    @yedukondalumidde1900 ปีที่แล้ว

    Excellent project 👌

    • @techiesms
      @techiesms  ปีที่แล้ว

      Thank you! Cheers!

  • @wali7862
    @wali7862 6 หลายเดือนก่อน

    will this work for sensor that make use of digital pins as signal

  • @taranagnew436
    @taranagnew436 ปีที่แล้ว

    so you put the latch low (prepares it to receive data), send the data, and put the latch high to receive the data??

  • @kunaviniju
    @kunaviniju ปีที่แล้ว +1

    Dear can you please make a video with WT32-SC01
    how to program it's with your previous home automation project
    Thanks

  • @jobin6784
    @jobin6784 ปีที่แล้ว

    Excellent explanation

    • @techiesms
      @techiesms  ปีที่แล้ว

      Glad it was helpful!
      Just Share it with others as well!!

  • @nuurqomar.
    @nuurqomar. ปีที่แล้ว +5

    In Dots matrix or running text led, 7 segment, ic shift register is usefull of that projects, but for projects with need multi input/output, more efficient use ic expander PCF8574 (8bit) or MCP23017 (16bit) with i2c communication (2 wire only)

    • @jnharton
      @jnharton ปีที่แล้ว

      Microchip makes an 8-bit one too, the MCP23008.

    • @CristiNeagu
      @CristiNeagu ปีที่แล้ว

      I don't get why people are so fascinated with shift registers when IO expanders are a thing...

    • @CristiNeagu
      @CristiNeagu ปีที่แล้ว

      @@jnharton MCP23017 can be controlled in both 8 and 16 bit modes.

    • @jnharton
      @jnharton ปีที่แล้ว

      @@CristiNeagu That’s interesting, haven’t read the datasheet in depth. My point was just that there were options.

  • @duinoblogtube2070
    @duinoblogtube2070 ปีที่แล้ว +1

    I see u used the old V of arduino IDE, btw it work slow on my laptop, hello from Morocco 👋😊

  • @ProDigit80
    @ProDigit80 ปีที่แล้ว

    Before watching, 2^3=8, so use the pin as binary. The con is, that it can work with LEDs, but not very good if the output needs to be precisely timed.

  • @kkelectronics831
    @kkelectronics831 ปีที่แล้ว

    Yes we are waiting..............

  • @vishalnarwal9482
    @vishalnarwal9482 ปีที่แล้ว

    Is it possible to use the Shift Registers along with Rainmaker App?

  • @CerebralDad
    @CerebralDad ปีที่แล้ว

    Are you able to read analog inputs with these shift registers?

  • @AhmetTasdemirDJLuds
    @AhmetTasdemirDJLuds ปีที่แล้ว

    I was made 512 pin harness tester device with mcp23017 with i2c connection with 8ch i2c multiplexer.

  • @all-about-automation
    @all-about-automation ปีที่แล้ว +1

    But we cannot use this multiplexer to read sensor data because this module generates some offset value

  • @rusticagenerica
    @rusticagenerica 9 หลายเดือนก่อน

    I love how you speak English !!!!

  • @Hypoengg
    @Hypoengg 7 หลายเดือนก่อน

    Can someone explain me purpose of siso and pipo shift resistors. I feel like they are useless

  • @guliyevshahriyar
    @guliyevshahriyar ปีที่แล้ว

    Thx

  • @Tn-qb9kk
    @Tn-qb9kk ปีที่แล้ว

    Is it the same as SerDes ?

  • @eddiemendoza7353
    @eddiemendoza7353 11 วันที่ผ่านมา

    How can I connect an SD Card Module to this register?

  • @Shivam-tr8ut
    @Shivam-tr8ut ปีที่แล้ว +1

    Sir please make a project that can control home appliances using NODEMCU ESP8266 with Manual, Blynk App, IR Remote, Alexa voice command, EEPROM. I am waiting for many months for this project. I hope you will upload video soon

  • @mr.satishfy
    @mr.satishfy ปีที่แล้ว

    Using addresable led can be use

  • @shobhitkumawat
    @shobhitkumawat ปีที่แล้ว

    Jahanpanah tussi great ho 🙇‍♂️

    • @techiesms
      @techiesms  ปีที่แล้ว

      🙌🏻🙌🏻

  • @drelectronics13
    @drelectronics13 ปีที่แล้ว

    Is anyone getting device not found error while scanning QR code in esp rainmaker app,??

  • @HelderParracho
    @HelderParracho ปีที่แล้ว

    Why don't you use SPI to control the shift registers and get rid of all that show code?

  • @philipp9651
    @philipp9651 ปีที่แล้ว

    good sean it on another vid but can you show how to take inputs from shift reg. so it can scan 8 inputs and show if one has changed? please

    • @duality4y
      @duality4y ปีที่แล้ว

      you need a parallel in serial out type of register.

    • @philipp9651
      @philipp9651 ปีที่แล้ว

      @@duality4y thanks had that idea but would need software for reading the inputs then I can send it out to another SIPO reg

  • @64-bit63
    @64-bit63 ปีที่แล้ว

    It would be cool if it used i2c protocol, them it has to use only 2 pins for data communication. There is a small delay tho but it doesn't matter really because it is really small

    • @wayland7150
      @wayland7150 ปีที่แล้ว

      Yes but it then takes up your I2C pins. It maybe better to bit bang the device and have another line for chip select. That way your clock and data lines can be connected to several devices.

  • @Stillalive008
    @Stillalive008 ปีที่แล้ว

    It's okay. Give more videos like this

  • @steelbrotherhoodof2359
    @steelbrotherhoodof2359 ปีที่แล้ว

    what will you use as gpio software driver ? on your operating system.

    • @steelbrotherhoodof2359
      @steelbrotherhoodof2359 ปีที่แล้ว

      like a the input of the keyboard. requires keyboard.drv pre loaded. along the mouse.drv. on the msdos operating system. so i believe a omni gpio hardware. requires also. gpio.drv preloaded in the memory from boot of. but i dont know. since also the ram space need to be limited to make room for other hardware. and also a irq or a cpu cycle need to be resident reserved for that. hahahaha. i did not even see the whole video. maybe you just explained that the arduino compiler took care of that. while writeing the file away.

  • @lkdhruw
    @lkdhruw ปีที่แล้ว

    Even though I have used these ICs a lot of times but still I got to know some new information 👍

    • @techiesms
      @techiesms  ปีที่แล้ว

      Glad to hear that

  • @SecularMentat
    @SecularMentat 3 หลายเดือนก่อน

    You might be able to get away with controlling multiple things with a MUX if you're using latch gates to hold them 'on' once they're going.
    Still, I've been wondering about the shift register doingthis as well.

  • @FARMAN68
    @FARMAN68 10 หลายเดือนก่อน

    I want make audio 8 in 8 out matrix. Please make a helpful video about this.

  • @varunkoganti9067
    @varunkoganti9067 ปีที่แล้ว

    Just use a pca9685 you get 16 pwm capable gpio. Each 9685 has 4 i2c address sel bits so 0000 to 1111. That means 256gpio per i2c in theory.

    • @Ncky
      @Ncky ปีที่แล้ว

      And you can also use i2c mux which gives even more possibilities

  • @mikejones-vd3fg
    @mikejones-vd3fg ปีที่แล้ว

    kool

  • @yuvrajarora9359
    @yuvrajarora9359 ปีที่แล้ว

    Will I be able to control relay with it

    • @techiesms
      @techiesms  ปีที่แล้ว

      Yes

    • @yuvrajarora9359
      @yuvrajarora9359 ปีที่แล้ว

      @@techiesms actually i was asking because you said it will trigring again and again

  • @82levy5
    @82levy5 ปีที่แล้ว

    Great tutorial, only the title is not accurate. The problem is that you can only use shift registers only for outputs. So it's not GPIO.

  • @GrandNecro
    @GrandNecro ปีที่แล้ว +1

    I guess the only downside is that you can't use shiftreg to read analog signal like an analog demux can

  • @TheBypasser
    @TheBypasser ปีที่แล้ว +1

    1. This lacks 'I' in 'GPIO' ;)
    2. This is not that 'unlimited', although we used an alike approach in order to get 96 outputs without issues.
    3. Too slow, mostly useful for static LEDs or relay driving or alike, yet that is the limit.

  • @VeritasEtAequitas
    @VeritasEtAequitas ปีที่แล้ว

    I'm glad you have subtitles because you can't speak English. Thanks for the video. Maybe consider an accent neutralization course so we can understand you better.

  • @LedPixelAnimator
    @LedPixelAnimator ปีที่แล้ว

    Sir esp32 project use for smart home control 10 appliances with physical switch and with & without internet..... Arduino cloud iot.... Because there 10 devices in arduino cloud.... Shit register use 👏

  • @damnuser7792
    @damnuser7792 ปีที่แล้ว

    Not a new idea, but there is a trick: try to order PCA9505, my favorite port expander, then see MOQ and lead time! Americans screw up badly going against Russia and forgot where raw materials are coming from, so "all american-made chips" actually made in Taiwan cannot be produced any more...
    Does not matter if you are after Arduino-grade projects, but even Arduino (Atmega) chips where produced by Microchip and NOT available any more, all what is left is stock in some places. Unless something changes dramatically, we will end up using transistors...
    As for some comments below, India has a lot of very good engineers as well as large hobby community.

  • @IncendiarySolution
    @IncendiarySolution ปีที่แล้ว

    I've been using the 74HC597 piso for a keyboard input. I've been needing a good explanation for how these work.

  • @nagarava
    @nagarava ปีที่แล้ว

    Can I use Esp01 in place of Esp32 with this code?

    • @techiesms
      @techiesms  ปีที่แล้ว

      Yes
      Just change the PIN number

  • @ravindrakulkarni4359
    @ravindrakulkarni4359 ปีที่แล้ว

    How to join premium member I don't have credit card

  • @farmerjoe2103
    @farmerjoe2103 ปีที่แล้ว

    A bit like a USB hub accepting eight inputs into one.

  • @AlexanderLipkovich
    @AlexanderLipkovich ปีที่แล้ว

    dont use 595, use serial led driver , it the same logic, but every output have up to 70mA

  • @andreadm4578
    @andreadm4578 ปีที่แล้ว

    Rapaz não entendi nada do que ele falou mais deu pra entender com a imagens

  • @aykutulusan6728
    @aykutulusan6728 ปีที่แล้ว

    74XX595 is the worst choice, ns-level spike changes all outputs (ns:nanosecond)

  • @isaharoon1000
    @isaharoon1000 ปีที่แล้ว

    Good explanation of shift registers, but this aint GPIOs (General Purpose Input Output). There is only output here, no input.

  • @RandomTorok
    @RandomTorok 5 หลายเดือนก่อน

    Doesn't work. Might help if a readable copy of the circuit diagram was provided.

  • @Tech-farming880
    @Tech-farming880 ปีที่แล้ว +1

    Hindi ka ek channel creat karo our same video usme bhi upload krdo.

    • @techiesms
      @techiesms  ปีที่แล้ว

      Dekhte h, aisa kuch socha nai h abhi

  • @Midhun938
    @Midhun938 ปีที่แล้ว

    🤔🤔🤔🤔 what is the thing bro. I couldn't get the whole point. Can you please make a vedio that uses this shift register setup to control something more simpler & straight forward. Something like iot control

    • @techiesms
      @techiesms  ปีที่แล้ว +1

      Sure.
      I'll making a practical working project out of it

  • @lolaa2200
    @lolaa2200 ปีที่แล้ว +1

    I'm sure this would be very interesting to some but the title is a lye so ...
    What you show is about adding digital output, not GPIO. GPIO does much more than just digital outputs. Title promesse you might present a chip that allows actual gpio extensions, and you don't deliver on that.
    Hint : MCP23s17 ;c)

  • @ba7o71
    @ba7o71 ปีที่แล้ว +1

    😘

  • @user-mr3mf8lo7y
    @user-mr3mf8lo7y ปีที่แล้ว +1

    There is no such thing 'unlimited'. a) adress block/range is limited. b) MCU's flow capacity may not be capable of handling all of those requests fast enough.

  • @steelbrotherhoodof2359
    @steelbrotherhoodof2359 ปีที่แล้ว

    another word for simultaniously is on some place "real time".

  • @SaverioFerran
    @SaverioFerran ปีที่แล้ว

    Indian videos usually are great. I've solved severa problems with them. But, but... Their pronuctiation is not very well 😅🥺. If only indias could improove their english, their videos would be sooo much better. I understan their mother thounge has different sounds than english. But it is just a friendly advice 😊👏🏻

  • @janklas7079
    @janklas7079 ปีที่แล้ว

    it's a bit of nagging, but it's not unlimited. Eventually you'll run out of frequency for your serial coms.

  • @duality4y
    @duality4y ปีที่แล้ว

    what is a GPIO and why is a pin on that register NOT a GPIO

  • @RaulAyanami
    @RaulAyanami 3 หลายเดือนก่อน

    So.. no pwm

  • @vishnubalte1184
    @vishnubalte1184 ปีที่แล้ว

    Plz meke video in hindi language bro ,

  • @cpK054L
    @cpK054L ปีที่แล้ว

    No shit the MUX will only control one-output at a time.
    Just MUX to PsuedoDAC-R2R, problem solved, plebes

  • @CristiNeagu
    @CristiNeagu ปีที่แล้ว +3

    Shift registers won't get you unlimited GPIO. It will only get you outputs, but no inputs. Why not just use multiple MCP23017 IO expanders? That will give you true unlimited GPIO.

    • @HelderParracho
      @HelderParracho ปีที่แล้ว

      No, that's not true. You can cascade multiple hc165 with hc595 and have all the GPIOs you want, or only inputs or only outputs.

    • @CristiNeagu
      @CristiNeagu ปีที่แล้ว

      @@HelderParracho Ok, fair enough. MCP23017 is still the better choice.

    • @HelderParracho
      @HelderParracho ปีที่แล้ว

      @@CristiNeagu Better or not it really depends on your needs. MCP23017 is more expensive, harder to find in stock, much slower and more difficult to isolate. It might be a more compact solution though.

  • @indian.techsupport
    @indian.techsupport ปีที่แล้ว

    You just made outputs, not general purpose input and output

  • @FARMAN68
    @FARMAN68 ปีที่แล้ว

    Yaar Agar English me samajhna itna hi asan hota to seedhe Kisi Gore ki video dekh len ham. Tumhari video kyun dekhe.
    Agar ham Indians ki help karna hai to please Hindi English ko mix karke bataya karo. Aur point ki chize Hindi me hi bolo.
    Thank you 😊

  • @RavindraSingh-jw2sm
    @RavindraSingh-jw2sm 5 หลายเดือนก่อน

    Element 14 ka video chipka diya .

  • @ionymous6733
    @ionymous6733 ปีที่แล้ว

    asking people to pause and comment for something you're about to explain is insulting. As if we don't realize we're watching a pre-recorded video or that comments help your channel. "jump through my hoop!" Just make good content and skip that.

  • @croydon21H
    @croydon21H ปีที่แล้ว

    You struggle so much to give details easily. The thumbnail is much and you make a whole video with shift register

  • @keen2461
    @keen2461 ปีที่แล้ว

    Don't take it wrong, but it'd be nice to put a little effort on pronouncing english better. The strong indian accent makes it very hard to understand these, otherwise, great videos.

  • @swishiestmetal6215
    @swishiestmetal6215 ปีที่แล้ว

    Sometimes I have no idea what he's saying😑

  • @darkshadowsx5949
    @darkshadowsx5949 ปีที่แล้ว

    shorten your intro. and stop repeating the same information multiple times.