I have made a basic POV display using a Genie E18 PIC and 'BASIC code'. I am now looking to upgrade this by using an arduino mega. [I will discard the old project and start from scratch.] I am planning to put the system on a bike wheel. I am looking for some advice on how to know when the LEDs are at a particular position on the wheel. I have thought about using a hall effect sensor and a stationary magnet mounted on the bikes frame to do this. What I want to know is if there are other options that are more suitable or if this is the way to go. The sensor needs to react very quickly as the wheel will be revolving very quickly (around 1000rpm) and it must be precise.
Dont use a integrated hall switch , just get a hall transistor and do a bit if signal conditioning. it will be good for a few khtz
You need a fixed point of reference from which to start your display calculations.
A nice PID might also be good to soothe out minor fluctuations or even do a bit of predictive so that the display remain stable during acceleration an deceleration
Bainesbunch:
A nice PID might also be good to soothe out minor fluctuations or even do a bit of predictive so that the display remain stable during acceleration an deceleration
Excuse my lack of knowledge, but what is a PID / how do I set it up and use it?
Bainesbunch:
A nice PID might also be good to soothe out minor fluctuations or even do a bit of predictive so that the display remain stable during acceleration an deceleration
Excuse my lack of knowledge, but what is a PID / how do I set it up and use it?
Try goggling it first, then if you dont understand it come back to me.
If I am to use a bluetooth shield along with this to allow wireless rewriting of the display message, would this mean that I will have less inputs and outputs available from the arduino?
Or is there a better way of wirelessly communicating with the arduino in order to change the message?
Bainesbunch:
A nice PID might also be good to soothe out minor fluctuations or even do a bit of predictive so that the display remain stable during acceleration an deceleration
Excuse my lack of knowledge, but what is a PID / how do I set it up and use it?
Try goggling it first, then if you dont understand it come back to me.
I've googled it and don't really get how to integrate it into this. Could you provide me with a link to somewhere that will explain it?