Maker's Digest
Maker's Digest
  • 23
  • 132 865
Amazing Maker Award Submission - Arduino Based Helicopter Collective Control
Now go get creative! Share what you have made with me. I can be found at
● Facebook: makersdigest
● Instagram: makersdigest
● Twitter: makersdigest
● Patreon: www.patreon.com/makersdige
If you liked this video, please consider subscribing. You can enable notifications for new videos when they are posted!
See ya next time!
#arduino #raspberrypi #makers
มุมมอง: 500

วีดีโอ

How to connect the HC-SR04 Ultrasonic ranging distance sensor to the Raspberry PI and Arduino.
มุมมอง 8225 ปีที่แล้ว
In this episode I show you how to connect the HC SR04 Ultrasonic distance sensor to the Raspberry PI and Arduino. It is a simple setup for both boards. In this video we cover: ► Connecting the sensor directly to an Arduino ► Connectingthe sensor to an Arduino with external power source ► Arduino Code ► Code for Raspberry PI (Python) Code on GitHub: github.com/makersdigest/T07-HC-SR04-Ultrasonic...
Bench Build - Rotating Quake Quad
มุมมอง 4885 ปีที่แล้ว
One of my all time favorite games is quake 1 from ID software. I wanted to do a series around quake stuff, and 3d printing seems the way to go. I came across the QUAD model and thought: why not mix it up, print it, jam a motor in it for your desk! Here it is! Parts: Micro USB PCB: amzn.to/2OSgNEh Gear Motor: amzn.to/2OTWvu6 Switch: amzn.to/2Vy0PBX NOTE: Verify that switch before you print the m...
Quick Print - Quake Guy
มุมมอง 4275 ปีที่แล้ว
One of my all time favorite games, Original Quake. The mapping and modding community is still thriving and they are making amazing new content for this super fast and twitchy FPS that is (in my opinion) way better than the original content/maps. Figured I would print some of the enemies from the game. I think I am going to try and paint them accurately. I used Pakscape to extract the .mdl files...
Art Installation - Review of building the Black Box Cathedral
มุมมอง 2025 ปีที่แล้ว
In this video we review a project that I have been working on for the last few weeks. Basically a big 2' x 4' lightbox with diffusion and 6 layers of laser etched 3/16 acrylic. The art was done by Bryan Valenzuala (Linked below). It was set up by Hiker Creative Agency via Verizon. I did much of the fabrication of the box, setup all the electronics and programmed the animations on an Arduino Meg...
How to connect the TB6612FNG Dual H-Bridge motor dirver to an Arduino and Raspberry Pi
มุมมอง 18K5 ปีที่แล้ว
In this episode we take the TB6612FNG Dual H-Bridge motor driver and connect it to an Arduino & Raspberry Pi. We run two small gear motors that are great for small robotics. As promised, all the code used in this video is on Github! github.com/makersdigest/T04-M... Parts that were used in this video: TB6612FNG Driver: amzn.to/2TUhj6q Gear Motors: (Similar) amzn.to/2TTEiP9 Arduino: amzn.to/2QgRE...
DIY ATX Bench Power Supply
มุมมอง 2.5K5 ปีที่แล้ว
We build a bench top power supply from an ATX computer power supply. These bench top power supplies can provide quite a bit of current at 3.3, 5, and 12 volts. We 3d printed a panel that houses a switch to turn the unit on, a switch to silence the fan, an indicator LED and three sets of terminals for the three voltages mentioned above. Thingiverse: www.thingiverse.com/thing:3374389 Parts used i...
How to connect the MCP23017 GPIO Expander to an Arduino and Raspberry Pi
มุมมอง 45K5 ปีที่แล้ว
In this episode, we take a look at the MCP23017 GPIO Expander IC. With this IC, we can add 16 GPIO pins to the existing GPIO pins on an Arduino, Raspberry Pi, or any micro controller that has an i2c bus. They can be "stacked" for up to 128 additional GPIO pins! Bring on the LED's! In this video we cover: ► Physical connection of the MCP23017 to a Raspberry Pi ► Code examples for the Raspberry P...
How to connect the MCP3008 Analog to Digital Converter (ADC) to a Raspberry Pi and Arduino
มุมมอง 20K5 ปีที่แล้ว
In this episode we take a look at the MCP3008 Analog to Digital Converter IC. With this chip we can add Analog inputs to a Raspberry Pi, or extend the analog ports on an Arduino. UPDATE: CE0 on the Raspberry PI is pin 24 NOT 22. Ill put updated schematics on GitHub & makersdigest.net. In this video we cover: ► Physical connection of the MCP3008 to a Raspberry Pi ► Code examples for the Raspberr...
DIY 3d printed Drill bit organizer
มุมมอง 3K5 ปีที่แล้ว
For Christmas I got some awesome new drill bits. But I want a different case for them. In this video, we design and 3d print a custom drill bit case for my new Norseman metric set! Thing on thingiverse: www.thingiverse.com/thing:3347979 Now go get creative! Share what you have made with me. I can be found at ● Facebook: makersdigest ● Instagram: makersdigest ● Twitte...
3D Printing Star of Life
มุมมอง 1565 ปีที่แล้ว
My son is now an EMT and I thought I would make something for him to celebrate. I found an SVG of the "star of life" and imported into fusion360, made some tweaks and printed it in 4 colors. The model will be available on Thingiverse on 12/27/2018. I just created a thingiverse account for MD, and its making me wait 24 hours before I can publish. Check the link on the 27th if you want the models...
DHT11 and DHT22 Temp & Humidity Sensors on Raspberry PI and Arduino
มุมมอง 15K5 ปีที่แล้ว
Learn how to connect the DHT11 and DHT22 Temperature & Humidity Sensors to a Raspberry PI and Arduino. We cover all the connections for both sensors on both hardware platforms as well as provide and review the code to get them working! Check out the Github page for all of the code we used, pinouts and connection diagrams. Code on Github: github.com/makersdigest/T03-DHTXX-Temp-Humidity Parts tha...
How to Modify Servo for Continuous Rotation
มุมมอง 2K5 ปีที่แล้ว
Learn how to modify a standard servo for continuous rotation! In this video we cover removing the physical stop and replacing the potentiometer with static resistance. We also have a look at the code needed on Arduino & Raspberry PI, as well as how to calibrate your code for your newly modified Servo! Code on Github: github.com/makersdigest/T02-ContinuousServo Parts that were used in this video...
How to connect a servo to a Raspberry Pi and Arduino!
มุมมอง 2.8K5 ปีที่แล้ว
Learn how to connect a servo to a Raspberry Pi AND Arduino! In this episode we show you how to do just that. As well as provide all the code you need on GitHub. In this video we cover: ► Connecting a servo directly to an Arduino ► Connecting a servo to an Arduino with external power source ► Arduino Code ► Connecting a servo to a Raspberry Pi with external power source ► Python code with standa...
Behind the Scenes - Audio Quality
มุมมอง 435 ปีที่แล้ว
Some behind the scenes footage of me making a cable for the audio rig and talking about my audio workflow when creating new videos. It was lacking a little in previous videos, and there's no excuse - I've been an Audio Engineer for 20 years! Let me know if you think this sounds good. Its the workflow I am going to use from now on. #maker #videoproduction
3D print diorama - Complete!
มุมมอง 4135 ปีที่แล้ว
3D print diorama - Complete!
3d Print Diorama Part 4 - Sloth
มุมมอง 2785 ปีที่แล้ว
3d Print Diorama Part 4 - Sloth
3D Print Diorama Part 3 - Trees
มุมมอง 3115 ปีที่แล้ว
3D Print Diorama Part 3 - Trees
3D Print - Diorama Part 2 - Elephant
มุมมอง 1.4K5 ปีที่แล้ว
3D Print - Diorama Part 2 - Elephant
3d Print - Diorama Part 1 - Snake
มุมมอง 4455 ปีที่แล้ว
3d Print - Diorama Part 1 - Snake
Shop Build - Lets build a DIY Teleprompter
มุมมอง 3215 ปีที่แล้ว
Shop Build - Lets build a DIY Teleprompter
How to make a DIY Smoke filter
มุมมอง 20K5 ปีที่แล้ว
How to make a DIY Smoke filter
Building a camera bracket for the workbench
มุมมอง 645 ปีที่แล้ว
Building a camera bracket for the workbench

ความคิดเห็น

  • @YoucefYazid
    @YoucefYazid 5 วันที่ผ่านมา

    Hello, At first thanks for informations, just i want to ask why we use R 1K to reset pin?

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

    No longer works. Adafruit made changes to the library.

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

    video evidence on why most models on thingverse suck. how id you put so much effort into documenting your laziness? Uploaded knowing it was a failed design, because "he had to many hours in the design and was ready to print something." Don't worry someone remixed the cap and fixed it after several people wasted their time and filament.

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

    I typed this in my search, couldn’t find this video, then wait two days and it’s on my recommended, if anyone else is wondering what’s going on with google ad and search engine ai let me know cause this is nuts…. Anyways, thanks so much for this video!

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

    Hello sir. I have a problem with MCP3008 sampling frequency. I am trying to increase clock speed for better sampling rate but it does not work. Is there any way for this or any suggestion? And also I tried software SPI configuration, it gives an error does not work either. Thanks for your explanation.

  • @matt.audiotech2370
    @matt.audiotech2370 7 หลายเดือนก่อน

    Working on putting together a fully automated brewery using craftbeerpi. Just need to figure out how to incorporate it with the automation of the software. Thanks for the great tutorial.

  • @kylebatson5971
    @kylebatson5971 8 หลายเดือนก่อน

    Hey so I have a hi wonder jet max robot arm that uses servos. When I connect one of the servos it crashes the raspberry pi. Any ideas why this may be happening?

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

    Thanks a lot! 感谢!思路,讲解清晰,听明白了。

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

    What about esp32 running micropython? Thanks.

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

    I have a problem, can anybody help me ? I have a mcp2307 and raspberry pi4 which is commmunicate with i2c protocol. When I set logic high one mcp pin all pin goes high. Have you any idea on this issue?

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

    Are you stupid? There is a 13% difference in humidity! How can you act like everything is working OK?

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

    I think I have fake ebay MCP's , that's the second tutorial I follow that does not work, Already bought MCP from Mouser :(

  • @sun-man
    @sun-man ปีที่แล้ว

    You need activated carbon to remove smoke properly

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

    Why are you doing it in Python?

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

    The code is full of syntax errors. I worked through them and got it to work though.

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

    He never said what resistor to use with the LED. Anyone have an answer to this? Thank You.

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

    I wouldn't recommend hooking up with power applied. Connect, check, then apply power.

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

    Have you measured how many microseconds it takes for digitalRead() and digitalWrite() using these 16 GPIO pins via I2C compard to the pins which come on the microcontroller? Just wondering how much slower it is. Hopefully it doesn't take more than say 100 microseconds.

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

    you made my day

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

    Hi could you do video arduino and raspberry pi zero w and flysky controller to help stop biter

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

    Working on a 16 step switch project. Each key has an embedded led. For 16 switches I actually need 32 gpio. Your video helped me to figure out how to work with this chip properly with a Pi Pico. Very helpful video! Thank you.

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

    Did you really upload a 9 minute video of how to duct tape a furnace filter to a box fan?

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

    Greetings human! Just wanted to stop by and thank you for taking the time to enter the Maker Contest. That collective looks really solid, even for a prototype.Found the other video that shows it in action,"DIY Arduino Helicopter Collective Joystick Control"... "autohover?" SOOO cool! Be well and happy Making! -Volt (Chris and Ray)

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

    Nice submission. Do you have video of the thing controlling the simulator?

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

      Found footage of it in action HERE: th-cam.com/video/Y9wrDS_DBf4/w-d-xo.html about 18 minutes in...

  • @pearlboy
    @pearlboy 2 ปีที่แล้ว

    In short and simple... nothing better than this video... Great Video.... 😀

  • @pruch04
    @pruch04 2 ปีที่แล้ว

    thanks dude!!!, you saved my life, get my like

  • @GuilhermeSabel
    @GuilhermeSabel 2 ปีที่แล้ว

    nossa! muito bom esse estojo, já estou imprimindo o meu também

  • @andrewadams9686
    @andrewadams9686 2 ปีที่แล้ว

    this thing is awesome, I'm rooting for ya!

  • @erbilshops3029
    @erbilshops3029 2 ปีที่แล้ว

    Can you help please ..proteus not able to locate Adafruit_MCP23X17.h .. i tried everything but still not working .. below the error msg ... make[1]: Leaving directory `C:/Users/kail/AppData/Local/Temp/VSM Studio/10d5e1155d14460db955271ef37a960a/ARDUINO UNO_1/Debug' In file included from C:/Users/kail/Documents/Arduino/libraries/Adafruit_MCP23017_Arduino_Library/src/Adafruit_MCP23X08.h:8:0, from C:/Users/kail/Documents/Arduino/libraries/Adafruit_MCP23017_Arduino_Library/src/Adafruit_MCP23X08.cpp:5: C:/Users/kail/Documents/Arduino/libraries/Adafruit_MCP23017_Arduino_Library/src/Adafruit_MCP23XXX.h:8:37: fatal error: Adafruit_BusIO_Register.h: No such file or directory #include <Adafruit_BusIO_Register.h> ^ compilation terminated. make[1]: *** [arduino/Adafruit MCP23017 Arduino Library/Adafruit_MCP23X08.cpp.o] Error 1 make: *** [main.cpp] Error 2

  • @gabrielm437
    @gabrielm437 2 ปีที่แล้ว

    Will the filtered smoke still generate heat?

  • @chadpriddle00
    @chadpriddle00 2 ปีที่แล้ว

    I am using the Adafruit librabry and got my Python running. Is there a way to initiate the mcp() so that when I read the pins it says 1/0 not True/False?

    • @gamecoder3833
      @gamecoder3833 2 ปีที่แล้ว

      you can always define a small function to convert T/F to 1/0, tho calling it everytime can get annnoying.... maybe make the function name really small like b2b (boolean to binary)?

  • @Konyad
    @Konyad 2 ปีที่แล้ว

    Typo in the title :)

  • @ChrisFredriksson
    @ChrisFredriksson 2 ปีที่แล้ว

    This is a cool project with all sorts of things mixed together, with 3D printing, electronics and overall fun stuff... But.. what happened? You disappeared!? 😥

  • @linkerthejedi2575
    @linkerthejedi2575 2 ปีที่แล้ว

    I’m using your code in thonny on my pi and it doesn’t seem to work it keeps saying that it cannot find the Adafruit GPIO and I know I installed it do you have any idea what I’m doing wrong

  • @aaronanderson8402
    @aaronanderson8402 2 ปีที่แล้ว

    Fraction one please 29pc

  • @aaronanderson8402
    @aaronanderson8402 2 ปีที่แล้ว

    Do a fraction 29 pc one please

  • @Snugggg
    @Snugggg 2 ปีที่แล้ว

    I'm very very new to this but can someone broadly explain the difference between this and a shift register?

  • @somboku
    @somboku 2 ปีที่แล้ว

    not working. double checked. all ... fixed for python3 .. nothing. thanks anyway.

    • @RikoOnline
      @RikoOnline 2 ปีที่แล้ว

      Notice the update in the video description. In the video it says pin 22 but it should be pin 24 for CE0.

  • @roystervi
    @roystervi 2 ปีที่แล้ว

    hi is it possible to have the Arduino and Raspberry Pi connected to the same ic2 line at the same time?

  • @jetcitysinatra7300
    @jetcitysinatra7300 2 ปีที่แล้ว

    When I cook a steak on my induction hot plate it creates a load of smoke. Will this work to stop the smoke in the air setting off my alarm and choking up the air in my apartment? Thanks.

  • @mikesfarmmikesfarm3977
    @mikesfarmmikesfarm3977 2 ปีที่แล้ว

    Sorry for comment, but do not teach new people to wire things up with power applied.

  • @croll_uk
    @croll_uk 2 ปีที่แล้ว

    Tip: Check the Red & Blue lines on the power rails for any breaks that indicate power termination. Nice video, subbed :D

  • @kanchankarmacharya1980
    @kanchankarmacharya1980 2 ปีที่แล้ว

    Great video, Can we use K type thermocouple as the analog input instead of potentiometer? I have to interface thermocouple and raspberry pi?

  • @burhanuddinbhiwaniwala618
    @burhanuddinbhiwaniwala618 2 ปีที่แล้ว

    Wat if the power cuts... Can we save the status of th pins of MCP23017 in the eeprom of arduino so that it regains its last state before the power cut

  • @aryansatpathy2404
    @aryansatpathy2404 3 ปีที่แล้ว

    This is soo helpful, I couldn't find any proper explanation anywhere else Helped me for my project

  • @CafeBikeGirl
    @CafeBikeGirl 3 ปีที่แล้ว

    There is a model of this board on GrabCad for those modeling their projects: grabcad.com/library/sparkfun-motor-driver-dual-tb6612fng-1a-1

  • @deanhuff123
    @deanhuff123 3 ปีที่แล้ว

    Very helpful. I’m attempting to revive the old diamond rio MP3 player parallel interface so I can get some new music on my 23 year old MP3 player :)

  • @sezertrkylmz
    @sezertrkylmz 3 ปีที่แล้ว

    The link of github seems broken.Can you upgrade it ? Thanks ! I really liked it.

  • @luc7964
    @luc7964 3 ปีที่แล้ว

    Hello, can you please elaborate on why you use this "pull-up resistor"? I don't understand what it is for, as it seems to bypass the sensor? Thank you in advance. I just found your channel and it will help me a lot in my current project.

    • @luc7964
      @luc7964 3 ปีที่แล้ว

      I am sorry I figured by myself. There are plenty of tutos on what is a pull up resistor on youtube.

  • @refatahsan5218
    @refatahsan5218 3 ปีที่แล้ว

    I'm running into the issue where the script is pushing the same temp, humidity over and over again - but when I cut, and rerun python file.py then it'll update the values, anyone know why this might be?