Showing posts with label DIY. Show all posts
Showing posts with label DIY. Show all posts

Sunday, December 24, 2017

ZTE v795 disassembly and reassembly, screen replacement

Do it your self, follow the video instructions and make apart your cellphone, replace a screen or a digitizer.
See the video here:



Video link here: https://youtu.be/zdrL4aWSWAU





Reassembly:

Video link:  https://youtu.be/j9BtNi-H3H8

Tuesday, November 28, 2017

HTC S8 Button replacement

Step by step video guide. The easiest way to do it your self.


Part A


Youtube link:  https://youtu.be/6FYMtZgLitw



Part B


Youtube link: https://youtu.be/1DMq98ABiz8

Saturday, January 16, 2016

Arduino HC-06 bluetooth pc-button (schema and arduino code here)

The following project gives you the ability to switch on your desktop computer over bluetooth.

The way this thing works is:  You send a command over bluetooth (by pressing a key on your phone) and the electromagnet(attached on the arduino nano) connects two cables (that are acting as a switch).

The following circuitry support 5V and 12V electromagnets with the usage of PN222A transistor as shown 

It is necessary to connect those two cables direct on the mainboard of your pc (where the power button connector is  placed)

Another alternative could be a relay switch, but in this case I used an electromagnet.
 




Video on Youtube   --> https://youtu.be/ChciUi8SHEA





Arduino Code under this line:


//  voulios.blogspot.com (Technology Blog)
//  Chrysovalantis Eleftheriadis

int button = 8;  
int state;        //State '1' activates power-on button, state '0' deactivates it.
int flag=0;       //makes sure that the serial only prints once the state


void setup() {
    pinMode (button, OUTPUT);
    Serial.begin(9600);
}

void loop() {
    //if some date is sent, reads it and saves in state
    if(Serial.available() > 0){    
      state = Serial.read();
      Serial.println(state);  
      flag=0;
    }  
   
    if (state == '0') {   
        digitalWrite(button, LOW);
        if(flag == 0){
          Serial.println("Button is deactivated");
          flag=1;
        }
    }

    //Receives '1' from serial and activates the power button for 3 secs
    else if (state == '1') {
        digitalWrite(button, HIGH);     //activates the button
        delay(3000);                    //for three seconds
        state='0';                      //sets the state to '0' (for the next loop)
        if(flag == 0){
          Serial.println("Power Button has been pressed for 3 seconds");
          flag=1;
        }
    }
          

}


Wednesday, November 25, 2015

Usb powerbank diy(easiest way) with 18650 batteries

Parts you need for it

1. 18650 batteries (Can be taken from an old laptop battery)
2. Step up controller
3. Li-ion Charger




Video link under this line:
https://youtu.be/wuKbyflB1_s

Here are some photoes


Saturday, July 18, 2015

Samsung GT-C3520 Disassembly, Flex cable replacement

 See direct on youtube the video under this line:





Youtube link under this line:
https://youtu.be/zH-IaWI88Bs

Tuesday, July 14, 2015

How to change/replace digitizer/touchscreen on Samsung galaxy tab 3 10.1" (GT-P5210 P5200)


Step by step Video instuctions below. This video is ideal for home users also.











Youtube video link under this line:
http://youtu.be/TNzqQqPSBnQ

Saturday, June 27, 2015

Lenovo b570e screen replacement. Lcd change.



The Part number of an original b570e screen


Video under this link...
http://youtu.be/Fm5yvlo_A_k

Under this line you can see direct the video:

Thursday, April 2, 2015

Detect faulty hdd / How to Check your hard disk for errors








Video link on youtube: https://youtu.be/lOKZygwMheU




See direct the video, under this line:




Tuesday, March 17, 2015

Sony vaio vgn ns31s screen replacement (broken lcd)

Video unter this line..

In this video guide you can see easy installation steps to do your job secure and easy. I explain every step with subtitles so you have nothing to worry. You will succesfully replace your screen also. Enjoy


Direct link on Youtube: