Close

Energia

A project log for CC3200MOD Breakout

Creating a breakout board for the TI CC3200MOD WIFI micro controller.

jackson-keatingJackson Keating 02/25/2015 at 05:370 Comments

Spent tonight messing around with Energia. I wanted an easy way to generate some test programs for the incoming PCB.

Energia is a Arduino based tool for programming TI's series of launchpads. I found it was extremely easy to use. I was up and running in just 10 minutes. I found this tutorial extremely helpful.

http://energia.nu/pin-maps/guide_cc3200launchpad/

He goes through two simple tutorials. One blinks a light based on a timer. The other blinks the light based on user controls from a webpage. Everything worked really well.

I also put the CP2102 programmer through some extra paces. It works well with the Energia IDE. When Energia attempts to enter debug mode after uploading the binary, it fails. Still, the program loads successfully. The serial port monitor also works through the CP2102. I was really happy to find that out.

Discussions