Jump to content
43oh

Search the Community

Showing results for tags 'current'.

  • 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

Found 5 results

  1. The example msp430fr5994x_lpm4-5_02.c is supposed to show how little current is used in this mode. In the file it says: // MSP430FR5x9x Demo - Entering and waking up from LPM4.5 via P1.3 interrupt // with SVS disabled // // Description: Download and run the program. When entered LPM4.5, no LEDs // should be on. Use a multimeter to measure current on JP1 and // compare to the datasheet. When a positive voltage is applied // to P1.3 the device should wake up from LPM4.5. This will enable //
  2. Hi, my name is Fabian an im recently working on an MSP430 project with the Launchpad MSP-EXP430G2 and Energia 0101E0017. I have an TEG Harvester and want to run the MSP that sends data via a NRF24l01 module. Everything works great, current is really low in working and in sleeping mode. But now the problem: When i apply power to the chip (3,3V) it draws significant current for about 2 seconds. Then it starts working normal and the current drops and stays low as long as you don't remove the supply and start again. This is really bad for energy harvesting applications, because
  3. I've run into an issue with execssive current usage on the Launchpad. My goal is to run a sensor on a battery for at least a year. The initial test was promosing because the launchpad (with J3 jumpers removed of course) was drawing barely a uA in LP3 sleep mode using the sleepSeconds() function in Energia. I was thrilled. Then I figured that I should keep tabs on the battery level. To do this, I had to set analogReference to INTERNAL2V5 and use analogRead(11) to get the value. It works great. Below is a barebones snippet. The problem is that the current usage jumps to 180uA even in LP3 sle
  4. In at least two places the Energia documentation claims that LaunchPad pins can source or sink up to 40 mA. Is that true of all (or any) of the launchpads supported by Energia? (i.e., Stellaris/Tiva, Tiva Connected, MSP430, Fraunchpad, C2000, CC3200) For the Stellaris launchpad, the documentation for the LM4F120 gives drive strength options of 2, 4, or 8 mA, and says up to 4 pins can sink 18 mA. So where does the 40mA come from (or go to)? Yet energia.nu says: "LaunchPad pins can source (provide positive current) or sink (provide negative current) up to 40 mA (milliamps) of current to
  5. In the energia tutorial it says that "LaunchPad pins can source (provide positive current) or sink (provide negative current) up to 40 mA (milliamps) of current to other devices/circuits. " http://energia.nu/Tutorial_DigitalPins.html Is that correct for the Stellaris Launchpad? In the documentation for the LM4F120 it gives drive strength options of 2, 4, or 8 mA, and says up to 4 pins can sink 18 mA. Where does the 40mA come from? Can the MSP430 source/sink that much? I note that the Arduino documentation says the same 40mA, so wondered if this specification was accidentall
×
×
  • Create New...