Show Posts
|
|
Pages: 1 2 [3] 4 5
|
|
31
|
Using Arduino / Sensors / Re: dmp on MPU6050
|
on: August 19, 2012, 09:59:28 am
|
Never mind, guys. Got it working. I hadn't noticed the define statements were commented, i had to uncomment them to get the readings. But I haven't got the teapot application working though  It just doesn't move. If anyone does get it, Please help me out.
|
|
|
|
|
32
|
Using Arduino / Sensors / Re: dmp on MPU6050
|
on: August 19, 2012, 09:30:44 am
|
|
Sorry, for using your thread. I happened to have your same problem. Like Krodal said, i connected INT of my MPU-6050 to digital pin 2 of the arduino, still the serial monitor displays junk values. Any idea what i should do?
|
|
|
|
|
35
|
Using Arduino / Sensors / Re: simulate MPU-6050.
|
on: August 14, 2012, 11:47:41 am
|
|
Sorry for the late reply. @krodal As a matter of fact, i did try your code and it worked perfect. Now i wanted to have some visual feedback, so decided to look ways on simulating it.
@freak174 i registered in invensense, but still was not able to download their teapot software zip. It's not freeware? I did try downloading it from another site, but it returned an error during installation. The code seems to be fine. I also added the MPU6050 and the i2cdev library files.. Is there any other place where i can get my hands on the teapot software?
Thanks
|
|
|
|
|
36
|
Topics / Robotics / Re: Controlling Robot Using cellphone
|
on: August 11, 2012, 03:36:30 am
|
The project you linked to is a perfect example. What does it matter if the phones allow you to control the robot from miles away if you have no means of feedback once it's out of your sight. How do you control something if you don't know where it is and what's around it? If the phone in the robot has a camera, you could place a video call to the phone, so you'll be getting a visual feedback. So I'm pretty sure you control it miles away, provided, there is cell phone coverage.
|
|
|
|
|
37
|
Topics / Robotics / Re: Controlling Robot Using cellphone
|
on: August 11, 2012, 03:27:59 am
|
|
You would need a dtmf decoder ic. It actually converts the different frequencies that is produced in the key strokes to a digital signal. You could use these digital signals as input to your microcontroller. Connect your dtmf ic to the mobile in your robot, take the digital outs from the dtmf ic to the arduino.
|
|
|
|
|
38
|
Using Arduino / Sensors / simulate MPU-6050.
|
on: August 11, 2012, 02:49:07 am
|
|
Hey.
Is there any way i could simulate my MPU-6050, using the teapot or MWC software, I've been searching for the correct arduino sketch plus the correct version of the software, I have a feeling that my simulation is not working because i'm getting those two wrong. Could anyone give me correct links? I'm using arduino version 1.0.1.
Thanks
|
|
|
|
|
43
|
Using Arduino / Sensors / Help needed with the MPU-6050.
|
on: August 04, 2012, 03:00:06 am
|
I recently purchased the MPU-6050 from ebay. I've always been skeptical about buying from ebay, and luckily they have a 14 day return policy, if it is damaged. So, i need to check its working asap. As i'm new to interfacing with i2c, i thought for the time being i'd use this code from http://arduino.cc/playground/Main/MPU-6050 to check if my component works. But it shows compile error "F was not declared in scope" ( Serial.println(F("InvenSense MPU-6050")); ) Could someone help me out? Thanks in advance.
|
|
|
|
|