element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • 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
  • 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
NanoRama
  • Challenges & Projects
  • Project14
  • NanoRama
  • More
  • Cancel
NanoRama
Blog Nano Rocket #2 : An Accelerating Truck
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join NanoRama to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: dubbie
  • Date Created: 21 Apr 2020 3:27 PM Date Created
  • Views 838 views
  • Likes 6 likes
  • Comments 4 comments
  • nano sense
  • accleration
Related
Recommended

Nano Rocket #2 : An Accelerating Truck

dubbie
dubbie
21 Apr 2020

Whilest pondering on the acceleration data obtained from the Nano 33 BLE Sense which I have incorporated into a hand thrown 'rocket' and wondering what mathematical manipulations to perform on it in order to obtain some understandable data, it occurred to me that I could perform a simpler experiment which might aid my understanding. I remembered from my A Level Physics classes using a paper tape ticker to measure velocity as a truck accelerated down a ramp, under the force of gravity. It seemed to me that I could use the Nano Sense to measure the acceleration of such a truck directly as it rolled down a ramp, which should be a much simpler task than understanding the acceleration of a hand thrown rocket.

 

The Truck

 

I just happened to have a longish piece of MDF (obtained from the off-cuts box at the local DIY store some months ago now - very low cost!) which would make a good track for the truck. Also, I realised that I could use the chassis from my 1DUltraBot (1DUltraBot #3 : Finished (and working!) ) by removing the top parts and fixing the existing Nano Rocket to it, as shown below:

 

image

 

Nothing else has changed so the circuit and the software can be seen in the previous Blog - see above. The batteries are just there to be extra mass so that the truck will accelerate more, they are not connected.

 

Then all that was necessary was to put the truck at the top of the track, push the reset, wait for the 'go' signal (LED flashed on for one second) and then tip it down the track, see the video below:

 

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

 

There was a teething problem in that when the truck hit the wall and stopped, the de-acceleration was so high that it rattled the battery in the battery holder and caused a hardware reset - which wiped out the collected data. So, A soft bumper, otherwise known as a jumper, was placed at the end of the track to reduce the de-acceleration. This did work, although not every time, as illustrated in the video. However, a satisfactory run was made and data collected. Using Google Sheets I plotted the acceleration data and produced the graph shown below:

 

image

 

Not quite what I was expecting. However, there is the initial 'quiet' period at the beginning and then some (slightly) increasing values as the truck accelerates down the ramp, followed by the abrupt de-acceleration period, clearly visible as the large spikes. What I was not expecting was the spikey nature of the acceleration data obtained between the start and the finish. It does seem as if the peaks are increasing towards the end, indicating increased acceleration. To try and obtain a clearer picture I just plotted the X coordinate of acceleration separately.

 

image

 

From this graph it looks as if there is no acceleration as such, but there is some sort of vibration.

 

After thinking about this I realised that I think I may have been confusing velocity with acceleration. The acceleration for this truck is going to be that due to gravity (reduced by the angle of the track) and should be constant. The vibration observed is probably due to the 'rattling' of the hard plastic wheels on the hard surface of the track. These peaks do seem to be increasing in size, as would be expected as velocity increases.

 

So, some nice results, I think! but not quite what I was expecting. But, it does start to help with my thinking of acceleration and velocity. I think I will need more experiments and some more pondering!

 

Dubbie

  • Sign in to reply

Top Comments

  • DAB
    DAB over 5 years ago +2
    You could do a lot of interesting projects with your little truck. Try using the acceleration to determine velocity and distance. You can try to do a simple inertial measurement unit to keep track of position…
  • genebren
    genebren over 5 years ago +1
    Dubbie, The data does seem a bit more reasonable, in that there is a clear z-axis (yellow) that shows ~1 G. The x and y show the impact quite well. I assume that the blue trace was inline with the forward…
  • dubbie
    dubbie over 5 years ago in reply to DAB +1
    I hadn't thought of using an inertial system, I was thinking of using a more physical sensor on the Nano Sense such as the light detector and put bars across the top of the ramp, or encoders on the wheels…
  • dubbie
    dubbie over 5 years ago in reply to genebren

    Gene,

     

    Thanks for these ideas. There does seem to many possibilities for using this data.

     

    Dubbie

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • dubbie
    dubbie over 5 years ago in reply to DAB

    I hadn't thought of using an inertial system, I was thinking of using a more physical sensor on the Nano Sense such as the light detector and put bars across the top of the ramp, or encoders on the wheels. The inertial sensor might be simpler.

     

    Thanks

     

    Dubbie

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • genebren
    genebren over 5 years ago

    Dubbie,

     

    The data does seem a bit more reasonable, in that there is a clear z-axis (yellow) that shows ~1 G.  The x and y show the impact quite well.  I assume that the blue trace was inline with the forward movement (perhaps inverted, or pointing away from the motion, as the large positive spike seems to show acceleration versus deceleration).  The noise could be caused by slight out of roundness of the wheels or surface imperfections in your MDF.

     

    Integrating the acceleration (or even simple adding/accumulating), might show you the velocity.

     

    Anyway it looks like progress and fun!

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • DAB
    DAB over 5 years ago

    You could do a lot of interesting projects with your little truck.

     

    Try using the acceleration to determine velocity and distance.

    You can try to do a simple inertial measurement unit to keep track of position based upon acceleration and time.

     

    DAB

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
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