Posts

Showing posts from 2018

Toyota Aqua 2013 battery pac upgradation

1. for simple Charging we can use a transformer with voltage doubler Circuit . 2. 18650 Cells can be organized with a 12v 3s protection board. 3. Relay need to be installed in parallel with main relay in the main battery pac so that it could start with car start. 4. Diodes need to be installed for safty of additional battery.   

wifi problem solution win 10. Ping commands

ipconfig ping (default gateway) -t netsh wlan show settings netsh wlan set autoconfig enabled=no interface="Wi-Fi" Ping Command Syntax ping  [ -t ] [ -a ] [ -n   count ] [ -l   size ] [ -f ] [ -i   TTL ] [ -v   TOS ] [ -r   count ] [ -s   count ] [ -w   timeout ] [ -R ] [ -S   srcaddr ] [ -p ] [ -4 ] [ -6 ]  target  [ /? ] Tip : See  How to Read Command Syntax  if you're not sure how to interpret the ping command syntax as it's described above or in the table below. -t Using this option will ping the  target  until you force it to stop by using  Ctrl-C . -a This ping command option will resolve, if possible, the  hostname of an  IP address   target . -n   count This option sets the number of ICMP Echo Requests to send, from 1 to 4294967295. The ping command will send 4 by default if  -n  isn't used. -l   size Use this option to set the size, in bytes, of the echo request packet from 32 to 65,527. The ping command will send a 32-byte echo request