Dancing Dolls

Description of Dancing Dolls Project:-

You will love to show magic to your friends. Create a twin dolls structure and make them dance with the wand. Do a magic spell and wave your wand, and the dolls will dance. Your friends will be amazed by this trick.

Unboxing of Intellecto kit:-

Intellecto is an IoT-Based coding kit that enables children of age 12 + to understand the key concepts of IoT and fundamentals of coding in a fun and engaging way. It is an open-source compatible kit designed to develop 21st-century skills in children to make them future-ready.

The kits include ready-to-make models using which you can save time and give shape to ideas in an easy and fun-filled manner.

Construction of Dancing Dolls:-

For the construction of Dancing Dolls, you required four cardboard sheets K1, K2, K3 & K4. Each building structure has its own customized parts name, which has been written as KA, KB, KC, and so on. Which will help in constructing the model. You can download the manual from here.

Your Dancing Dolls Structure is ready. Now you are ready to play it using mobile application.

Download BixChamp app:-

Install the Mobile App to Play with the Structure-based Activities and Circuit Blocks:

  • For Android users click here.
  • For IOS users click here.

Your Intellecto Kit CPU block comes with preloaded code, that makes it compatible with the Mobile App. The App connects with the CPU block using a wifi Connection. Every CPU has a unique WiFi Name.

For E.g. – INTELLECTO_12345

Software download:-

Text-based coding is essentially typing instructions in a programming language following a syntax. Syntax is the grammar and spelling rules of a programming language.

For downloading the text based software click here.

Firmware and Library installation:-

Board installation:-

The installation method requires Arduino IDE version 1.6.4 or greater.

  • Open Arduino go to File > Preferences menu item.
  • Enter the following URL in Additional Boards Manager URLs:

http://arduino.esp8266.com/stable/package_esp8266com_index.json

  • Open the Tools > Board > Boards Manager… menu item.
  • Search for ESP8266 and install it.

Library Installation:-

Download the required libraries:-

Ultrasonic Sensor Library

MPU6050

Intellecto

DHT 11

  • Open Arduino go to Sketch> Include Library> Add .zip library menu item.
  • You will be prompted to select the library you would like to add.
  • Navigate to the .zip file’s location and open it.

Firmware Installation:-

Their are two process by which you can install the firmware in your CPU board, let’s see them one by one.

For downloading the firmware click here.

  1. You can follow the library installation method by which you can include the .zip file as the library and you can then open it from the example section.
  2. Secondly, you can directly extract the .zip file and open the .ino and upload the code in the CPU board.