|
904
|
Using Arduino / Installation & Troubleshooting / Re: No USB communication?
|
on: January 03, 2012, 01:48:17 pm
|
|
I have 2 UNO boards. No insertion bong here on board A. I've noticed that it should bong even without a 328. Green light is on. How can I verify it is the USB chip? How did I blow it? It looks like there is no easy way for me to replace it. Does anyone repair these online? Shipping will probably be about the same as buying another?
Is it OK to use USB power and 12v external power at the same time? I needed 12v power to go to Vin pin like normal for my working Sketch. But I wanted to read serial debugging at the same time. Is this how I blew it? I was going to try the same thing again with board B.
I think I put 12v briefly on digital pin 2. I would have expected to blow the 328. USB chip instead?
|
|
|
|
|
906
|
Using Arduino / Project Guidance / Re: Capturing jpeg from camera to sd card
|
on: January 02, 2012, 09:27:30 am
|
|
Is there any hardware that can turn video into compressed serial data less than 9kB/sec? How about a way to convert a USB webcam? That's not going to work it's uncompressed. How about a video camera module with serial output like the JPEG camera? A chip to compress NTSC and output serial data?
|
|
|
|
|
910
|
Using Arduino / Project Guidance / Re: NEWB trying to work with Nano
|
on: December 30, 2011, 10:55:09 am
|
|
Detecting the lean angle of a motorcycle is difficult, especially at higher speeds. It requires an expensive gyro, not an accelerometer. A few companies have spent millions of dollars trying to find a better solution. It would be much easier if there were no vibration nor extreme changes in angle. There is an alternative using GPS data. Unfortunately it will not react nearly fast enough to keep a video camera stable or level.
I love motorcycles and video photography. You're going to want image stabilization in post production anyway to reduce the vibration in the video. As long as you're doing that, use a wide angle lens and set the parameters to keep the horizon level. This will work great at angles up to 30 deg, as long as you're not racing.
|
|
|
|
|
911
|
Using Arduino / Project Guidance / Re: Measure distance between 2 circuits
|
on: December 30, 2011, 10:40:00 am
|
|
Unfortunately the frequency of the linkage clicks changes with RPM. Even if I tried to keep a constant speed it would vary way too much, of course.
I like your idea it is so simple! Maybe there is a way to measure the energy level of each individual click from the linkage. It would be much easier to measure the total energy in a second. I can assume the RPM is roughly constant from 1 second to the next.
Distance = C / sqrt (sound energy level) ?
Do you think I might get 1 meter accuracy? I believe it might work, out to 20m or more, if there was no other sounds.
|
|
|
|
|
912
|
Using Arduino / Project Guidance / Re: Measure distance between 2 circuits
|
on: December 29, 2011, 09:43:41 am
|
|
OK so I can make a repeating pulse with PWM() or a 555. Which is more stable? I understand what you said about missed readings. And how to calibrate it for temperature and humidity. One thing at a time, 3D comes later. We have decided that it will be difficult to receive a click on the helicopter due to all the high frequency clicks already in the blade linkages 3" away. I'm sending a repeating pattern of clicks from the helicopter? What am I measuring, the time between them? Please explain. It may only change by 50us. This way I can detect that it's coming or going. But it will give me no indication of its current position/distance? Assuming the angle is unchanging, can I get a rough idea of distance from the magnitude of the click?
Maybe I should use RF to trigger each click from the helicopter. What type of receiver can I use that is light weight?
|
|
|
|
|