element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Embedded and Microcontrollers
  • Technologies
  • More
Embedded and Microcontrollers

Blog

  • Blog
  • Forum
  • Documents
  • Quiz
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Embedded and Microcontrollers to participate - click to join for free!

Blog

  • Tags
  • Subscribe by email
  • More
  • Cancel
  • EasyL1105 GUI Composer Demo: JSON interface between MSPM0 and PC GUI

    EasyL1105 GUI Composer Demo: JSON interface between MSPM0 and PC GUI

    Jan Cumps
    Jan Cumps
    Texas Instrument's GUI Composer can be used to design with LCD displays. But it also has a useful API for the MSPM0: JSON communication over UART. This is a low footprint mechanism where you can exchange data with a PC GUI, or with another ...
    • 16 Oct 2025
  • measure MSPM0 low power modes

    Jan Cumps
    Jan Cumps
    In  advanced XDS110 debugger use with EasyL1105 MSPM0 board: EnergyTrace I used TI's EnergyTrace to get the power use of a low power EasyL1105 design. To get at the current use at real low power modes, I use the design w...
    • 11 Oct 2025
  • Low Power Compact LCD example for the EasyL1105 MSPM0 board

    Low Power Compact LCD example for the EasyL1105 MSPM0 board

    Jan Cumps
    Jan Cumps
    Port of  Building a Low Power Compact LCD Display to TI's MSPM0 controller. I use  EasyL1105: A Dev Board for the TI ARM Cortex-M0+ L-Series . This port can be used on any MSPM0 launchpad or board. LCD It's a low p...
    • 10 Oct 2025
  • efficient sprintf() string format lib for lower range microcontrollers

    Jan Cumps
    Jan Cumps
    I'm learning the ins and outs of an MSPM0 controller. I'm using an MSPM01105, that's low on power use. But also low on available memory.I tried to use the standard C library's sprintf() function in a project, to format a string with a few i...
    • 4 Oct 2025
  • PID temperature controller for the EasyL1105 MSPM0 board - Pt. 3: PWM

    PID temperature controller for the EasyL1105 MSPM0 board - Pt. 3: PWM

    Jan Cumps
    Jan Cumps
     shabaz designed a development kit for the recent Texas Instruments MSPM0 microcontroller series. This 4 part blog series documents the steps to design a PID temperature controller. Part 3: add PWM to generate a PID ...
    • 2 Oct 2025
  • PWM example for the EasyL1105 MSPM0 board

    Jan Cumps
    Jan Cumps
    TI's SDK for the MSPM0 family has a set of examples. They are all targeting one of their LaunchPad dev kits. In this post, I'm porting another one to the EasyL1105. The example, pwm_led_driver, changes the brightness of an LED by changing t...
    • 29 Sep 2025
  • PID temperature controller for the EasyL1105 MSPM0 board - Pt. 2: ADC

    PID temperature controller for the EasyL1105 MSPM0 board - Pt. 2: ADC

    Jan Cumps
    Jan Cumps
     shabaz designed a development kit for the recent Texas Instruments MSPM0 microcontroller series. This 4 part blog series documents the steps to design a PID temperature controller. Part 2: add ADC to sample the temperatu...
    • 27 Sep 2025
  • PID temperature controller for the EasyL1105 MSPM0 board - Pt. 1: framework

    PID temperature controller for the EasyL1105 MSPM0 board - Pt. 1: framework

    Jan Cumps
    Jan Cumps
     shabaz designed a development kit for the recent Texas Instruments MSPM0 microcontroller series. This 4 part blog series documents the steps to design a PID temperature controller. Part 1: the framework. (post that ...
    • 25 Sep 2025
  • 14 bit ADC oversample example for the EasyL1105 MSPM0 board

    Jan Cumps
    Jan Cumps
    TI's SDK for the MSPM0 family has a set of examples. They are all targeting one of their LaunchPad dev kits. In this post, I'm porting another one to the EasyL1105. The example, adc14_14bit_resolution, uses hardware to oversample the 12 bit...
    • 24 Sep 2025
  • GPIO wakeup example for the EasyL1105 MSPM0 board

    GPIO wakeup example for the EasyL1105 MSPM0 board

    Jan Cumps
    Jan Cumps
    TI's SDK for the MSPM0 family has a set of examples. They are all targeting one of their LaunchPad dev kits. In this post, I'm porting another one to the EasyL1105. The example, sysctl_shutdown, starts the MSPM0 in a selectable low pow...
    • 22 Sep 2025
  • ADC and Low Power SDK example for the EasyL1105 MSPM0 board

    Jan Cumps
    Jan Cumps
    TI's SDK for the MSPM0 family has a set of examples. They are all targeting one of their LaunchPad dev kits. In this post, I'm porting another one to the EasyL1105. The example, adc12_triggered_by_timer_event_stop, combines an ADC design with lo...
    • 18 Sep 2025
  • advanced XDS110 debugger use with EasyL1105 MSPM0 board: EnergyTrace

    advanced XDS110 debugger use with EasyL1105 MSPM0 board: EnergyTrace

    Jan Cumps
    Jan Cumps
    In an earlier post, I tested the EasyL1105 MSPM0 kit with Code Composer Studio and an XDS110 debug probe. That blog covered the standard functionality: program the device, step through the code. This time, I try the EnergyTra...
    • 14 Sep 2025
  • mods for EasyL1105 MSPM0 board Rev1

    mods for EasyL1105 MSPM0 board Rev1

    Jan Cumps
    Jan Cumps
     shabaz designed a development kit for the recent Texas Instruments MSPM0 microcontroller series. I have a Rev1, and have made a few modifications. In this post, I document them (mainly as a reminder for @self ). (post th...
    • 13 Sep 2025
  • Build Bootloader compatible firmware for EasyL1105 MSPM0 board with Code Composer Studio

    Build Bootloader compatible firmware for EasyL1105 MSPM0 board with Code Composer Studio

    Jan Cumps
    Jan Cumps
     shabaz designed a development kit for the recent Texas Instruments MSPM0 microcontroller series. In this post, I build a .HEX file that can be used with the Python bootloader for this board.Level: very easy. (post that i...
    • 12 Sep 2025
  • EasyL1105 MSPM0 board: hello, world

    EasyL1105 MSPM0 board: hello, world

    Jan Cumps
    Jan Cumps
     shabaz designed a development kit for the recent Texas Instruments MSPM0 microcontroller series. In this post, a little hello, world example. Complexity: low. (post that introduces the kit) Required hardware an...
    • 9 Sep 2025
  • Cheap debugger ($6) for EasyL1105 MSPM0 board

    Cheap debugger ($6) for EasyL1105 MSPM0 board

    Jan Cumps
    Jan Cumps
     shabaz designed a development kit for the recent Texas Instruments MSPM0 microcontroller series. In this post, I show how to use a LaunchPad as debugger for that board. Complexity: low. (post that introduces the kit) ...
    • 7 Sep 2025
  • Port an SDK example to the EasyL1105 MSPM0 board

    Port an SDK example to the EasyL1105 MSPM0 board

    Jan Cumps
    Jan Cumps
    TI's SDK for the MSPM0 family has a set of examples. They are all targeting one of their LaunchPad dev kits. In this post, I'm porting one to the EasyL1105. The example that I'll use is an FFT analysis design that's written for the LP-MSPM0C1106 laun...
    • 6 Sep 2025
  • Use TI Code Composer Studio with EasyL1105 MSPM0 board

    Use TI Code Composer Studio with EasyL1105 MSPM0 board

    Jan Cumps
    Jan Cumps
     shabaz designed a development kit for the recent Texas Instruments MSPM0 microcontroller series. In this post, I try to make it work with TI's toolchain: Code Composer Studio, and the XDS110 debugger. This introduction post&n...
    • 5 Sep 2025
  • Problem getting data from ST-WINBX1 sensors

    embeddedguy
    embeddedguy
    Hello Element14 Community members, I have been working on element14 roadtest for ST-WINBX1 and wanted to know about the problem that I am facing to get the sensor data. I am using Zephyr OS. I am getting the data for one accelerometer but after tha...
    • 26 Aug 2025
  • EasyL1105: A Dev Board for the TI ARM Cortex-M0+ L-Series

    shabaz
    shabaz
    Table of Contents Introduction Circuit Description 1. Microcontroller Core 2. USB UART 3. Voltage Regulator Circuit Board Building and Running an Example Project Summary   TLDR Section The easyL1105 is a TI MSPM0L1105 Development Board ...
    • 10 Aug 2025
  • C++ library for ST Teseo GPS - pt. 11: 7.0 release - stable

    Jan Cumps
    Jan Cumps
    The Teseo-LIV3 GPS module (as used in shabaz ' GPS / Galileo / BeiDou / GLONASS receiver) talks UART and I2C. I developed an OO driver and parser for it.The Raspberry Pico port of that library is now ready for release 7....
    • 2 Jul 2025
  • Quantum News: Zuchongzhi 3.0 Quantum Processor and Scientists Turn Light into a Supersolid

    Catwell
    Catwell
    USTC's Zuchongzhi 3.0 quantum processor outperforms modern supercomputers. (Image Credit: USTC) Researchers at the University of Science and Technology China (USTC) developed the fastest quantum processor called the Zuchongzhi 3.0, which outpace...
    • 27 Jun 2025
  • Maxxboard-OSM93 BSP bitbake issue

    mountain.liao
    mountain.liao
    Hello Guys, I tried to follow the document attached to build yocto BSP for my maxxboard-osm93, all the step successfully but when bitbake avnet-image-full, it keep get same error (attached log.txt)community.element14.com/.../log.txtcommunity.element1...
    • 13 Jun 2025
  • ESP32 I2C programming tutorial with ESP-IDF

    embeddedguy
    embeddedguy
    Table of Contents Blog List Introduction to I2C hardware I2C API in ESP-IDF Programming sequence References Blog List ESP32 UART tutorial ESP32 ADC tutorial Some time ago I wrote two blogs about programming ESP32 devices. One of them was abou...
    • 2 Jun 2025
  • Capacitors: Gain Insight Into Different Types and Their Applications

    Catwell
    Catwell
    (Image credit: Eric Schrader via Wikimedia) Capacitors are described as electronic components that store and release electrical energy as part of electrical or electronic circuits. They’re typically comprised of two conductive plates separate...
    • 20 May 2025
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube