FatFS on MSP430G2744
I was looking to interface FatFS to the MSP430G2744: It has 1KB of ram (may be enough? If not I might look into using the MSP430G2755 with 4KB of ram) I've been hacking away at getting it...
View ArticleUSB HID device problem
I've ported the USB_API library from the Code Compiler studio into the Energia libraries, and created a wrapper based on the Energia Serial example code. The USB port shows up in the Windows device...
View ArticleRandomElectrons RELP-2 LaunchPad
I started working on another LaunchPad design today. This one has an F5529 on it. This is what I have so far. Attached Thumbnails
View ArticleSerial monitor. Set parity checking.
Hi, I'm using energia-0101E0012 on xubuntu 13.10. I couldn't get the serial montor to work with my v1.4 launchpad so I gave up and now I use a pl2303 usb to serial. The problem is that I get...
View ArticleProblem with msp430, LCD16x2 and ADC
Greetings! I'm using a potentiometer and lcd16x2 with msp430 this is my code: #include <LiquidCrystal.h> LiquidCrystal lcd(P1_4, P1_5, P1_0, P1_1, P1_2, P1_3); int potPin =...
View ArticleBest IDE/system for assembly programming?
Just wondering what people here would recommend for programming MSP430's in assembler? I'm new to the MSP and all the various devices and I'm new (and a little lost) to all the tools. CCS, IAR,...
View ArticleSimple MSP430F5529 bootloader
Hi, I have spent quite a significant amount of time to figure out how and then write a simple bootloader for MSP430F5529 that I would like to share with you. It was written for mspgcc (4.6.3) and...
View ArticlePt100 Temperature Reading Fluctuating
Hi! I'm trying to measure the temperature using a Pt100 probe. I used a LM317 to drive 218 µA through the resistance element, and used a TL082 in non-inverting configuration (with a gain of 29)...
View ArticleTRF7970A NFC booster now in eStore
The TRF7970A NFC booster back (made by DLP Design) is now available direct from TI. It's also available as a bundle with a G2 or F5529 Launchpad but costs the same as buying these seperately....
View ArticleInterface MSP430 and MPU6050
MPU6050 are accelerometer and gyroscope sensor , cheap and very useful.But there aren't a lot of library codes available for MSP430.Here is the library,include initialing and reading MPU6050.I had...
View ArticleA console tool to build code with different development platforms
I'm currently working on cross platform build tool named PlatformIO. It has pre-built MSP430 GCC toolchain & mspdebug for Mac, Linux 32/64 & Windows OS. 1. How often do you use external...
View ArticleDisplaying .c Images Using Energia Sharp LCD BoosterPack Library
I have a MSP430FR5969 launchpad with the Sharp 96x96 LCD boosterpack. The out of the box application had a splash screen. I am aware that using CCS with the library, I could display .c images using the...
View ArticleRTOS or not, thats the question.
Hi everybody. I am in process of designing a sensor network that includes several independent sensors managed by USB dongle. This USB dongle receives the data from the sensors, stores it in memory...
View ArticleRedBot BoosterPack
I have finished my first revision of the RedBot BoosterPack. For those that don't know SparkFun has a robotics kit they call the "RedBot". Which is basically an Arduino, robot chassis and a bunch of...
View ArticleError receiving data -9
So i got the tm4c129 launchpad. After 1 week or so of working with it i sundely i'm enable to upload any code into it. It just stays stuck in "upload" i have to pull ou the usb cable and this...
View ArticleADC problems or code problems? Please help !
Hello everyone ! I started to use Energia to create simple projects using MSP430G2553 LaunchPad and somehow I've succeded until now! Today I encountered a problem as I was trying to...
View Article[Q] how to detect launchpad type
How to detect launchpad type in library? I want to check whether model is MSP430F5529. #ifdef WHAT ? ;)
View ArticleWould anyone be interested in a "BreadPad" and/or small 3.3V LDO board?
I have been working on a breadboard compatible Launchpad-based board for the DIP value-line MSP430s. I have finished an initial design in KiCAD, and am wondering if there is enough interest in this...
View ArticleTesting the Noritake 3x4 glass touchpanel
Decided to try out the glass touchpanel that Noritake so graciously sent to me a while back (see http://forum.43oh.com/topic/5167-noritake-capacitive-touch-keypad-sample-offer/ ). Used Energia to talk...
View ArticleMy MSP430 based analog test bed.
This is a project I made while I was learning about the MSP430's ADC10 peripheral and messing with multiplexing of 7-segment LED displays. It is a test bed for analog sensors where the 10-bit value of...
View Article