ElectricRiding
1 µW
this looks cool!
hopefully someone can come up with a solution
hopefully someone can come up with a solution
The actual sensor itself doesn't deal with vibrations well, becuase it constnatly jiggles the ball around. It would require a very heavy ball nearly vertical to gravity / g-forces to damp the vibrations much in a situation like a road vehicle.ress said:I have no idea how well a ball tilt sensor deals with vibrations but at least the sensitivity is adjustable.
ress said:I just ordered this 2 channel tilt sensor: http://www.ebay.com/itm/331399882278?_trksid=p2060778.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT
amberwolf said:The actual sensor itself doesn't deal with vibrations well, becuase it constnatly jiggles the ball around. It would require a very heavy ball nearly vertical to gravity / g-forces to damp the vibrations much in a situation like a road vehicle.
But you can build your sensor processing electronics or program to filter out the extraneous data from the vibrations, keeping in mind that it is also going to filter out some of the position data at the same time (because the vibrations themselves override it).
adriftatsea said:You're going to have a frustrating time :/ On the upside, you can always desolder the sensors and you have a nice set of SSRs to play with.
Amberwolf is correct - these are prone to vibration and will require filtering even for simple things like 'is my bike upside down?'.
You can get a MEMs solid state accelerometer for under $2 if you can trace your own PCB and not much more for 'breakout boards' from the usual hobby electronics vendors. In my use case, the service visits far exceeded the price of the sensor. In this case, the medical bills will be far more expensive than the sensor(s)if something goes wrong at speed.
At the least, I think you'll need an accelerometer package with 'dead reckoning' built into the chip. To do it the 'right way' (launch control, infinite wheelies, etc) you'll likely need to read wheelspeed on both wheels and use two accelerometers (one on the main frame 'triangle' and one on the front fork hub.
ress said:What do you think of a ADXL335 along with a Arduino Uno R3?
Megabyke said:I still think that an arduino and this accelerometer/gyro is the way to go: http://www.amazon.com/Kootek-Arduino-MPU-6050-gyroscope-accelerometer/dp/B008BOPN40
adriftatsea said:The best thing to do would browse all the Arduino + Accelo tutorials and see the capabilities of various chipsets.
John in CR said:I wish this much effort went into getting variable regen for standard controllers.
izeman said:such an anti skid implementation would be quite simple: a speed sensor on the front wheel, one on the rear wheel, and if the both differ too much you slow down the driven wheel. abs for a bike is not that simple at least not w/o adding additional hardware.gogo said:BMW does it on their 200 HP motorcycles. They also have sensors for braking, lean angle, and traction control that affect the suspension rates. Such sensors would be great for front wheel drive on ebikes.
Punx0r said:Bear in mind that normal riding (acceleration, braking, hitting bumps, going up/down slopes) will also create large changes in front/rear weight distribution...
gwhy! said:my tilt sensors also came today but I have had no time to play with it yet, hopefully soon.
gwhy! said:gwhy! said:my tilt sensors also came today but I have had no time to play with it yet, hopefully soon.
Update : my sensor arrived ( http://www.ebay.co.uk/itm/LM393-Single-Axis-Tilt-Sensor-SCA60C-Tilt-Detection-Sensor-Module-For-Arduino-/400749837718 ) I have had a bit of time to have a quick play with it..
output stability is not to bad but will also need a bit of filtering.. the spec says that it will do 0-180 degrees ( 0.5v - 4.5v ) this appears to be a big error as the total span is 90 degrees .. ( -45 to 45 degrees ) this is still usable a wheelie sensor ..
liveforphysics said:gwhy! said:gwhy! said:my tilt sensors also came today but I have had no time to play with it yet, hopefully soon.
Update : my sensor arrived ( http://www.ebay.co.uk/itm/LM393-Single-Axis-Tilt-Sensor-SCA60C-Tilt-Detection-Sensor-Module-For-Arduino-/400749837718 ) I have had a bit of time to have a quick play with it..
output stability is not to bad but will also need a bit of filtering.. the spec says that it will do 0-180 degrees ( 0.5v - 4.5v ) this appears to be a big error as the total span is 90 degrees .. ( -45 to 45 degrees ) this is still usable a wheelie sensor ..
If you have a single axis, you are helpless to know horizon line in an accelerating vehicle. It's like trying to reference vehicle angle of an accelerating motorcycle by knowing the angle water is sitting in a cup on the motorcycle.
This is the most simple unit I would personally bother with for attempting to maintain a concept of horizon line for an accelerating motorcycle going over bumpy surfaces.
https://www.sparkfun.com/products/10736
Punx0r said:The sensor if equally sensitive to forward acceleration as it is to tilting (gravitational acceleration). There's still a mechanical arm in there that acts just like a pendulum or plumb-line.
Try sliding it back and forth quickly on a smooth flat table and observe the indicated angle on the output.