<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Elevator test unit</title><link>/challenges-projects/project14/diytestequipment/b/blog/posts/elevator-test-unit</link><description>one diy test unit I want to build is a g-force accelerometer tested for elevators. Prefer a Bluetooth enabled box you put inside an elevator that when it is sent up it will record the travel speed, acceleration, start and stoppong force. It bit I had</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Elevator test unit</title><link>https://community.element14.com/challenges-projects/project14/diytestequipment/b/blog/posts/elevator-test-unit</link><pubDate>Wed, 30 Aug 2017 01:52:01 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3497fef2-9bf0-4b51-8ac2-2103a123f44b</guid><dc:creator>jw0752</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Another aspect of elevators that might be problematic is that they usually take a couple seconds to settle or completely stop as they reach their destinations. Due to the low velocity and deceleration at these points the time becomes the dominate parameter and will likely throw off calculations of distance and velocity.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;John&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=3479&amp;AppID=175&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Elevator test unit</title><link>https://community.element14.com/challenges-projects/project14/diytestequipment/b/blog/posts/elevator-test-unit</link><pubDate>Tue, 29 Aug 2017 16:46:19 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3497fef2-9bf0-4b51-8ac2-2103a123f44b</guid><dc:creator>dougw</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;You can figure out (or calibrate) the distance by the trip time, because the precise distance is quantized (by the number of floors).&lt;/p&gt;&lt;p&gt;You can get the average speed by dividing the distance by the time of the trip.&lt;/p&gt;&lt;p&gt;If you plot the number of floors versus the average speed it will be a curve because the acceleration &amp;amp; deceleration will be less of a factor on longer trips.&lt;/p&gt;&lt;p&gt;The asymptote of the curve will be the actual speed.&lt;/p&gt;&lt;p&gt;Individual trip speed just requires a small time (about equal to the accel &amp;amp; decel&amp;nbsp; time/2) subtracted from the trip time before dividing distance by time to get speed.&lt;/p&gt;&lt;p&gt;A Bluetooth arduino is more than adequate for this task. It would need an accelerometer to detect the stop at each floor.&lt;/p&gt;&lt;p&gt;If you know the distance it travels at constant speed, the accelerometer can tell when the speed is constant, so the distance divided by the time it spends at constant speed is the speed.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=3479&amp;AppID=175&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Elevator test unit</title><link>https://community.element14.com/challenges-projects/project14/diytestequipment/b/blog/posts/elevator-test-unit</link><pubDate>Tue, 29 Aug 2017 15:02:39 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3497fef2-9bf0-4b51-8ac2-2103a123f44b</guid><dc:creator>popupideas</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Thank you everyone for the input! wow. &lt;/p&gt;&lt;p&gt;I don&amp;#39;t know if the following information would be helpful but:&lt;/p&gt;&lt;p&gt;You can do a pretty decent calculation of travel distance on most elevators (there are exceptions that one would have to measure)&lt;/p&gt;&lt;p&gt;And the Acceleration and deceleration distances are usually consistent. 18-26 inches. Because these numbers are rough I know it would not give extremely accurate information. &lt;/p&gt;&lt;p&gt;I never considered the barometric pressure option. I will have to look into that a bit more. I had considered this idea for a unit would also be useful for diy rocket and NEO balloon projects.&lt;/p&gt;&lt;p&gt;Thank you again for everyone that gave their time and thoughts to this.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=3479&amp;AppID=175&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Elevator test unit</title><link>https://community.element14.com/challenges-projects/project14/diytestequipment/b/blog/posts/elevator-test-unit</link><pubDate>Mon, 28 Aug 2017 18:14:36 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3497fef2-9bf0-4b51-8ac2-2103a123f44b</guid><dc:creator>DAB</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Interesting Idea.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would go with an RPi with a sensor hat.&lt;/p&gt;&lt;p&gt;You get the 3-axis accelerometer, temp, humidity, and I think a barometer and magnetometer.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;DAB&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=3479&amp;AppID=175&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Elevator test unit</title><link>https://community.element14.com/challenges-projects/project14/diytestequipment/b/blog/posts/elevator-test-unit</link><pubDate>Mon, 28 Aug 2017 02:46:51 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3497fef2-9bf0-4b51-8ac2-2103a123f44b</guid><dc:creator>jw0752</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;Hi Chris,&lt;/p&gt;&lt;p&gt;The only way to get velocity will be to measure the acceleration and integrate it over the time of the acceleration. If you are lucky and the acceleration is constant then you can get away with just measuring the acceleration and the amount of time it is applied. V=at. Once you have calculated the velocity you can calculate the other parameters. Accuracy of the instrument will all be tied to the accuracy of the accelerometer and synchronization with the timer.&lt;/p&gt;&lt;p&gt;John&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=3479&amp;AppID=175&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>