0
Offline
Newbie
Karma: 0
Posts: 26
Arduiknows
|
 |
« Reply #75 on: October 08, 2009, 10:19:01 pm » |
1/2 mass * velocity squared
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Edison Member
Karma: 12
Posts: 1552
|
 |
« Reply #76 on: October 11, 2009, 02:07:30 pm » |
Hi, If you want to calculate the torque or power on wheel, you have to use something like this: Addition of Forces=m*a where forces involved are: Wheel force due engine & cinematic +Rolling force + Aerodinamic force + Force if you are sloping Fwheel+Cr*m*g+1/2*rho*Cx*A*v^2+m*g*sin(alpha)=m*aUsually, you use it in a straight and you could cancel m*g*sin (alpha). As Power=F*v where v is speed, you could know Power on wheel. The problem of a bike, that Cx depends a lot of driver and his position... Not easy to use this method in your application.... Cheers!!  Igor R.http://real2electronics.blogspot.com
|
|
|
|
« Last Edit: October 11, 2009, 02:10:18 pm by igorreal »
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 1
Arduino rocks
|
 |
« Reply #77 on: January 22, 2010, 09:10:09 pm » |
Hi bill2009, I have 3 motorcycles, and I just recieved my first arduino. And, I've dreamed of "upgrading" my '80s bikes for a long time. Thanks for the inspiration! Ever thought of an in-helmet HUD for your speed, temp, gear, plus? I'm so glad other people are doing this...
Nova Noon
|
|
|
|
|
Logged
|
|
|
|
|
|
|
ottawa, canada
Offline
God Member
Karma: 3
Posts: 973
Arduino rocks
|
 |
« Reply #79 on: January 22, 2010, 09:35:08 pm » |
It's flickered through my fevered brain. I sometimes look at those alarm clocks that can project the time on the ceiling and I think hmm.... At the moment I just have a simple array of 5 leds permaently mounted to show what gear the bike is in. Any other I/O is done by serial cable or bluetooth. My secret weapon is a new nerd-watch from TI that I'm hoping to mount on my handlebar as a wireless display. 
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 22
Arduino rocks
|
 |
« Reply #80 on: September 23, 2010, 06:41:24 pm » |
I just got the eZ430 watch the other day and was thinking exactly the same thing!!!
Actually I was thinking of a GPS/Arduino unit somewhere on the bike that will send real time speed info to be displayed on the watch...
Any idea where to start? I have even unpacked my watch (no time for a new project yet).
|
|
|
|
|
Logged
|
|
|
|
|
ottawa, canada
Offline
God Member
Karma: 3
Posts: 973
Arduino rocks
|
 |
« Reply #81 on: September 24, 2010, 06:46:58 am » |
I've given up on the watch (if anybody wants it speak up).
Basically you can only drive it from a USB host like a PC.
There's a lively community but nobody seems to be interested in arduino-type projects.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 22
Arduino rocks
|
 |
« Reply #82 on: September 24, 2010, 06:52:48 am » |
I think i can be driven by an arduino, but no library exists (that I know of) so some pretty in depth coding must be done! But it's possible. And not-so-easy projects are what drives us, right? 
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 26
Arduiknows
|
 |
« Reply #83 on: September 24, 2010, 08:47:54 am » |
I think you might have the watch backward, if I understand right the devkit lets you change the watch's programming, which can take sensor data and display it. http://focus.ti.com/docs/toolsw/folders/print/ez430-chronos.html?DCMP=Chronos&HQS=Other+OT+chronos#descriptionYou would need the Arduino to be attached to one of the sensor transmitters so the watch would receive the value, decode it and display it. The watch is reprogrammed via USB, but communicates by spy 2 wire or some kind of sensor wireless.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 22
Arduino rocks
|
 |
« Reply #84 on: September 24, 2010, 10:51:10 am » |
Yes tz, when I say "driven by an arduino" thats what I ment... 8-)
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 26
Arduiknows
|
 |
« Reply #85 on: September 24, 2010, 11:24:16 am » |
I was responding to:
Basically you can only drive it from a USB host like a PC.
It would be difficult to get a USB host on an arduino, but probably not whatever they are using for the RF sensors.
|
|
|
|
|
Logged
|
|
|
|
|
ottawa, canada
Offline
God Member
Karma: 3
Posts: 973
Arduino rocks
|
 |
« Reply #86 on: September 24, 2010, 12:13:47 pm » |
I think you might have the watch backward, if I understand right the devkit lets you change the watch's programming, which can take sensor data and display it. http://focus.ti.com/docs/toolsw/folders/print/ez430-chronos.html?DCMP=Chronos&HQ... You would need the Arduino to be attached to one of the sensor transmitters so the watch would receive the value, decode it and display it. The watch is reprogrammed via USB, but communicates by spy 2 wire or some kind of sensor wireless. I'd be delighted to be wrong. What's an example of a sensor transmitter? I looked at the technique being used for the heartrate monitor but it was proprietary hardware and software - not something I could tie in to. that link didn't seem to work for me by the way.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 26
Arduiknows
|
 |
« Reply #87 on: September 24, 2010, 01:45:40 pm » |
The CC1110 and or the CC1111 seems to be the chip that does the RF stuff and there are separate devkits for it, one using the USB dongle and it does mention virtual serial port. I don't know about the link - it works from here (in the USA). the CC1110 devkit page is at: http://focus.ti.com/docs/toolsw/folders/print/cc1110-cc1111dk.html You might want to try googling for the watch and or CC1110
|
|
|
|
|
Logged
|
|
|
|
|
ottawa, canada
Offline
God Member
Karma: 3
Posts: 973
Arduino rocks
|
 |
« Reply #88 on: September 24, 2010, 02:56:06 pm » |
Thanks. I did see those chips although not the $650 development kit. I keep an eye on the mailing list to see if anyone gets interested in micro to watch comm but i haven't seen it yet.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 1
Arduino rocks
|
 |
« Reply #89 on: October 31, 2010, 08:17:17 am » |
Nice color combi with the bike. Very nice gadget you have created. Good luck with the modifications. ------------------------------ blog
|
|
|
|
« Last Edit: October 31, 2010, 10:20:42 pm by 001aman »
|
Logged
|
|
|
|
|
|