Use mspdebug to upgrade msp430fr5969
I followed an instruction from: http://www.colotronics.blogspot.com.ar/2014/08/msp430-toolchain-in-ubuntu-1404-with.html Down the page: # OPTIONAL TILIB v3 installation of msp fet430uif debugger,...
View ArticleMSP430G2553 P1.6 oddness
I have an EXP-430G2 launchpad with a 'G2553. LEDs are connected (via transistors) to P1.4, P1.5, P1.6 and P1.7. When I ran the following code: #include <msp430.h> int main(void) { WDTCTL =...
View ArticleAnalogWrite only works on P1.6?
More fun with LEDs! I took the Energia LED fader example from energia.nu and modified it to output to P1.4, P1.5, P1.6 and P1.7 so that all four LEDs would fade in sync. #include "Energia.h" void...
View ArticleInternal pull-up resistors used with external pull-ups
I'm looking at the example at http://energia.nu/Tutorial_Button.html In the circuit, an external pull-up resistor is used. Then the code reads: // initialize the pushbutton pin as an input:...
View ArticleBuilding OutOfBox_EmulStorageKeyboard With mspgcc
Hi all, I'm attempting to build the out-of-the-box keyboard emulator demo for the f5529 launchpad (available here) with mspgcc. But naturally, being a newbie, I've run into some trouble. The big idea...
View ArticleBuilding OutOfBox_EmulStorageKeyboard With mspgcc
Hi all, I'm attempting to build the out-of-the-box keyboard emulator demo for the f5529 launchpad (available here) with mspgcc. But naturally, being a newbie, I've run into some trouble. The big idea...
View ArticlePossible problem with debounce example
I'm working with the debounce example at http://energia.nu/Tutorial_Button.html According to the description, the program lets you blink a LED using a pushbutton. The way I read that (and the...
View ArticleWhile(1) not Executing with Timer Interrupt
Hey all, I've run into a peculiar problem where my main loop doesn't execute. I know my interrupt routine is executing because I can uncomment the led toggle and I can see it blink. From what I've...
View ArticleSimplest Standalone MSP430G2553 with USB-Serial?
Hi y'all, (First post newbie alert) I'm loving playing with my Launchpads and am currently working on some robotics projects, including designing an intelligent motor controller that uses I2C...
View ArticleThingspeakclient code hanging
Hello, I'm trying to get the thingspeakclient example working in Energia (see code below). I have an MSP-EXP430F5529LP connected to a CC3000 booster pack. I'm running Energia 0101E0012. The code...
View ArticleanalogWrite not work with my tiva c
I tried many times but it seem some bug with the energia. void setup() { pinMode(PF_2,OUTPUT); analogWrite (PF_2,250); } void loop(){ } When analogWrite value between 0-254, the PF_2 are 0v. However,...
View ArticleProblems with interruption
i want to do a phase control with a lamp and my tiva, i copied this program int AC_LOAD = PD_0; // Output to Opto Triac pin int dimming = 115; // Dimming level (0-128) 0 = ON, 128 = OFF void...
View Articlestrtok_r Problem
Hi, a simple program and also a simple problem, but I can not find a solution. someone has a tip for me? char text[] = "Value1, 1000, Value2,100,Value3,1.414,end"; void setup() { Serial.begin(9600); }...
View ArticleSerial.println(String) prints empty line
Hello again, my actual project is a windowsphone app. With this app i want to control some led lights over bluetooth -> means that a command string comes over softwareserial I have already solved...
View ArticleRadioHead Packet Radio Library
Anybody used the RadioHead Packet Radio Library with MSP430 or Tiva? http://www.airspayce.com/mikem/arduino/RadioHead/ This is the RadioHead Packet Radio library for embedded microprocessors. It...
View ArticleM2M shield
[Work In Progress] Hello everyone, i made a project a couple of months ago that could interests the community. This is a SIM900 module based Machine to Machine shield for MSP430G2 launchpad....
View ArticleNewbie need help... MSP430G2553 Stopwatch with datalogging
Hi All I have recently joined 43oh and have been literally almost studying this site. I am currently a university student in South-Africa and we have just received our final projects last week. I...
View ArticleEnergia COM port help
Energia says the only COM port I have (COM8) is not found, and suggests using a COM port (COM3) ... which I do not have.
View Articlehalloween 2014
About 2.5 months to go, and I am ruminating on what to do this year. Last year was last minute for me, and I want to do a bit more prep this time. My goal is still subtle. Yes, Iwant to actually creep...
View ArticleEnergia no fault on pinMode(222)
Why is there no fault, when I compile with pinnumber 222. My Launchpad only has 20 pins. Attached Thumbnails
View Article