Posts

Showing posts from March, 2020

Obstacles Avoiding Robot

Image
This article help you to make obstacles avoiding robot with Delta's Unicorn Library, first install the Delta's Unicorn Library: https://deltainchub.blogspot.com/2020/03/this-article-will-guide-you-to-install.html Step 1:   Construct the circuit with respect to the circuit diagram given below or you can use the Unicorn Sheild . Obstacles Avoiding Robot  You can also able to find this Circuit in the GITHUB given below: Step 2:   Upload the sketch. You can find it in the link below or in the example folder of the library. https://github.com/DeltaINCnetwork/Delta-Library-for-Arduino-Robots Step 3:   Hurray you complited the project have fun with it Visit us for more : www.deltainc.net

Bluetooth controlled Robot

Image
This article help you to make Bluetooth Controlled Robot : Step 1:   Construct the circuit with respect to the circuit diagram given below or you can use the Unicorn Shield. You can find More on GitHub given below Step 2:   Upload the sketch. You can find it in the link below or in the example folder in Arduino. GITHUB: https://github.com/DeltaINCnetwork/Delta-Library-for-Arduino-Robots Step 3:   Hurray you complited the project have fun with it Visit us: www.deltainc.net

Installing the Delta's Unicorn Library

Image
This Article will guide you to install Delta Library on Arduino IDE. We discussed about Delt's Unicorn Library enough, Installing the Delta Library: 1. Download the delta Library from the link below:    https://github.com/DeltaINCnetwork/Delta-Library-for-Arduino-Robots 2. Extract it . 3. Open Arduino IDE. 4. Sketch-->Include library--> ADD .ZIP Library 5. Select  Delta.zip 6. Hurray you have successfully installed the Delta Library in        Arduuino IDE . Restart it if needed. Below video will guide You to install the library ; You can find all the necessary Components here: https://github.com/DeltaINCnetwork/Delta-Library-for-Arduino-Robots Visit us: www.deltainc.net

Introduction to Unicorn Library from DeltraINC

Image
The Unicorn Library from DeltaINC: What is Unicorn Library or Delta library?     Hello world , This is DeltaINC, giving you a new library for making your Arduino projects easy and effective. Usually you need to write more and more lines of code making Arduino projects like Obstacles avoiding robot, Bluetooth controlled robot, voice controlled robot,etc.. . But with Delta Library you only needs two statements in your Arduino program to make Obstacles avoid robot or for a Bluetooth Controlled Robot. You will never feels hard to use our Library. Because made this Library is made in a way to reduce the code and also we provide you clean'n'clear documentations and tutorials. An Introduction to Unicorn Shield :                 Unicorn is a external sheid for Arduino nano which allows the users to make Bluetooth con...