How to download a program from CodeCraft UI to the Grove Beginners Kit for Arduino

The Grove Beginner Kit For Arduino includes an Arduino Uno board with preconnected devices. The Grove lessons supporting this present coding using the Arduino IDE. These pages present the same lessons using the Codecraft IDE that uses the Block style of coding with specific Grove Arduino blocks.

We have completed a program in CodeCraft whether in the app locally or in a WebbBrowser. Time now to download and run it on the board.

Install the USB Driver

If first time use:

  • Arduino connects to the PC via a USB cable. The USB driver depends on the type of USB chip you’re using on your Arduino. Note: USB chips are usually printed on the back of the development board.
  • Download the CP2102 USB Driver. Note: Download according to your OS.
  • After the driver installation is completed, connect the board to the USB port of PC with a USB cable.
  • For Windows users: You can see it in My Computer -> Properties -> Hardware -> Device Management. A COM port will appear.
  • For Mac OS users: You can navigate to  on the top left corner, and choose About this Mac -> System Report… -> USB. A CP2102 USB Driver should appear.
  • If the driver is not installed, or if the driver is installed incorrectly (not matching the chip model), it will appear as an “unknown device” in the device manager. At this point, the driver should be reinstalled.

From the CodeCraft app running locally

  1. Plug the USB cable into the board, (small end of the plug, at the font of the board in the middle, and the other end into the PC.
  2. If first time it may need to discover the driver. If not found you need to install it as above. It may pop a message saying which COM port was used.
  3. Check the COM Port. Open Device Manager (Windows right click). Looking for SiliconLabs driver in Comports
    Device Drivers
    then
    COM POrts
    COM7 is used in this case
  4. In the CodeCraft UI select [Connect] near top left of UI then selevct the COM port (as COM7 in this case):
    COM7
    If all is OK it will come back with a postive confirmation. 5, Then click on [Upload] lower down on left wait. It will confirm when done. You might have to set the COM port at this point every time you upload.

The app is now running :) You can now press button, rotate dials etc depending upon what lesson you are doing.

From a Webbrowser:

2DO


 TopicSubtopic
   
 This Category Links 
Category:Grove Arduino Index:Grove Arduino
  Next: > Grove Beginner Kit For Arduino
<  Prev:   Grove Beginner Kit For Arduino