Jump to content
43oh

Search the Community

Showing results for tags 'launchpad'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News
    • Announcements
    • Suggestions
    • New users say Hi!
  • Spotlight!
    • Sponsor Spotlight
    • Sponsor Giveaways
  • Energia
    • Energia - MSP
    • Energia - TivaC/CC3XXX
    • Energia - C2000
    • Energia Libraries
  • MSP Technical Forums
    • General
    • Compilers and IDEs
    • Development Kits
    • Programmers and Debuggers
    • Code vault
    • Projects
    • Booster Packs
    • Energia
  • Tiva-C, Hercules, CCXXXX ARM Technical Forums
    • General
    • SensorTag
    • Tiva-C, Hercules, CC3XXX Launchpad Booster Packs
    • Code Vault
    • Projects
    • Compilers and IDEs
    • Development Kits and Custom Boards
  • Beagle ARM Cortex A8 Technical Forums
    • General
    • Code Snippets and Scripts
    • Cases, Capes and Plugin Boards
    • Projects
  • General Electronics Forum
    • General Electronics
    • Other Microcontrollers
  • Connect
    • Embedded Systems/Test Equipment Deals
    • Buy, Trade and Sell
    • The 43oh Store
    • Community Projects
    • Fireside Chat
  • C2000 Technical Forums
    • General
    • Development Kits
    • Code Vault
    • Projects
    • BoosterPacks

Calendars

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Location


Interests


Sparkfun


Github

  1. I am thinking of using a Stellaris Launchpad (LM4F120XL) as a robot controller. If I had something like this (http://www.pololu.com/catalog/product/1551) how would I go about interfacing with the quadrature encoders? This TI webpage says "Advanced motion control capability, with up to 16 PWM outputs and two quadrature encoder interfaces" but I cannot find the terms "quadrature encoder" or "QEI" in the Launchpad manual. Am I going to need to learn the gritty details of quadrature encoding and write my own C interface? I am very new to all this, so a gentle shove in the right direction would
  2. Hi everybody, I followed Recursive Lab's tutorial on using the Stellaris launchpad with Linux and now have succesfully compiled lm4tools and gcc for the Raspberry Pi. I am currently able to create, edit and program (and debug) the Stellaris Launchpad with the Raspberry Pi. I have a feeling that this could a wonderful combination, but I am currently a little dry on good ideas to pursue. Does anyone have suggestions? Kind regards, Eelco
  3. Found a french blog with a launchpad (and Energia) flavor to it. A couple of different write ups, from simple button tutorials to adc and lcd, as well as motor control. Google Translate works well enough for english. French: http://electroniquea...label/Launchpad Translated: http://translate.goo...-KjLMthQ65c63Vw Most interesting one I saw was a simple little midi project. Plays F
  4. This is a prototype of a magnetic sensor BoosterPack for the TI MSP430 Launchpad. http://www.youtube.com/watch?v=whgsB5hb-Pk The board has 3 Hall-effect magnetic sensors that sense a magnetic filed in the z-axis to the sensor. The BoosterPack has a latched output sensor (on/off by changing magnetic field direction), unlatched output sensor (on/off by changing magnitude of magnetic field), and analog output sensor (output follows strength of magnetic field). The sensor outputs are connected to analog input pins of the MSP430 LaunchPad. 10 LEDs are connected to digital output pins of t
  5. Hi all! The current project I'm working on with Stellaris is a stepper (step, direction) driver. I have these TB-6560 drivers that I got on eBay for cheap (here), and I've successfully driven the motors using the 32 bit timer. I've been able to set the frequency using a variable, etc, and hoping to implement acceleration, etc. The goal is to eventually write an entire gCode interpreter and be able to drive the CNC via a serial connection that dumps gCode to the Stellaris. I'm running in to a weird problem though. I'm attempting to add a control panel I got form Deal Extreme that con
  6. 27 years old finnish hardware engineer guy says hello! I just recently registered in to this forum, but i have been lurking around for a while now. This forum has been a great help to me and there have been some very interesting projects out there, I'm hoping to see more of them. Regardless that my job title is hardware engineer, I've done some programming too, mostly in C. C++ and C# are familiar languages for me too. Umm.. not sure what to say, isn't this enough ? Feel free to ask if you have questions! (No, there's no polar-bears in here, only regular ones and a beer which i
  7. Hey all, I'm relatively new to all this and I have been trying to get a temperature sensor to work with the launchpad. As in my previous posts I was trying for the DS18b20. I have the port of the code project on the back burner because there is a hell of a lot I need to learn to be able to port that over. So just to get something off the ground I have been trying to use the LM35 to read some temps. Here is the code I'm running float tempC; float tempF; void setup() { Serial.begin(9600); } void loop() { tempC = analogRead(6); //read the value from the se
  8. Hi there! I'm totally new in MCU programming) I have the g2553 microcontroller and I need some program to make two PWMs and to control shift of impulse fronts one from other by clicking buttons. Try to explain: ___---___---___---___ ___---___---___---___ <click!> ____---___---___---__ ___---___---___---___ I think shift by adding __delay_cycles() to one of pwms is not too bad idea, but i totally have no thoughts how to get two PWMs. Sorry about my english:)
  9. Looking to trade a Stellaris LaunchPad for, well... A Stellaris Launchpad. I'd like to participate in the upcoming halloween contest, but i don't have a launchpad quite yet. I was hoping that if someone has a extra stellaris launchpad, that they would be willing to send it to me, and once i finally received my order i'll send back a new one, postage paid. Closed. Received my launchpads from TI.
×
×
  • Create New...