Samir Sogay
Samir Sogay
  • Видео 94
  • Просмотров 529 660
Person Following Rover using Machine Learning with Raspberry Pi and Makeblock Megapi
In this video I build a rover which can follow a baby or a toddler autonomously using machine learning so that you can monitor them via a web interface. The brain of the project is a Raspberry Pi with a camera and the muscles is Makeblock's Megapi microcontroller. The aluminium parts for the rover are from Makeblock Ultimate kit.
Python Code and html file for the project are linked below
gist.github.com/samirsogay/70b7f4850ca538e27f1407110c57ba75
gist.github.com/samirsogay/ac66eea13922f0d44c14fe43c30503da
Credit for Initial Code
ruclips.net/video/s7-R7EN1mDs/видео.html&ab_channel=D.Brauckhoff
Просмотров: 339

Видео

DIY Steering Wheel and Pedals using Bluetooth IC and Mouse - Sim Racing Driving Rig
Просмотров 7093 года назад
In this video, I make a DIY wireless Steering Wheel with throttle and brake pedal using Card Board. The steering wheel works with a mouse IC connected to Adafruit Feather Bluefruit 32u4. The rig is used to play games like Euro Truck Simulator 2 and BeamNG.drive. Other games could be played as well with changing keymapping or tweaking the code. The build uses basic elements like buttons and swit...
Nrf24l01 channel against Wifi Channel for free channel selection
Просмотров 2 тыс.4 года назад
In this video I try to corelate NRF24l01 channel against Wifi channel so as to find free channel to use with NRF24l01.
Maximum Speed of BYJ48 Stepper Motor Rotor Shaft
Просмотров 2,5 тыс.4 года назад
In this video I try to show the maximum speed of BYJ48 rotor shaft i.e. without the gears. It is powered by ULN2003 and EP8266.
Control Pan Tilt Camera in Motioneye
Просмотров 8 тыс.4 года назад
In this video I show how to control a Pan Tilt Camera with Motioneye so that pan tilt head of a camera can be controlled from buttons on Motioneye web interface itself. The required files are in the link below gist.github.com/samirsogay/4e05779aa0a95fa10c6ac22d097514f0
Baby Audio Monitor with Raspberry Pi Zero and Google AIY Stereo MIC Board - Baba Awesam
Просмотров 2,3 тыс.4 года назад
In this video we will be re-purposing the Google AIY Stereo microphone into a Baby Audio Monitor. This project uses the Raspberry Pi Zero, google AIY mic board and VLC. Adafruit i2s guide learn.adafruit.com/adafruit-i2s-mems-microphone-breakout/raspberry-pi-wiring-test VLC Command vlc -vvv alsa://plughw:0 sout '#transcode{acodec=mp3,ab=128,channels=2}:standard{access=http,dst=0.0.0.0:8000/out.m...
Chirping Bird Alarm Clock - Toy Automation with ESP8266 - Baba Awesam
Просмотров 7134 года назад
In this video I convert a toy to be powered with usb power rather than aa batteries. Also, esp8266 and a relay has been added to the toy to control it via web interface such that it can be triggered at fixed times to make it into an alarm clock. The url will be accessed in crontab to trigger the toy.
28BYJ-48 Stepper Motor Torque testing and achieving maximum torque - Baba Awesam
Просмотров 58 тыс.4 года назад
In this video we test various ways torque can be increased on the 28BYJ-48 stepper motor. We test the motor in unipolar and bipolar mode with ULN2003, L293D and A4988 motor driver. We will eventually see whether this motor can lift 2KG. We use ESP8266 for all the microcontroller needs. Automating Ikea Tupplar Roller Blinds ruclips.net/video/7t00NgeBgO8/видео.html Converting 28BYJ-48 from Unipol...
Toddler Audio Tutor with Arduino UNO and DF Mini Player - Baba Awesam
Просмотров 1,3 тыс.5 лет назад
In this video I show how to make a project for teaching kids Alphabets, Numbers, Day of week, Colours, Rhymes, etc using Arduino UNO and DF mini Audio Player. This project is based on Jiri Praus' instructable www.instructables.com/id/Kids-Wooden-Radio/ Code for this project is at Github gist.github.com/samirsogay/5750d0146acbe56b1a05ed531ce065c7
Face Tracking with Raspberry Pi and Pan Tilt Hat (Models Comparison) - Baba Awesam
Просмотров 3,8 тыс.5 лет назад
In this video I compare 3 different face detection models and see how it affects face tracking using a Pan Tilt Hat. This setup uses a raspberry Pi and Pimoroni Pan Tilt Hat. The 3 models are LBP, Haar cascades and Caffe. The aim of this video is to experiment with face tracking so as to build a face tracking DSLR camera which will move to track my face or track object of Interest. The code use...
Convert 28BYJ-48 Stepper Motor to Bipolar with L293D and ESP8266 to increase torque - Baba Awesam
Просмотров 6 тыс.5 лет назад
In this video I show how to convert BYJ48 Stepper Motor to Bipolar Motor with DOIT Motor shield. This shield uses a NODEMCU ESP8266 board and an L293D motor driver. The board is available at below link www.aliexpress.com/item/1pcs-NodeMCU-Motor-Shield-Board-L293D-for-smart-rc-robot-tank-car-chassis-driven-motor-diy/32836754093.html The code for the project is available on below link gist.github...
Automating Ikea Tupplur Roller Blinds with ESP8266 and 28BYJ-48 Motor - Baba Awesam
Просмотров 8 тыс.5 лет назад
In this video, I discuss the process of Automating Ikea Tupplar Roller Blinds and the various considerations. This Project is inspired from PGOTE from Thingiverse as linked below (3D models included) www.thingiverse.com/thing:2392856 Also, inspired from the instructable as linked below www.instructables.com/id/Motorized-WiFi-IKEA-Roller-Blind/ The Code for the Project is as below github.com/sam...
Raspberry Pi Google AIY Voice Powered Camera Rig - Baba Awesam
Просмотров 5745 лет назад
In this video, I will show you how I made the Raspberry Pi Google AIY Voice Powered Camera Rig for my Sony camera. With this, I can use the Raspberry Pi Display as an HDMI Monitor using B101 module of Auvidea. I can trigger the transformation from Dakboard to HDMI Monitor via voice commands. Also, I can control the Sony camera via voice as the AIY will convert the voice commands to IRSEND which...
Failsafe IoT Light Switch with ESP32, ESP8266 OR Arduino for Home Automation - Baba Awesam
Просмотров 24 тыс.5 лет назад
In this video I show you how to achieve failsafe when implementing IoT light switch using ESP32, ESP8266 or Arduino such that even if the Microcontroller fails or wifi goes down, you will be still able to turn ON or OFF the lights. Since you can control your lights with web interface, you can integrate it with Openhab and subsequently with Amazon Echo or Google Home using voice commands. Code f...
Neopixel (ws2812b) Colours Close up - Baba Awesam
Просмотров 3276 лет назад
In this video I show the close up video of how Neopixels generate the colours of a colour wheel.
ESP8266 and Neopixel Powered VOSS Bottle lamp - Baba Awesam
Просмотров 7956 лет назад
ESP8266 and Neopixel Powered VOSS Bottle lamp - Baba Awesam
Powering Micro controller Projects in turned off Car - Baba Awesam
Просмотров 4826 лет назад
Powering Micro controller Projects in turned off Car - Baba Awesam
Car Time lapse with Raspberry Pi Camera - Baba Awesam
Просмотров 906 лет назад
Car Time lapse with Raspberry Pi Camera - Baba Awesam
Integrate Google Home with Openhab2 for Home Automation - Baba Awesam
Просмотров 6 тыс.6 лет назад
Integrate Google Home with Openhab2 for Home Automation - Baba Awesam
AC to DC Module for IoT Projects - Baba Awesam
Просмотров 20 тыс.6 лет назад
AC to DC Module for IoT Projects - Baba Awesam
USB Charge Doctor for Microcontrollers - Baba Awesam
Просмотров 1596 лет назад
USB Charge Doctor for Microcontrollers - Baba Awesam
LPG Cylinder Leakage Sensor using MQ6 Sensor and ESP8266 - Baba Awesam
Просмотров 5 тыс.6 лет назад
LPG Cylinder Leakage Sensor using MQ6 Sensor and ESP8266 - Baba Awesam
Gesture Sensor for Microcontrollers Review and Demo - Baba Awesam
Просмотров 2,6 тыс.6 лет назад
Gesture Sensor for Microcontrollers Review and Demo - Baba Awesam
USB Power for Raspberry Pi, Arduino, ESP8266 Projects using Light Socket - Baba Awesam
Просмотров 8486 лет назад
USB Power for Raspberry Pi, Arduino, ESP8266 Projects using Light Socket - Baba Awesam
Convert Official Raspberry Pi display to HDMI Monitor with B101 Module from Auvidea - Baba Awesam
Просмотров 2,6 тыс.7 лет назад
Convert Official Raspberry Pi display to HDMI Monitor with B101 Module from Auvidea - Baba Awesam
ESP8266 Powered Car Message 16x2 LCD Display - Baba Awesam
Просмотров 1,8 тыс.7 лет назад
ESP8266 Powered Car Message 16x2 LCD Display - Baba Awesam
4 Port ESP8266 Relay Module from Armtronix Review - Baba Awesam
Просмотров 1,5 тыс.7 лет назад
4 Port ESP8266 Relay Module from Armtronix Review - Baba Awesam
Integrate Amazon Echo with Openhab2 using Official Alexa Skill for Home Automation - Baba Awesam
Просмотров 7 тыс.7 лет назад
Integrate Amazon Echo with Openhab2 using Official Alexa Skill for Home Automation - Baba Awesam
Powering Multiple Microcontrollers ft Remax 5 Port USB Charger - Baba Awesam
Просмотров 1,3 тыс.7 лет назад
Powering Multiple Microcontrollers ft Remax 5 Port USB Charger - Baba Awesam
ESP8266 Dimmer + Relay from Armtronix Review - Baba Awesam
Просмотров 7 тыс.7 лет назад
ESP8266 Dimmer Relay from Armtronix Review - Baba Awesam

Комментарии

  • @binnafakhi5984
    @binnafakhi5984 3 дня назад

    🎉🎉🎉🎉🎉

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

    Wow. Excellent for my Tech project. Thanks for sharing it.

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

    Thanks Samir. This is really useful. I want to build a turn table for a laptop and your tests show me its a very capable motor for the purpose.

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

    I have Wifi Eight relay module but not getting good resource can you help me. www.instructables.com/WIFI-Eight-Relay-Board/

  • @nandukumar5904
    @nandukumar5904 5 месяцев назад

    It gives AC output or DC sir

  • @musayyibkhan2151
    @musayyibkhan2151 7 месяцев назад

    Please mention the pins of esp32 to be connected to -V0 and +V0 of power module

  • @garethbarry3825
    @garethbarry3825 9 месяцев назад

    Thank you so much for this very informative video - I needed a way to increase the torque for these for my flightsim throttle, for which I am using these stepper motors for moving autothrottles - simply using your code with the time delay set as you prescribed increased the torque to be perfect for my needs. An excellently presented video indeed.

  • @MorrWorm8
    @MorrWorm8 Год назад

    Great video!

  • @digihz_data
    @digihz_data Год назад

    Good testing and info, thanks.

  • @bellwetherhacienda-fs6yy
    @bellwetherhacienda-fs6yy Год назад

    Can you tell me the optimal settings for really fast low torque requirements? I'm using an a4988 with 4 of these guys closing a lid on a vacuum chamber. I just ordered an L293D.

  • @Thatmanicwitch
    @Thatmanicwitch Год назад

    Theses are great but they will not charge my iPhone. Why is that ?

  • @ziad_jkhan
    @ziad_jkhan Год назад

    Wow....are you still on the island?

  • @Path_toPeaceislam
    @Path_toPeaceislam Год назад

    walaikum sallam tanks it great video i'm looking

  • @paulrmoss
    @paulrmoss Год назад

    I like it,,, you saved me some time thanks.

  • @jorgecarvalho2033
    @jorgecarvalho2033 Год назад

    tks so much

  • @scienceforscientists6864
    @scienceforscientists6864 Год назад

    walaikumussalam

  • @andrejziman8304
    @andrejziman8304 Год назад

    Thank you man, you helped me a lot with my project! Using your code I managed to get a lot more torque from the motor.

  • @fooballers7883
    @fooballers7883 Год назад

    Nice work...Next test if u want to carry out would be life of the gears... how long they last..Txs for an interesting video

  • @viyugunmj359
    @viyugunmj359 Год назад

    Super effort

  • @mani5004
    @mani5004 Год назад

    u wont get feed back and need to tell alexa the opposite of on and off

  • @lehieu665
    @lehieu665 Год назад

    nice video! what is it called the thing you used to connect the 28bjy-48 and the rope? thank you

  • @vipalsharma4120
    @vipalsharma4120 Год назад

    | fileno exit status 1 'file1' was not declared in this scope; did you mean 'fileno'? where the file file1

  • @rizwaaaaan
    @rizwaaaaan Год назад

    Thanks for uploading this video & showing my city from this angle👍🏻

  • @sanjaybatra6593
    @sanjaybatra6593 Год назад

    Hello Sir, Hope you must be having good experience about usage of this MODULE for your microcontroller PROJECTS. I wish to know your recommendation about using this MOUDLUE to POWER-UP any microcontroller like Arduino ? Can I use it for my microcontroller module ? ( Any advantage or disadvantage of using it ? Is there any noise issue etc etc ?)

  • @Dave_889
    @Dave_889 Год назад

    Great video. I have been thinking of doing something like this , that way it wont require internet and it also have a fail safe

  • @theintelarif
    @theintelarif Год назад

    This is how to get the most out of a stepper motor. Your tests are impressive and brainstorming. Thanks for documenting your findings and sharing with everyone.

  • @mp-xt2rg
    @mp-xt2rg Год назад

    That motor has a bit not in it than you're giving it credit for. The bearing design you're using is fairly draggy.

  • @gearscodeandfire
    @gearscodeandfire Год назад

    Great documentation!

  • @teddyruxpin3811
    @teddyruxpin3811 Год назад

    Will this work with 110V AC power too?

    • @gambler3k
      @gambler3k Год назад

      datasheet say min ac input 85v so i guess so

  • @tahabutt474
    @tahabutt474 2 года назад

    hey can you provide the circuit diagram of this circuit

  • @armantape
    @armantape 2 года назад

    Waalaikumsalam

  • @Diaz.Aragon
    @Diaz.Aragon 2 года назад

    It cannot be done via Wi-Fi simulating the cell phone software?

  • @MrLingering
    @MrLingering 2 года назад

    I'm trying it out and getting this error compiling. src\main.cpp: In function 'long unsigned int sendNTPpacket(IPAddress&)': src\main.cpp:73:1: error: no return statement in function returning non-void [-Werror=return-type]

  • @dontmissthelittlethings
    @dontmissthelittlethings 2 года назад

    Super.

  • @Chillout_mode
    @Chillout_mode 2 года назад

    Is it possible to send real time price data from a website?

    • @SamirSogay
      @SamirSogay 2 года назад

      It should be possible. You will have to write some script to fetch data from website and use rest api to send it to microcontroller to display on lcd

  • @marianofpv
    @marianofpv 2 года назад

    Other videos instruct to cut a path of the stepper motor PCB. As to separate the common cable that connects to the middle of both windings. It seems you didn't do that. Is it needed?

    • @SamirSogay
      @SamirSogay 2 года назад

      Basically you want to isolate the 2 windings. Either physically cut it or leave it unconnected, both achieve the same goal.

    • @AlienRelics
      @AlienRelics 2 года назад

      As long as you drive it as a bipolar where the opposite ends of a coil are connected to opposite polarities, the center is at Vcc/2 and so both center taps are at the same potential. Or you can open circuit both ends of a coil, in which case it floats. You would never want to pull both ends of a coil to the same polarity.

  • @SatyaGupta
    @SatyaGupta 2 года назад

    Can the 5V motor version modified to bipolar work with 12V??

  • @ukewarrior
    @ukewarrior 2 года назад

    An excellent video. Well explained and well demonstrated.

  • @turtlenecker223
    @turtlenecker223 2 года назад

    LMFAO NORTON SECURITY

  • @wesleybrueland
    @wesleybrueland 2 года назад

    Jfc, at 4:10 there's a cracking noise that with headphones on made me nearly crap myself. Good tests though

  • @kamshorymt
    @kamshorymt 2 года назад

    Hai. Thanks for the video. Can we multiply torque by using gear system?

  • @anokhautomation4453
    @anokhautomation4453 2 года назад

    4 channel relay board and a nodemcu will turn?

    • @SamirSogay
      @SamirSogay 2 года назад

      Should work. I have a 4 relay board with node mcu and it is powered by this module.

  • @glumpfi
    @glumpfi 2 года назад

    Thanks for putting so much efford in this video, it helped a lot :)

  • @HeymynameisMitch
    @HeymynameisMitch 2 года назад

    Thanks man, really helped me out!

  • @sachraj0101
    @sachraj0101 2 года назад

    followed the same step, however external port was empty so entered 9000 on nas setting, using mac so have public and private TCP port instead(not sure if this is the reason), but not working to view remotely...any help? thanks you

  • @ramazanaydemir3858
    @ramazanaydemir3858 2 года назад

    How can I increase the speed?

  • @SerajEmad
    @SerajEmad 2 года назад

    السلام عليكم Very interesting video, can you please make some testing on the durability over time (as a unipolar), I want to use it as peristaltic pump but I'm not sure of how long it will last. Thank you brother

  • @paarthsstudio
    @paarthsstudio 2 года назад

    Good

  • @unbreakabledesire14
    @unbreakabledesire14 2 года назад

    Bhaiya mera Manual switch bina hotspot connect kiye kaam nhi kr raha hai ek baar hotspot connect krne ke baad switch kaam kr raha or hotspot band kr raha phir bhi switch kaam kr raha lekin stating me mujhe ek baar hotspot connect krna pad raha phir switch kaam kr raha , Mtlb switch ko Initialise krne ke liye hotspot connect krna pad raha jo ki acha nhi hai if phone nhi raha to switch kaam nhi krega PLZZ SOLVE THIS PROBLEM..🙏🙏

  • @lucidjack4748
    @lucidjack4748 2 года назад

    Hi, with: “arecord -l” command it will be detected form the raspberry pi zero this microphone ?