Upload spacer.gif into ./images folder In the following files ./includes/functions.php ./viewforum.php Remove alt=”cron”
Author Archives: hadadmin
VLC – Audio – Always reset audio start level to is greyed out
Noticed the Always reset audio start level to: is greyed out. In order to fix this you need to go to Tools -> Preference -> Audio below Always reset audio start level to: is Output module. Select DirectX audio output in the dropdown list.
Turn on and circulate a Lasko 5538 Ceramic Heater with Arduino
Download the sketch or copy and paste the below code into the Arduino IDE. // This program allows an Arduino Uno to power on and circulate a Lasko 5538 Ceramic Heater. // // Usage: Attach an IR led (TSAL7400), but i believe any 940nm 5MM irled will work. // Arduino Uno pin 13 -> resistor -> …
Continue reading “Turn on and circulate a Lasko 5538 Ceramic Heater with Arduino”
Infrared decode sketch for Arduino
Download IRdecoder sketch or copy the below text and paste into Arduino IDE Also here’s the documentation and pin layout for the tsop4838 , which was used for this project. TSOP4838 PIN 1 – Goes to Arduino PIN 2 TSOP4838 PIN 2 – Goes to Arduino GND TSOP4838 PIN 3 – Goes to Arduino Vcc (2.5 to 5.5 …
Raw Codes for the Lasko 5538 Ceramic Heater
These are the raw codes used for the Lasko 5538 Ceramic Heater. Use these codes for the play arduino infrared sketch. On Off 130, 34, 130, 34, 130, 36, 46, 122, 130, 36, 130, 36, 46, 122, 46, 124, 46, 122, 44, 126, 46, 122, 48, 122, 130, 688, 128, 36, 130, 34, 48, 122, …
Continue reading “Raw Codes for the Lasko 5538 Ceramic Heater”
Connecting a G1100 router as primary to a Actiontec MI424-WR router as a bridge
Why Wireless devices located too far from the primary router. Results in low signal strength and ultimately slower connection speed. Primary router: G1100 router Secondary router: Actiontec MI424-WR Solution The secondary router, MI424, will be converted to a coax bridge. Following these instructions will connect your secondary router (Actiontec MI424-WR) to the primary router …
Continue reading “Connecting a G1100 router as primary to a Actiontec MI424-WR router as a bridge”
Netflix automated log in
I thought this is would be an interesting project to build. I didn’t create this. See the below link for more information. Netflix automated log in You can download the file below IRnetflixLogIn
How to configure Plivo and a shared webhost
These are instructions on how to configure plivo on a shared webhost Requirements: 1. Plivo account with a phone number 2. Shared webhost with SSH access On your shared webhost: Log onto your remote webserver (mines is a shared webhost) via SSH. I used the software called Putty to SSH into my shared webhost. Go …
Continue reading “How to configure Plivo and a shared webhost”
Newell Specs
Got to bottom to see pdf for specs Newell 220-5 Newell 229-5 Newell 235-5 Newell 322-5 Newell 338-5 Newell 344-5 Newell 440-5 Newell 447-5 Newell 454-5 Newell 220-3.6 Newell 229-3.6 Newell 235-3.6 Newell 332-3.6 Newell 338-3.6 Newell 344-3.6 Newell 440-3.6 Newell 447-3.6 Newell 454-3.6 Newell 540-3.2 Newell 549-3.2 Newell 550-3.2 Newell 533-4.6 Newell 540-4.6 Newell …
Raspberry pi + Tightvncserver
#! /bin/sh # /etc/init.d/vncboot ### BEGIN INIT INFO # Provides: vncboot # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Start VNC Server at boot time # Description: Start VNC Server at boot time. ### END INIT INFO USER=pi HOME=/home/pi export USER HOME …