Last night, I tried to upgrade my LG gt540 to android 2.2 and it worked. However, there is a little problem about the wifi, so I decided to reflash the ROM. Unfortunately, it showed the message of blue error handler. Even I tried another ROM, sometimes it would stuck in the opening screen keeping show "ANDROID". But now I solved the problem. Here is my solution.
1. Download the B2CAppSetup from LG website. (We need this program to install the drivers of LG gt540)
2. You have to prepare the KDZ_FW_UPD_EN program to flash the ROM. You can download from here.
3. Prepare ROM: I have tried many, finally the v20a_00france.kdz was successfully flashed. You can download from here.
4. Then use KDZ_FW_UPD_EN to flash the ROM.You have to let your phone enter the download mode (volume down + Power)
5. After flashing the ROM, the phone may stuck in showing "ANDROID". If so, then use KDZ_FW_UPD_EN flash the V20D_00FB.kdz again, because later we need to use fastboot.
6. After flashing V20D_00FB.kdz, your phone may still stuck in showing "ANDROID". Then shut it down and hold the camera button then plug the USB to let you phone into the fastboot mode. Then you can follow the instruction of upgrading LG gt540 to android 2.2.
This simple project is what I really want to do before. I used Biopac system to amplify my EMG signals and acquired these signals by NI USB-6009.
##CONTINUE##
Originally, I want to use serial communication to send the control signals to arduino, but I don't know how to send the unsigned long integer in labview instead of string. As the result of that, I used USB-6009 to generate analog output to arduino.
Every hardware thing is ready, next is to write the program. As I mentioned before, I used labview to acquire EMG signals, so I just acquired the signals, calculated by RMS, and transformed the number into the range 0-5 to have the USB-6009 generate analog output voltage between 0 and 5.
The arduino program is also very simple. It just uses analogInput to receive the voltage from USB-6009 and controls the servo by the voltage value.
However, as you can see, the control is not good. I think this is the key point that I need to establish a good control strategy in the future.
I made it to control my robotic arm originally. However, it's bad looking, so I used wii nunckuk instead.
##CONTINUE##
Yesterday, I was thinking how I can do to simply model hand motion and display in computer screen. I am not good at 3D painting, so I used RGB cube that I saw some people used it to demonstrate some programs. You can also find the processing code from the above link.
In this simple project, I used two potentiometers to control two axises. I am sorry that I don't have any idea to use the flex sensor, but I pasted it before, so I did not take it out.
And I only add some codes in RGB cube code.
In void setup
println(Serial.list());// List all the available serial ports
myPort = new Serial(this, Serial.list()[1], 9600);
//You have to import serial class before.
//import processing.serial.*;
//Serial myPort; // The serial port
Continue by the Robotic arm controlled by wii nunchuk. I changed the material corrugated to acrylic, so it must be more consolidated. Also, I saw some videos on the youtube about grippers and tried to design my Robot Gripper.