Close

Project creation in Simplicity Studio

A project log for desperate firefly

Silicon Laboratories inc. sell MCU named Busy Bee, I decided to give it a try by transforming one in desperate firefly.

jacquesJacques 12/15/2017 at 02:250 Comments

First step was to download and install Simplicity Studio.  It is a free download requiring only an account registration. It is based on Eclipse IDE and provide Keil C51 compiler also free.

In spite of its name it is not simple as Arduino IDE. It is a full features professionnal tool. At first launch a guided tour is offered.

project creation

Right of tool bar there is a serie of icons. These are perspective selector icon. To create a project:

  1. Click on launcher icon
  2. From launcher perspective click new solution button.
  3. Custom solution is already selected. click ok
  4. Back to new solution perspective enter CPU name and rename custom solution to desperate firefly.

    now click New Project .  Click next on the first 2 dialogs.

    On the next dialog enter the project name (space not allowed) and click next again.

    Now click finish in the last dialog.

After a few seconds the IDE fall in configurator perspective. It will be the subject of next log of this project.

Discussions