LED Sombrero
Here is a project I started working on for our hackerspace's Halloween party but didn't finish in time. It is three 4x4 LED matrixes, one each for red, green, and blue. Each is driven by a shift...
View ArticleMSP430F5338 interrupt from timer issue
Hi, I have problem with MSP430F5338. I need set up timer to generate interrupt at the exact time. For example i need generate interrupt with frequency 1.5 , 2 , 2.5 , 3 , 3.5 (20,50-100Hz etc... )...
View ArticleCCS update to v6 - Projects and Setting?
I updated CCS from v5.5 to v6. I thought all existing projects and settings are migrated. However, after installing v6 I found now that a) both versions are now on my computer; b) v6 has not took over...
View Articlebug in msp430g2xx3_pinosc_01.c
tried out the capacitive touch code examples. msp430g2xx3_pinosc_01c did not work for me, LEDs blink all the time, without touching anything. So I tried msp430g2xx3_pinosc_02c (4 channel) . Works a...
View ArticleMSP430g2452 +energia
Hello! I connected the NewHaven Display according to the book 'Getting Started with the MSP430 Launchpad'. By compiling the 'Hello World' programm I get the error:...
View ArticleWhere is a good place to start for C tutorials? And challenges with button...
Well I am definately a newbie at this, I have tried to use CCS6 to get rolling with my launchpads but am getting my butt handed to me. I have been able to get some odds and ends done in Energia, but I...
View ArticleLaunch4j An error occurred while starting the application???
G'day Trying to update a customer of mine from E8 to E14 and get the Launch4J error message. Have deleted preferences.txt in ..\roaming\energia Still got error. Copied over preferences.txt...
View ArticleError message when import Energia sketch into CCS 6.0.1
Hi, I tried to import Energia example sketch into CCS 6.0.1. However, message shown that I need to ensure Energia is 'properly' installed on my system and I couldn't proceed further to import sketch. I...
View Article[BUG] CC3200 WiFiClient::write glitch w/ >100 byte strings
I'm posting this here for the 43oh and Energia community in case any of you encounter this issue. I wrote a modified version of the SimpleWiFiWebServer example that compounded the HTML into longer...
View ArticleFrom Ap Mode to network connected mode in cc3200
Hi, cc3200 firmware So i created ap network and i am able to connect to it. Now i wanted to destroy this ap mode and want to connect to some other network. when i try dissconnect() and then...
View ArticleCCS v6 Installs, but Continual "No USB FET was found" Error
I am new to CCS and am extremely frustrated in trying to make it work on Windows 7. I must be doing something very wrong. I have attempted to install CCS v6.0.1 three times on my Win7 machine. I...
View ArticleCCS example projects not there, how do I find them????
All the example projects such as the grace examples give an error when you try to import the example project into CCS See details below... Error: Product-type 'com.ti.sdo.grace' is unrecognized -...
View ArticleHow to delete mysimplelink.net web page
Hello, I've a problem with the default mysimplelink.net web page of CC3200 launchpad. How can i delete it? I tried to format my flash with uniflash but when my system connect to my router, if write...
View Articlemsp430g2553 i2c problem with hmc5883l magnetometer (GY-273)
Someone can helpme, i'm taking incorrect readings of a magnetometer I believe with the problem are in my i2c code implementation. /* * Print all printable characters on usb channel using UART mode of...
View ArticleI2C library
Hi, a lot of people have a problem with an I2C bus. I wrote a library for my bachelor thesis. You can use it, but please observe the copyright. Thanks...
View Articlegetting in and out of cc3100bp hibernate
Hi, I am thinking of a low power project using the f5529lp and the cc3100bp in energia. The f5529lp will continuously collect sensor data and store it in memory. The cc3100bp will be configured to...
View ArticleMini CC3200MOD breakout, Mini LaunchPad XL
Hi All, I just wanted to share my design with for CC3200MOD. It has CC3200MOD and its minimum requirement including Antenna, plus Lipo Charger and regulator to work with LiPo Battery. And has pin...
View ArticleMSP430G2553 and I2C
I have a problem with I2C and the MSP430G2553. Here is my Code: #include <msp430g2553.h> const unsigned char Init[] =...
View ArticleCC3200 LP: Older ES (1.21) Unsupported?
I have a Rev 3.1 launchpad that I'm unable to use Energia with. I've applied the service pack as described on the energia page (Uniflash was successful in flashing the service pack). When attempting...
View ArticleSelecting files by its date stamp
G’day, Have got a data-logger that creates a new date stamped CSV file on a SD, card each time it starts a new poll. Is there a way of selecting CSV files, earlier than a particular date, to be...
View Article