Skip to main content

Posts

Showing posts from 2019

Cognition In Robotics

COGNITION IN ROBOTICS Hello IoTIANS,  in this video we give a general introduction of cognition in Robotics. Here we covered the following topics: What is cognition What is cognition in Robotics Learning techniques in Cognitive Robotics Motor Babble Imitation Knowledge Acquisition See the full video 👇 Download The full slide 👇 Cognition in robotics from AnkitBirla5 YouTube : https://www.youtube.com/channel/UCa4EPxD8tbDejcYBIrmSX6Q?view_as=subscriber _______________________________________________________________________ E-mail:   https://iotian2017@gmail.com ____________________________________ Blog: https://www.iotianinnovator.blogspot.com _______________________________________   Facebook:   https://www.facebook.com/iotianinnovator ____________________________________________ Instagram:   https://www.instagram.com/iotianinnovator/ ________________________________________________ Twitter:   https://tw

IoT Elective(Machine Learning) Algorithm

Welcome to the IoTIAN Innovator blog Lear Different Machine Learning Algorithm(IoT Elective) using Python. Here you can learn the different algorithm of ML which are following:   Linear Regression Gradient Descent   Logistic Regression Logistic with Gradient   Logistic Regression with Multivariate   Linear Regression Using Scikit   Logistic Regression Using SciKit   SVM with manually code   SVM using SciKit SVM Using SciKit on IRIS Data Logistic Using SciKit on IRSI Data Click on below button to download the all Python Program from the below button

How to Install Node-RED in Windows or any OS || Part-1

In this post, we learn how to install Node-RED in a window or any OS. This is a part-1 of this playlist. So, let’s start. There are some instructions to install Node-RED in your machine. Step-1 : Download the Node.JS software from the link. The link is given in the below image: Step-2 : Set the path of Node.js in OS environment variable, for the set, the path sees the instruction is given below images. Step 3: Now check that path is correctly set or not for this: ·          Open the CMD prompt ·          Type the command NPM ·          And if this gives any response then the path is successfully set otherwise check again: Step 4 : Now download the second software mosquitto. For download it sees the instructions in given below image: Step 5: Set the path of mosquito MQTT broker in the OS environment variable. For set the path sees the instruction at the given image: Step 6: Now let’s check the path is successfully set or n

Top 10 IoT Interview Questions (Internet of Things)

Here I’m sharing some important questions of IoT interview which can be asked in your Interview. The IoT Interview questions are following. Question-1 Question-2 Question-3 Question-4 Question-5 Question-6 Question-7 Question-8 Download full slides from the given link⇩ https://www.slideshare.net/AnkitBirla5/iot-interview-questions Subscribe This YouTube Channel⇩⬇️ ThankYou

Internet Technologies Lab Manual of IoT

On this blog you can find the full manual of Internet Technologies Lab Manual The Practical of Internet Technologies Lab Manual is following Established JDBC through MySQL and My Eclipse, Read Data from MySQL using JAVA, Write Data into My SQL using JAVA, Scrollable Result set, Use Batch Processing in JDBC, Perform Stored Procedure in JDBC, Create an RMI(Remote Method Invocatin) Application. Download Full Lab Manual by click on the following Download link👇 Download Update on site to find the full lab Manual.................

IoT With Python

In this presentation, we describe that how can be we implemented python in IoT or Internet of things. There is plenty of library and module for IoT in python which we discussed in this presentation. See the full presentation at You Tube ⬇️ And download this presentation at the given link⬇️ https://www.slideshare.net/AnkitBirla5/implement-iot-using-python

IoT Troubleshoots

Q1: Error in DHT sensor library in Arduino IDE? Ans:    If you find any error in Arduino IDE related to DHT library. Step:1  Go to  C:\Users\username\Documents\Arduino\libraries path. Step:2  Find DHT_Sensor_Library. Step: 3 Delete this library. Step: 4 Open Arduino IDE. Step: 5 Go to  Sketch ⟶ include library⟶ manage library Step: 6  Search DHT sensor library by Adafruit and download the 1.1 to 1.3 version. if the troubleshooting is not fixed till now, then Step: 7 In Arduino IDE go to  File⟶Examples⟶DHT sensor library⟶DHT tester Open this example and see how to write code for DHT sensor. I hope your troubleshoot is now fixed. After that, you have any query please ask in comments. Thank You For Showing You Interest.

Create a Holi greetig using python||Holi 2019 || Python || Internet of Things || IoTIAN Innovator

Hello, python lover in this blog post we will create a Holi greeting using python. For creating greeting we will use turtle in Python. It’s very easy and interesting, so let’s start with python code. For creating greeting in python we will create a three file in python: 1.       alphabet.py 2.       shape.py 3.       main.py Step 1:     Create an alphabet.py file. In this python file, we will set the coordination of all alphabet (A-Z) caps letters. So it’s easy to print any sentence. The code is following of  alphabet.py file: Step2 :  create a shape.py file in this python file we will create different functions for different designs for creating different shapes in greeting like a star, square e.t.c. The code is following for shape.py file: Step3 : At last we will create the main file. This is the main python file in this file all the above two python file (alphabet.py, shape.py) are imported. And we declare the different message

Autodesk Eagle- Design your own schematic on Autodesk Eagle

Hello IoTIAN in this blog we create a PCB Schematic on Autodesk Eagle. Autodesk Eagle is PCB design software. Which is very good for creating professional pcb for your IoT project. Now we create only schemetic design of PCB and in next blog we convert this schematic into PCB. There are few steps for creating schematic. So let’s start with Autodesk Eagle: Before starting first create a rough schematic of your PCB on paper: Step:1   Download Autodesk Eagle from this link:  autodesk.com/products/eagle/free-download Step:2 After downloading Autodesk Eagle install it in your machine and open it. This default screen is automatically open. Step 3: After that go to left side of this screen and right click on Projects: Step 4: After click on projects click on new project Step 5: Give any name to your project Step 6: After that right click on that project Go to New-> Schematic Step7 : After that this schematic window is op

ARDUINO DAY 2019

WELCOME! Hello Arduino Lover, You are invited to celebrate the Arduino Day 2019 by being a part of Arduino Day 2019. You can join this celebration on 16 th March 2019 to learn something new and innovative using Arduino. Thanks for being part of the Arduino community! The Arduino Team . The schedule is following for this event: If you are interested in this event please post a comment and also apply for this event from Facebook.

PRE-ORDER: IoT-A(Masterboard)

Beta Version of PRE-ORDER IoT-A(Masterboard) A single device solution to monitoring and automation:  Features: Convenient for data monitoring and handling. Compatible with major IoT device for remote control and automation. Completely Open Source Cost Effective. One masterboard for different IoT Application. Controllable by web and android both

How to install Django web server in Pyhton.

Hello IoTIAN in this video we will setup Django web server in python on the virtual environment using virtualenvwrapper-win library or Django library. So creating Django server you can send any type of data like sensor data and visualize this with the different way using python. There are only three steps to complete it: 1.     Install virtual environment: In python for installing virtualenvironment you have to use pip install virtualenvwrapper-win command to download it. After that, you can create a virtual environment in it on which you want to work. 2.     Install Django: For installing Django in python there is simple command pip install Django After installing you can check it that Django is installed or not? For this, you have to use py –m Django –version 3.     The run server on localhost after completing full setup your server is starting at localhost. For more please see the video and if you have any problem please comment. Thank You!