Posts

Showing posts from April, 2020

Open Broadcaster Software ( OBS ) - Setup | Basic

Image
It is a free and an open source software for video recording and live streaming. Basically it is used for live streaming on different platforms like YouTube, Facebook, etc. using a unique key. It performs the high performance real time video and audio capturing and mixing. It create scenes made up of multiple sources including window captures, images, text, browser windows, webcams, capture cards and more and give as a video output in the real time. It is freely available on  https://obsproject.com  for Windows, MacOS, Linux. Introduction to OBS user interface : Scenes: It generates different scenes which can be switched between each other during the stream. Scenes allow us to make different screens on which elements are inserted and customized according to our requirement. To add a new screen click on " + " and type the name then press OK, a new screen will be generated. Sources: For each screen we can customize a display design for the real time s

WiFi controlled BOT using local website

Image
In this project I have made a WiFi controlled Bot using arduino uno and ESP8266 WiFi module. The two wheeled bot is controlled from a local website that can be opened in the browser using a predefined specific IP address of the ESP8266. The local webpage code is stored in the arduino uno and it will be send to the browser when requested. Once the page is loaded in the browser then commands are sent back to the arduino using the Wifi module. The default IP address is 192.168.4.1 I have developed this project without  use of any library. Components needed: Arduino Uno -------- 1 Dc geared motor ----2 Wheel----------------- 2 Chasis ----------------1 ESP8266 -------------1 L293d------------------1 9v battery ------------1 Working Video: Arduino Code: /*  * This code is written by TRISHANK SINGH MAHUR.  * This is the code for esp8266 wifi module. In this the esp8266 is used as the local server.  * The website is locally ho