Indrek
Indrek
  • 66
  • 2 488 303
OV7670 Camera module to PC with Arduino (SIMPLIFIED!)
This is a remake of my old OV7670 to tutorial PC video. I have simplified and optimized it a lot.
Link to my Article to download ArduImageCapture plugin for Arduino IDE:
circuitjournal.com/arduino-OV7670-to-pc
LiveOV7670 code:
github.com/indrekluuk/LiveOV7670
Buy from Amazon :
OV7670 camera module: amzn.to/3pGWVpa
Genuine Arduino Uno: amzn.to/2ZXfdsr
Genuine Arduino Nano: amzn.to/2zF8Q2e
Breadboard: amzn.to/2zKBLSg
Resistor set: amzn.to/3bhwzIt
Set of jumper wires: amzn.to/3dkDw7r
(As an Amazon Associate I earn from qualifying purchases)
Buy from Aliexpress:
OV7670 Camera Module: s.click.aliexpress.com/e/_AZB9lN
Arduino Nano Compatible Board: s.click.aliexpress.com/e/_Ao54In
Arduino Uno Compatible Board: s.click.aliexpress.com/e/_AVaoKb
Set of Jumper Wires: s.click.aliexpress.com/e/cnhvUw2c
Resistor Set: s.click.aliexpress.com/e/_dTFiUgN
Breadboard: s.click.aliexpress.com/e/c8fITwTm
Disclosure: Bear in mind that some of the links in this post are affiliate links and if you go through them to make a purchase I will earn a commission. Keep in mind that I link these companies and their products because of their quality and not because of the commission I receive from your purchases. The decision is yours, and whether or not you decide to buy something is completely up to you.
00:00 Intro
00:48 ArduImageCapture plugin
01:50 Required components
03:02 Arduino code (LiveOV7670)
04:12 Checkpoint #1
04:42 Wiring
07:07 Checkpoint #2
07:45 Pixel wires
08:07 Done!
Music from CZcams audio library:
All the Fixings - Zachariah Hickman
zhlédnutí: 211 121

Video

Arduino serial output to Excel/CSV (for Legacy IDE 1.8.x)
zhlédnutí 86KPřed 3 lety
UPDATE: it only works with the Java-based Legacy IDE (version 1.8.x). The newer Node.js based 2.x is not supported. I created a tool for Arduino IDE that saves Arduino serial output into a CSV file. You can then open the saved file with Microsoft Excel or Libre Office. It works on all platforms where Arduino IDE runs (Windows, Mac, Linux). My article about the plugin: circuitjournal.com/arduino...
Programming ESP-12E / ESP-12F / NodeMCU Over Wi-Fi
zhlédnutí 55KPřed 3 lety
In this video, I will explain how to program an ESP8266 module over Wi-Fi using the Arduino IDE. Code: circuitjournal.com/programming-esp8266-over-wifi#minimal-arduino-OTA-code Code with a fallback access point: circuitjournal.com/programming-esp8266-over-wifi#arduino-OTA-code-with-wifi-conf This video is a follow-up to my previous ESP tutorial: czcams.com/video/_iX67plFeLs/video.html Buy from ...
Programming ESP-12E / ESP-12F / NodeMCU With Arduino IDE | Step by Step Guide
zhlédnutí 157KPřed 3 lety
In this video, I will explain how to prepare your Arduino IDE to upload sketches into the ESP8266 microcontroller and connect to an ESP-12E / ESP-12F board over USB. Pictures and diagrams: circuitjournal.com/esp8266-with-arduino-ide Add the following URL to the "Additional Boards Manager URLs": arduino.esp8266.com/stable/package_esp8266com_index.json If your USB-to-serial adapter has a CH340 US...
These Dominos Fall Upwards
zhlédnutí 1,4KPřed 3 lety
Dominos are rising instead of falling. It is NOT a reversed clip, those dominos are actually rising. STL files to print your own: www.thingiverse.com/thing:4614040 Buy the magnets from Aliexpress: Cylindrical: s.click.aliexpress.com/e/_d8hSTzT Rectangular: s.click.aliexpress.com/e/_dWZaooV (affiliate links) Music from CZcams library: Slynk & Mr Stabalina - The Jam
INVERTED Dominos (Tenet Spoof)
zhlédnutí 588Před 3 lety
Dominos are rising instead of falling. It is NOT a reversed clip, those dominos are actually rising. * I know that there weren't actually any inversion portals in the Kyiv Opera House in the movie. I wanted to film in the location ;) Our T-shirt (The Electronic Scream): teespring.com/new-the-electronic-scream (affiliate link) STL files to print your own: www.thingiverse.com/thing:4614040 Buy th...
CREEPY Escape Room Timer | Arduino Project (with ESP8266)
zhlédnutí 1,4KPřed 4 lety
We are in the process of designing an escape room. In this video, you see the game timer. The legend of the story is that you have been hexed by a witch and you have one hour until the voodoo doll falls onto the spikes. To win the game you need to save the doll before your time runs out. The device is controlled by the ESP8266 microcontroller. It can drop the doll by turning five servo-motors. ...
HX711 with a Four Wire Load Cell and Arduino | Step by Step Guide.
zhlédnutí 417KPřed 4 lety
In this video, I explain how to connect a four-wire load cell to the HX711 amplifier module and how to read the weight value with an Arduino. Diagrams and pictures: circuitjournal.com/four-wire-load-cell-with-HX711 Github page of the "HX711_ADC" library: github.com/olkal/HX711_ADC 3D printed parts: www.thingiverse.com/thing:4602226 Buy from Amazon: Crimping tool (I am using this one): amzn.to/3...
Iterative Design in the Wild
zhlédnutí 469Před 4 lety
Since I have been designing stuff for Arduino to be 3D printed, I can see iterative design everywhere. I have done it so many times myself. Even if you think you got your device perfect you will still find flaws that come out while it is in real-life use. In this video, you can see such a case in the wild that I stumbled upon. The outdoor gym training machine has an obvious flaw where the foot ...
Mounting the 50kg Bathroom Scale Load Cells to a Board
zhlédnutí 69KPřed 4 lety
An update to the previous 50kg Bathroom Scale Load Cells tutorial: czcams.com/video/LIuf2egMioA/video.html I forgot to mention some critical details about mounting the 50kg bathroom scale load cells to a wooden board. It is important that the strain gauge has room to move up and down. The easiest way to achieve this is to 3D print a mounting frame for it. Alternatively, you could also drill a h...
Arduino Scale with HX711 and 50kg Bathroom Scale Load Cells | Step by Step Guide.
zhlédnutí 265KPřed 4 lety
Wiring diagrams for 4 x 50kg, 2 x 50kg, and 1 x 50kg. In this video, I explain the three different ways to connect the 50kg bathroom scale load cells to the HX711 amplifier module and how to read the weight value with an Arduino. You can connect four of the load cells as a loop, two as a pair, or a single one with two external resistors. Diagrams and pictures: circuitjournal.com/50kg-load-cells...
P-Channel MOSFET as a Switch. Turn ON a 12V Motor with Arduino. (Step-By-Step Guide)
zhlédnutí 67KPřed 4 lety
This is a tutorial about using a P-Channel Enchantment Type MOSFET as a switch to turn ON and OFF a 12V Motor. UPDATE: You should also add a 100-ohm resistor between the Arduino pin and the Gate terminal of the MOSFET. The MOSFET has a small capacitance that starts to charge/discharge when you switch the Arduino pin. This creates a short current spike that can be bad for the Arduino pin. Especi...
N-Channel MOSFET as a Switch. Turn ON a 12V Motor with Arduino. (Step-By-Step Guide)
zhlédnutí 105KPřed 4 lety
This is a tutorial about using an N-Channel Enchantment Type MOSFET as a switch to turn ON and OFF a 12V Motor. UPDATE: You should also add a 100-ohm resistor between the Arduino pin and the Gate terminal of the MOSFET. The MOSFET has a small capacitance that starts to charge/discharge when you switch the Arduino pin. This creates a short current spike that can be bad for the Arduino pin. Espec...
The Simplest Way to Wire a Button to Arduino (with Internal Pull-Up) | Arduino Button Tutorial
zhlédnutí 59KPřed 4 lety
This is a tutorial for wiring a button to Arduino. If your wires are short then you don't need to add an external pull-up or pull-down resistor since Arduino has internal pull-up resistors that can be activated in code by calling pinMode(pinNumber, INPUT_PULLUP); Diagrams and pictures: circuitjournal.com/the-simplest-way-to-wire-a-button-to-arduino Music from CZcams audio library.
Show prop - Arduino Hotline Phone
zhlédnutí 553Před 4 lety
This is a show prop for a deal or no deal type of game. It has a remote controlled relay that turns on the flashing light on top of the phone. When phone is picked up the flashing stops. In this project the phone does not ring and there is no sound from the speakers. Buy from AliExpress.com (affiliate links): Arduino Nano: s.click.aliexpress.com/e/_Ao54In Remote Relay: s.click.aliexpress.com/e/...
Using MP3 player module to play sound (Arduino project) - Activity Box #2
zhlédnutí 14KPřed 5 lety
Using MP3 player module to play sound (Arduino project) - Activity Box #2
Arduino Powered Baby Activity Box #1
zhlédnutí 2,5KPřed 5 lety
Arduino Powered Baby Activity Box #1
Use Your Arduino Memory More Efficiently (C++ Tutorial)
zhlédnutí 15KPřed 5 lety
Use Your Arduino Memory More Efficiently (C Tutorial)
DfPlayer Mini Module - Play MP3 Files With an Arduino (Step-by-step Guide)
zhlédnutí 103KPřed 5 lety
DfPlayer Mini Module - Play MP3 Files With an Arduino (Step-by-step Guide)
Don't Let Your Arduino Code Turn Into a Mess (for C++ beginners)
zhlédnutí 4,9KPřed 5 lety
Don't Let Your Arduino Code Turn Into a Mess (for C beginners)
Update: Save Images To a Folder with OV7670 and Arduino
zhlédnutí 11KPřed 5 lety
Update: Save Images To a Folder with OV7670 and Arduino
Virtual tour in my apartment (Unity WebGL)
zhlédnutí 2,6KPřed 5 lety
Virtual tour in my apartment (Unity WebGL)
LiveOV7670 project now supports Arduino Mega
zhlédnutí 19KPřed 5 lety
LiveOV7670 project now supports Arduino Mega
Update: Using grayscale image to get faster framerate
zhlédnutí 2,2KPřed 5 lety
Update: Using grayscale image to get faster framerate
Perfect First Layer with a Delta Printer - Mesh Bed Leveling in MatterControl
zhlédnutí 1,7KPřed 5 lety
Perfect First Layer with a Delta Printer - Mesh Bed Leveling in MatterControl
Using "Paint Format" in Google Docs and Microsoft Word to Fix Sequences
zhlédnutí 207Před 5 lety
Using "Paint Format" in Google Docs and Microsoft Word to Fix Sequences
LiveOV7670 Code Modifications for WAVGAT Nano
zhlédnutí 3KPřed 5 lety
LiveOV7670 Code Modifications for WAVGAT Nano
OV7670 With WAVGAT Arduino Nano At 20 Frames Per Second!
zhlédnutí 8KPřed 5 lety
OV7670 With WAVGAT Arduino Nano At 20 Frames Per Second!
OV7670 Camera Module with Arduino: Color Image To PC (Step-By-Step Guide)
zhlédnutí 133KPřed 5 lety
OV7670 Camera Module with Arduino: Color Image To PC (Step-By-Step Guide)
WAVGAT Nano with Adafruit screen library
zhlédnutí 1,2KPřed 5 lety
WAVGAT Nano with Adafruit screen library

Komentáře

  • @agshlis3456
    @agshlis3456 Před dnem

    Excelent job !!!

  • @ScaryLasers
    @ScaryLasers Před 4 dny

    FINALLY LOL simple concise, thank you

  • @R.G.P-q6k
    @R.G.P-q6k Před 9 dny

    lol same weight as me TT

  • @reactionnotitsmenicksmithy

    Excuse me, i'm from Indonesian, can this projects to see monitorring with serial monitor in arduino ide?

  • @CameronJeffers-fj3vd
    @CameronJeffers-fj3vd Před 16 dny

    what screen did you use?

  • @ImranMaulana-js1jd
    @ImranMaulana-js1jd Před 16 dny

    Give the coding please

  • @ImranMaulana-js1jd
    @ImranMaulana-js1jd Před 17 dny

    Need a code program please😢

  • @ericmarcelo8976
    @ericmarcelo8976 Před 17 dny

    Good video. I suggest, however, that you use a more solid base, such as aluminum or even steel, instead of plastic. The flexing and bending of the plastic will cause inaccuracies in weighing. For demo purposes, your setup is fine but if you don't mention that a solid base is required, anyone who might still be learning will not get that important piece of knowledge.

  • @yosialukumai4593
    @yosialukumai4593 Před 17 dny

    Thanks for the great content, if I am getting negative from my sensor whar could be wrong

  • @WhyAliasIdontNeedOne
    @WhyAliasIdontNeedOne Před 19 dny

    Hi, on your website "how to power an arduino", please do a VERY important addition. You need to note that the "Arduino Nano EVERY", that exact model, should not be powered through the 5V pin. Please add this crucial info so people dont damage their nano every.

    • @IndrekL
      @IndrekL Před 18 dny

      Hey! Can you give a source for it so I can link back to the explanation of why it can't be done? Powering it via USB will also connect 5V from the USB directly to the Arduino bypassing the VIN pin's regulator. What is the fundamental difference that makes powering it from the 5V pin damaging to the Arduino?

    • @WhyAliasIdontNeedOne
      @WhyAliasIdontNeedOne Před 18 dny

      @@IndrekL I commented but it landed in the spam folder. Please look there

    • @IndrekL
      @IndrekL Před 18 dny

      The comment isn't in the "held for review" folder. Maybe CZcams doesn't allow links in the comments at all. I selected "Always approve comments for this user" for you, which may help. Maybe you can replace all the dots in the domain name with spaces and try again?

  • @leynardvillagracia6036

    AFTER 4 YEARS OF UPLOADING THIS YOU ARE STILL HELPING!!

  • @ourchannel8215
    @ourchannel8215 Před 20 dny

    can you diy analog vid recorder using arduino? how is work

  • @andrealupi8538
    @andrealupi8538 Před 20 dny

    Hi Luuk, I'm looking for analyzing video data from a Camera to use it in a home made spectrophotometer, so I would know if is possible not just to display video image captured on a window, but rather logging each single video data byte from Camera to analyze it by arduino itself or eventually by PC. Thanks a lot for your any information, and congratulation for your very good explanation of all your projects. Andrea (from Rome, Italy)

  • @danieletotonelli4697
    @danieletotonelli4697 Před 21 dnem

    Is it possible to do this with scales of 400 kg or more? what should be used as a base? I would like to make 4 of them to balance the weights of my car 😊 There is a video for arduino nano and lcd screen too?

  • @mity8321
    @mity8321 Před 22 dny

    Cómo van las conecciones?

  • @billygutierez9936
    @billygutierez9936 Před 25 dny

    Anyone knows the diode size?

  • @AskQuestions-w4y
    @AskQuestions-w4y Před 27 dny

    So why don't we connect a 10k pull down resistor between gate and the arduino instead of two different resitors in two different spots?

  • @Coenie-je6pn
    @Coenie-je6pn Před 29 dny

    I like the vibe of this video, like the music too. It all fits. Great job!

  • @zuecifer
    @zuecifer Před měsícem

    you a real one

  • @vikramwanjari
    @vikramwanjari Před měsícem

    Hi Indrek. It has been an extremely helpful add-in. any plans to add autosave feature to this in future?

  • @allbd777
    @allbd777 Před měsícem

    Why nan value is coming?

  • @wingwalker007
    @wingwalker007 Před měsícem

    I’m just trying to do this exact thing, but with a raspberry pi

  • @ethanmilton7083
    @ethanmilton7083 Před měsícem

    Hello, I have a few boards from this company (1kg, 5kg, maybe 10kg) and I'm wondering if the same HX711 board will work for all of them, (ie: the boards are identical) or if each load type needs the specific board that came in the package. (I'm trying to make a device that can swap out load cells, so it'd be convenient to not have to swap the board as well.)

  • @iamNaddy_
    @iamNaddy_ Před měsícem

    So the code used for uno can also be used for mega? Do I have to modify anything on the given code you provided on github? Or can just upload right away to the arduino mega board??

  • @TheTranq
    @TheTranq Před měsícem

    Hello friend, wondering if your Arduino Spreadsheet tool works with the new Arduino IDE 2.3.2? I used to use it on older versions and it worked fantastic, but now when I put it in the same "tools" folder, I cannot see it within the IDE

    • @DexterDGaming
      @DexterDGaming Před měsícem

      same here

    • @anasampieri5102
      @anasampieri5102 Před měsícem

      hey! same here, did you solve this problem? I can´t see the arduimage tool

    • @TheTranq
      @TheTranq Před měsícem

      @@anasampieri5102 I couldn’t get it to work. Hopefully he releases an update

  • @plusio6161
    @plusio6161 Před měsícem

    По моему это работать не будет

  • @therational-hh5fe
    @therational-hh5fe Před měsícem

    Is it able to measure gram?

  • @36_bellafransiska84
    @36_bellafransiska84 Před měsícem

    I will program an Arduino Uno using a load cell with HX711. Initially, I place a 50-gram weight on the load cell, which has been calibrated with a float calibration factor of -1694.10, and the relay is off initially. The program will run in a loop 5 times, where in each iteration, the weight reduction should only be between 8-12 grams. If the reduction exceeds this range, the relay will turn on, and this process will continue for 5 iterations. Please help me

  • @madoric13
    @madoric13 Před měsícem

    Hello, I am not sure if you still reply to comments and questions, but I am hoping you still do! I am following this tutorial using an arduino nano instead of an uno, and I have encountered an issue: The tft display is fully white! Any help would be greatly appreciated, thank you

  • @ionutstefan-oc3og
    @ionutstefan-oc3og Před 2 měsíci

    hello!works with gsm modul? for a bee hive😊

  • @richi8285
    @richi8285 Před 2 měsíci

    Hey, cool video, but does it also work with an ESP32 instead of an arduino? I mean do the libraries play along?

  • @artsaward3983
    @artsaward3983 Před 2 měsíci

    hi! i am trying this and just before checkpoint 2, the box goes orange... can you help?

  • @ShieAyla
    @ShieAyla Před 2 měsíci

    Genius! Thanks for the tutorial!

  • @RonitSagar
    @RonitSagar Před 2 měsíci

    i am gettig"Received Empty Command" in my console. your help will be appriciated. Thank you so much

    • @RonitSagar
      @RonitSagar Před 2 měsíci

      image screenshot:- drive.google.com/file/d/1qnPQDQX9Faeep_Z259LaXhfBfXD27oLr/view?usp=sharing

  • @calmrelaxed7626
    @calmrelaxed7626 Před 2 měsíci

    how can i use it for live image detection

  • @langiliosaucedo2376
    @langiliosaucedo2376 Před 2 měsíci

    Que increíble proyecto

  • @MrCatAndDog_og
    @MrCatAndDog_og Před 2 měsíci

    in arduino IDE it says file directory not found for the Adafruit_GFX.h

  • @igdagusryankurniantara1053
    @igdagusryankurniantara1053 Před 2 měsíci

    Can we make camera negative filter using arduino ?

  • @narayanpatel2383
    @narayanpatel2383 Před 2 měsíci

    hello, my 1 bathroom type load cell output value keep on varing, first increase and then decrease. why please help what to do?

    • @pottypete5593
      @pottypete5593 Před měsícem

      If the input to loadcell is consistant and the output is varying then the loadcell is bad. This is with no load change I assume.

  • @rng11163
    @rng11163 Před 2 měsíci

    Is there an example of it in any simulation circuit? Or I can do it in a simulation program

  • @balajimk
    @balajimk Před 2 měsíci

    That's a brilliant demo, Mate! Thanks.

  • @narayanpatel2383
    @narayanpatel2383 Před 2 měsíci

    why load cell output keep on flactuating, keep on increasing and decreasing.

  • @Marcuss925
    @Marcuss925 Před 2 měsíci

    12V won't fry my ESP32 controller if I connect it to the same ground?

  • @userbasba
    @userbasba Před 2 měsíci

    Can't I just use an AC/DC 9 volts adapter? Is the inner side positive or negative on my Arduino Mega 2000?

  • @notkha
    @notkha Před 2 měsíci

    Does this work with a ESP8266 (NodeMCU) ? The Weight im getting in the Serial Monitor are all wrong and they differ a lot even when there is nothing on the scale.

  • @HS-hz4fx
    @HS-hz4fx Před 2 měsíci

    lets say te power supply for motor is 60 volts, would this circut still works ?

  • @clobel55
    @clobel55 Před 2 měsíci

    Finally someone whose English I can understand. Well done.

  • @janmenzinga
    @janmenzinga Před 2 měsíci

    Hi Indrek, I like your videos very much. Can we get in touch? I'm a hobbyist as well as it concerns Arduino and 3D-printing. I have some challenges!

  • @greggpierce4077
    @greggpierce4077 Před 2 měsíci

    I added 1 component to the circuit and could do away with the Arduino, exactly what I was looking to do! Thanks again Indrek

  • @GURU_85
    @GURU_85 Před 2 měsíci

    Hello Indrek How are you..... Suppose we want to use long wires between load cell and hx711 what type of capacitor further to add to boost signal ...wire lenth 2m approx ??

    • @civismesecret
      @civismesecret Před 2 měsíci

      No need for capacitor. The lenght of the wire between load cell and hx711 must be small to avoid electro-magnetic interferences that will add noise

    • @GURU_85
      @GURU_85 Před 2 měsíci

      Okay But suppose we need to place Main Arduino board a further away from load cell what are the options as in we cannot increase distance between Arduino and HX711 connections ? Only option is to increase distance between load cell and hx711 ?

    • @civismesecret
      @civismesecret Před 2 měsíci

      @@GURU_85 you can increase distance between Arduino and HX711