Hardware Contest Sites
Anyone big on entering projects into electronics contests? Are there any popular sites that do a good job of holding regular competitions? Does anyone use instructables.com? What was your experience?...
View ArticleCC3000FirwareUpdate for msp430fr5739 and CC3000
I recently bought a Fram board and a CC3000 for a small project. I have Code Composer already but wanted to try somthing new and ran across Energia. So I installed it and fired it up. I selected...
View ArticleSomebody help me please
#pragma vector=WDT_VECTOR __interrupt void watchdog_timer(void) { TA0CCTL1 ^= CCIS0; // Create SW capture of CCR1 // IE2 |= UCA0TXIE; __bic_SR_register_on_exit(LPM3_bits);...
View ArticleData was shifted when i use UART
Hi everyone, I make a GUI and send a string contains 4 bits, The first time i send ( E.g "1234") I have received "1234" But the 2nd i have received "2341", so on the third i have received "3412" So...
View Articlemsp430f5529 and mspdebugger
Hello everebody. I am new in this field and i cannot connect msp430f5529LP with mspdebug. This is my code: $ dmesg ..... [ 5799.999208] usb 1-2: new full-speed USB device number 8 using xhci_hcd [...
View ArticleUSCI i2c repeated start question
I'm relatively new to the MSP430 and microcontroller world. I have a MSP430G2553 and am interfacing to a MMA8453Q accelerometer. I have this working on a MSP430G2231 using USI and now want to move to...
View Articlecc1101 and launchpad msp430g2452
Hi guys! I'm trying to use energia for a simple TX/RX with cc1101 and launchpad + msp430g2452, but i don't know how to use spi to comunicate cc1101 with msp430 in energia interface... can sombody...
View Articleerror compiling
Hello everyone! I'm new here and looking for some help. I'm using the Energia environment for my msp-exp430g2 (rev 1.5). After writing my very simple code (some blinking leds), I cant get to run it...
View ArticleSmall SBW FET circuit for custom PCB?
Hi all. Is there a proven, tiny, relatively simple circuit anywhere to embed SBW support into a tiny custom PCB? I would like to remove the need for the FET adapter and connector if possible for...
View ArticleTimed Camera Remote
Here's what has been keeping me busy (apart from my real job) since just after Christmas - a timed camera remote. It is mostly code complete, although could do with a few tweaks here and there. The...
View ArticleExternal crystal load capacitance
I'm attempting to compute values for the load caps I need. I understand the equation is C1 = C2 = 2(CL - Cstray)...but I'm having a problem figuring out exactly what to use for Cstray. Looking at the...
View ArticleCC3000FirwareUpdate for msp430fr5739 and CC3000 doesn't compile
I recently bought a Fram board and a CC3000 for a small project. I have Code Composer already but wanted to try somthing new and ran across Energia. So I installed it and fired it up. I selected...
View ArticleEnergia for C2000 launchpad.
How to do analog in digital out in C2000 launchpad by programming using energia!!!!
View Article2.2 inch LCD TFT ILI9341 Library?!
Hello friends! I have big problem finding libraries for 2.2 inch LCD TFT ILI9341. Im using Energia and MSP430G2553, i try to modify Arduino library but i fail. Pls Help!
View Articleinterphone hack
a little context first. I live in an appartment building that has a metallic door at the entrance. in theory one can make that open either by using a pin tumbler lock, an optical keycard or you can...
View ArticleOnline game based on MSP430 assembler: microcorruption
Saw this on Hackaday. There is a new online game based on hacking virtual MSP430 based electronic locks. In the game you have a debugger to analyze the lock code. Once you understand the code, you...
View ArticleRFP70N06 MOSFET
http://www.mouser.com/Search/m_ProductDetail.aspx?Fairchild-Semiconductor/RFP70N06/&qs=taDQNAOcNDFJEU9z22sxLw==I am using this MOSFET to switch a 9v 50 mA circuit to light an e-match and some...
View ArticleEnergia problems - nooby problem with getting started......
Hi people! i just got the MSP430G2 for a project and I tried to play with it today. I was following the instructions for loading the blink program in "getting started" but it kept giving me this...
View ArticleTIVA Drivers Work When Downloaded from TI
So far I have been able to get Energia running well on Mac OS (less than 5 minutes including download time) and Windows XP (NOT less than 5 minutes :-)). In my experience downloading and installing...
View ArticlePossible bug with attachInterrupt?
Greetings oh far wiser ones than I. Just playing with entering LPM4 modes on a MSP430G2 revision 1.5 LaunchPad. Energia 0010 or 0011 on Win7, with either a 2452 or 2553 chip: int ledState =...
View Article