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 & Tria 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
Sensors
  • Technologies
  • More
Sensors
Sensor Forum The right sensor to measure acceleration?
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Sensors to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 4 replies
  • Subscribers 344 subscribers
  • Views 806 views
  • Users 0 members are here
Related

The right sensor to measure acceleration?

Former Member
Former Member over 13 years ago

Hello Everyone and ADVthanksANCE for any input you have.

 

I'm looking for the proper sensor to measure the acceleration of a frisbee. I will be mounting it to the bottom of a frisbee on a PCB I design utilizing most likely an ATMEL AVR microcontroller. I'm in the early design stages so don't have many answers nor are there many requirements decided on. I plan on drilling holes into a frisbee and placing LED's strategically. The LED's I wan't to light up based on the measured acceleration. The faster the frisbee travels or the spin measured, the more lit up it will be. Cost is certainly a consideration since the project is a playtoy and an opportunity to learn from. It won't be marketed nor is it something I plan on showing off to anyone other than my buddy's at night trying to play catch in the dark. I'm trying to figure out the proper sensor to use in this case.

 

Thanks again,

 

Matthew

  • Sign in to reply
  • Cancel
Parents
  • GregC
    0 GregC over 12 years ago

    I believe that a Gyro sensor would be definitly better to measure the rotation of a frisbee than an accelerometer but it is much more expensive image

    If cost is a constraint (you never know, may be your luminous frisbee will be the toy of the summer 2013 and be sold millions units), I would recommend to consider Freescale MMAxxxx or ST LIS3xxxx accelerometer, which are cheaper image

      

    May be you could start prototyping just with the Freescale ZSTAR3 reference design demonstrating Freescale accelerometers, Zigbee radio solutions and 8-bit S08 MCU family.

    This demo is based on two boards :

    - a standalone battery powered board featuring the accelerometer and a System on Chip embedding the radio transceiver and an 8-bit MCU from the Freescale S08 family (MC13213) that you could stick on the frisbee to measure the acceleration

    - an USB dongle featuring a radio transceiver (MC13191) and an 8-bit MCU embedding an USB device controller (MC9S08JW).

    Sensor board is available in two versions : based on a digital accelerometer MMA7455 or based on an analog accelerometer MMA7660 (higher bandwith but need a good ADC in the mcu) ?

      

    Sensor board RD3172MMA7455LRD3172MMA7455L is sold in Farnell store and costs less than 40£

        

    imageimage

         

       

    Another alternative could be to acquire a Freescale Freedom board based on a newer MCU from the Kinetis family (ARM Cortex-M core) as they all embeds the digital accelerometer Freescale MMA8455.

    I would recommend you the FRDM-KL05ZFRDM-KL05Z sold down to 8£ by Farnell UK, which is based on a small Kinetis-L mcu (ARM Cortex-M0+) : the MKL05Z32VFM4 with 32KB of flash in QFN32 package.

       

    image

          

    Every Freedom boards (FRDM-KL25Z, FRDM-KL05Z, FRDM-K20D50M) embeds an innovative multimode debugger (OpenSDA) so you don't need to invest in an expensive probe to program, debug your project.

    Freescale Codewarrior is a free developpement suite for Freescale MCUs and the Special edition allow you to compile for free up to 64KB of code for a Kinetis-L (ARM Cortex-M0+) target and 128KB of code for a Kinetis-K (ARM Cortex-M4) target. Processor Expert (included in Codewarrior) might be very helpfull if you are not familiar with Freescale MCUs or development tool. It is a code generator tool with prebuild components.

    Every Freedom boards are compatible with Arduino shields so you could simply associate it with a LED driver Arduino shield like in the following demo based on a HL1606 driver chip found HERE

    If you are interested in more information concerning the Freedom development platform, looking for tutorials or project examples (like how program the Kinetis-L05 to drive an RGB LED based on the Accelerometer measurements), I would definitly recommend you this dedicated section in the Knode

      

    You don't have permission to edit metadata of this video.
    Edit media
    x
    image
    Upload Preview
    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • GregC
    0 GregC over 12 years ago

    I believe that a Gyro sensor would be definitly better to measure the rotation of a frisbee than an accelerometer but it is much more expensive image

    If cost is a constraint (you never know, may be your luminous frisbee will be the toy of the summer 2013 and be sold millions units), I would recommend to consider Freescale MMAxxxx or ST LIS3xxxx accelerometer, which are cheaper image

      

    May be you could start prototyping just with the Freescale ZSTAR3 reference design demonstrating Freescale accelerometers, Zigbee radio solutions and 8-bit S08 MCU family.

    This demo is based on two boards :

    - a standalone battery powered board featuring the accelerometer and a System on Chip embedding the radio transceiver and an 8-bit MCU from the Freescale S08 family (MC13213) that you could stick on the frisbee to measure the acceleration

    - an USB dongle featuring a radio transceiver (MC13191) and an 8-bit MCU embedding an USB device controller (MC9S08JW).

    Sensor board is available in two versions : based on a digital accelerometer MMA7455 or based on an analog accelerometer MMA7660 (higher bandwith but need a good ADC in the mcu) ?

      

    Sensor board RD3172MMA7455LRD3172MMA7455L is sold in Farnell store and costs less than 40£

        

    imageimage

         

       

    Another alternative could be to acquire a Freescale Freedom board based on a newer MCU from the Kinetis family (ARM Cortex-M core) as they all embeds the digital accelerometer Freescale MMA8455.

    I would recommend you the FRDM-KL05ZFRDM-KL05Z sold down to 8£ by Farnell UK, which is based on a small Kinetis-L mcu (ARM Cortex-M0+) : the MKL05Z32VFM4 with 32KB of flash in QFN32 package.

       

    image

          

    Every Freedom boards (FRDM-KL25Z, FRDM-KL05Z, FRDM-K20D50M) embeds an innovative multimode debugger (OpenSDA) so you don't need to invest in an expensive probe to program, debug your project.

    Freescale Codewarrior is a free developpement suite for Freescale MCUs and the Special edition allow you to compile for free up to 64KB of code for a Kinetis-L (ARM Cortex-M0+) target and 128KB of code for a Kinetis-K (ARM Cortex-M4) target. Processor Expert (included in Codewarrior) might be very helpfull if you are not familiar with Freescale MCUs or development tool. It is a code generator tool with prebuild components.

    Every Freedom boards are compatible with Arduino shields so you could simply associate it with a LED driver Arduino shield like in the following demo based on a HL1606 driver chip found HERE

    If you are interested in more information concerning the Freedom development platform, looking for tutorials or project examples (like how program the Kinetis-L05 to drive an RGB LED based on the Accelerometer measurements), I would definitly recommend you this dedicated section in the Knode

      

    You don't have permission to edit metadata of this video.
    Edit media
    x
    image
    Upload Preview
    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
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