Showing posts with label remote controls. Show all posts
Showing posts with label remote controls. Show all posts

7/04/2012

Philips SJM3152/17 RF Universal Remote Control for iPod with iPod Cradle/Dock/Charger/AV Connection Kit Review

Philips SJM3152/17 RF Universal Remote Control for iPod with iPod Cradle/Dock/Charger/AV Connection Kit
Average Reviews:

(More customer reviews)
Amazing little gadget actually works as advertised. Unlike the proprietary Denon or Yamaha ipoddocks this one you can connect to ANY kind of audio equipment. And unlike the APPLE ipod dock + flimsy tiny remote with no display whatsoever + AV connection kit (= $100) (which I returned to Apple) this remote works via RADIO FREQUENCY from across the room and through walls if it has to be. The remote even has a DISPLAY that shows you what's playing - you know, kind of useful when you're across the room. You can even navigate through your ipod's menu; that's never been easy and it doesn't get easier using a remote without clickwheel, but it works.
What really blew me away is that I was able to also program my Aquos TV, my Sony receiver, my Sony Blue Ray and my Panasonic VHD/DVD combo. Those devices it controls via INFRARED, just like your original factory remotes that came with whatever you bought, and therefore you have to point the remote at your TV etc when operating those. What a relief, that remote control clutter is gone.
Just for fun I even programmed this remote to control my BOSE Portable Sounddock. Yep, it works.


Click Here to see more reviews about: Philips SJM3152/17 RF Universal Remote Control for iPod with iPod Cradle/Dock/Charger/AV Connection Kit



Buy Now

Click here for more information about Philips SJM3152/17 RF Universal Remote Control for iPod with iPod Cradle/Dock/Charger/AV Connection Kit

Read More...

5/17/2012

Sony RM-AV3100 18-Device Fully Editable Touch Screen Universal Remote Control Review

Sony RM-AV3100 18-Device Fully Editable Touch Screen Universal Remote Control
Average Reviews:

(More customer reviews)
I was disappointed. I should have spent more time searching for user reviews of this model and its predecessor. Briefly, pre-program commands were limited, the unit froze occasionally during programming, the buttons were not backlit, and the touch panel, although adjustable, didn't have sufficient contrast.
While the remote can be programmed to handle almost any piece of equipment, the pre-programmed equipment codes are limited. For those that are present, common commands were sometimes missing for my non-Sony equipment. For non-Sony equipment, no separate on and off commands were included.
The component selector buttons are pre-programmed with Sony codes. If your piece of equipment is not listed, it is best to clear the equipment selector button completely before learning the commands from your equipment's remote, as apposed to replacing the Sony commands on one by one basis using the learning function.

The manual is tedious but thorough. An overview of the steps needed to program the remote would have reduced frustration. If you haven't programmed a remote, plan on investing some quiet hours reading the manual.

Occasionally, the unit completely froze while erasing learned key commands or groups. Freezing was common during erasure of learned commands assigned to the remote's volume up and down buttons or the buttons in the ring shaped grouping. Battery removal/re-insertion cleared the freeze. Repeating the operation repeated the freeze. Erasing an entire group, such as TV, without erasing all the learned commands within the group sometimes froze the unit. Erasing all the learned commands within the TV group individually, before clearing the TV button, eliminated the freeze problem but the TV button then refused to accept a new equipment code. Clearing the ENTIRE remote proved necessary to resolve the problem.
On one occasion the unit froze when a button for a learned command was pushed. Clearing the entire remote was required was required to eliminate the problem.

After finding these defects, I found a user forum where users of earlier Sony models had complained about the same things. In my opinion, this new model is truly defective and should be taken off the market until fixed. Alternatively, these defects should be included in Sony's product literature so the public knows before they buy. If you buy one, I suggest you write your planned key assignments and macros down first. Do not attempt do to anything "on the fly" or you won't know what to avoid if the unit freezes.

Click Here to see more reviews about: Sony RM-AV3100 18-Device Fully Editable Touch Screen Universal Remote Control



Buy Now

Click here for more information about Sony RM-AV3100 18-Device Fully Editable Touch Screen Universal Remote Control

Read More...

4/09/2012

One For All RC64RBK IRF/RF DIRECTV Backlit Universal Remote Control Review

One For All RC64RBK IRF/RF DIRECTV Backlit Universal Remote Control
Average Reviews:

(More customer reviews)
Several users remark that this remote is challenging to setup. Ignore the manual that accoompanies the remote; instead, turn on your tv and the DirecTV receiver. Move the device selector switch at the top of the remote to the DirecTV receiver position. Then, press the Menu switch and toggle down to "Parental, Fav's & Setup" and press "Select". In the next menu select "System Setup" and on the next menu select "Remote". Change the "IR/RF Setup" to "RF" and continue following the menu instructions. The receiver will lead you to quickly and easily set up your new RF remote. You'll be able to change channels through walls, doors and ceilings. Use to control a receiver in a closet or cabinet.
If you want to control more than one receiver with radio frequencies, you'll need to purchase an RF remote for each receiver. But at about $25 each, this is much less expensive than running miles of wires all over your house. And you won't have to see the unsightly receivers and their accompanying wires.One For All RC64RBK IRF/RF DIRECTV Backlit Universal Remote Control

Click Here to see more reviews about: One For All RC64RBK IRF/RF DIRECTV Backlit Universal Remote Control



Buy NowGet 25% OFF

Click here for more information about One For All RC64RBK IRF/RF DIRECTV Backlit Universal Remote Control

Read More...

3/19/2012

Universal Remote Control MX980 Universal Learning Remote Review

Universal Remote Control MX980 Universal Learning Remote
Average Reviews:

(More customer reviews)
I own two of these remotes as well as the companion MSC-400. The first thing you should know if you are considering is this remote is NOT for the faint of heart. If you are looking for a simple setup and go type device, get something like a Harmony. But if you are a true DIY'er and good with hardware and software you will be well rewarded using a remote like this. It helps alot if you have some basic understanding of Object-Oriented Programming especially when dealing with the variables this remote is capable of.
From a hardware point of view, this remote is fantastic. It is well built, great tactile layout, and feels great in the hand. It is not touch screen which I was very thankful for since I have try them before (like the Phillips Pronto) and, after the novelty wore off, I ended up hating them. There is no replacement for hard buttons and a remote that does not need both hands to operate.
The software is what makes this thing great. The intelligence you can put behind it is phenomenal. Basically, every button is a macro. You can have them jumps from screen to screen, fire any code combination you want, and run logic. The logic comes in the form of If-Then statements, Toggle loops (kind of like a For-Next or Do-Loop), and Boolean Variables (True/False). It would be nice if it could do Integer or String type variables but I guess that would be a little too much for the average person.
A good example of how to use something like an IF statement is volume control. In my Living Room I like to watch TV with usually only sound coming from the TV but sometimes I like to do it through the Receiver. I can use the Boolean's to keep track of if the Receiver is on or not. If it is, when the user hits the Vol Up/Down buttons it remote runs an IF statement saying "If the Receiver is on (Boolean is True), turn up/down the Receiver volume, if it is false turn up/down the TV volume." This is just the tip of the iceberg in what it can do.
One thing you have to keep in mind here is that the remote does NOT come with the software. You cannot get it from URC either unless you are an authorized dealer with a login/password. There are many critics both for and against this policy (I personally do not like it) but that's that. If you buy this online, make sure they can provide you the software first if you do not already have it!
Ernie

Click Here to see more reviews about: Universal Remote Control MX980 Universal Learning Remote



Buy NowGet 36% OFF

Click here for more information about Universal Remote Control MX980 Universal Learning Remote

Read More...

1/14/2012

Universal Remote Control MX-450 Custom Programmable Remote Control with On-Screen Macro Editing. Review

Universal Remote Control MX-450 Custom Programmable Remote Control with On-Screen Macro Editing.
Average Reviews:

(More customer reviews)
Let's all agree that it does not require an advanced degree in computer science to program a remote control. In the case of the MX-450, neither does it require a "Professional" installer (whatever THAT means).
If you know or can figure out with a little bit or web surfing (a) which components need to be turned on and what inputs and outputs should be selected, (b) what is the difference between IR and RF, (c) what an IR emitter or blaster is, (d) what a delay is, and (e) that you need a Power Off macro to turn off all the devices in your system, you can easily program this remote. It might take a little bit of trial and error and a little bit of patience, but no more than any other "Consumer" remote control that I have seen so far.
Put another way: If you can read the directions and figure out how to program a Logitech Harmony remote at some basic level (and especially if you have already done so), you can read the directions and figure out how to program this one and probably in less time. You might have to start over again once or twice while you get familiar with the guided setup, but the step-by-step software is so simple that even a "professional" installer could probably figure it out :)
My experience: I initially owned a Universal Remote Corporation MX-900 which was installed and programmed for me by a "Professional" AV company that shortly thereafter went out of business. I was irritated at URC because they would not provide me with access to the programming software for my MX-900. They said it was for "Licensed Dealers Only" which is their way of saying "Professionals". It was a great remote, but I was no longer willing to pay somebody $300 every time I wanted to tweak the picture or add/upgrade a component (e.g., adding an XBox, swapping the DVD for a Blu-Ray, etc.) and a few things with the way mine was programmed were really irritating.
To replace that, I purchased a Logitech Harmony 900 and had the exact experience as everyone else who purchased it did: bad RF range and performance. I tried every creative workaround you could think of, to no avail. If the RF worked, it would be a great remote. But it doesn't.
URC adveritizes this remote as being for "Professionals", which initially scared me off, but the cool thing about the MX-450 for the DIY folks like me is that, since you don't need a PC, there is no software required to program the remote.
Correcting some previous reviews, URC offers for download from its web site support section a helpful Archiver program that allows you to update the remote firmware and ir codes database via a USB cable -- just like the Harmony remotes, but much simpler. It also allows you to make a backup copy of your remote configuration in case you have a problem later on and need to do a factory reset or restore your settings. (For the non-pros like me, I strongly recommend making multiple backups along the way as you add more and more cool macros and other programming.)
In my case, I spent about an hour surfing through the internet reviews and reading the 12 page manual before I took the thing out of the box. It probably took me another 4 hours in total to program the remote over the course of one evening. That includes my Denon AVR receiver, my Sony TV, my Sony Blu-Ray player, my AppleTV, my Xbox, my HDRadio and my wife's Wii Fit (all hidden in the next room and connected to our whole-house audio system). I used the macro feature to create six macros on the Main page that emulate Harmony-style "Activites" -- e.g., to watch Tivo, you press the "Watch Tivo" button and the remote does the rest. Favorite channels can be done in under 10 minutes. It probably took me another half-hour to install the IR emitters, the base station and the RF antenna and do the RF programming on the remote to make each component RF only with its own ir address. BTW, the URC manual for the MRF 350 base station is really easy to follow and the RF settings on the remote itself are self-explanatory.
The guided programming is not as elegant as what you can do on a PC, and I had to start programming devices or macros over again once or twice, but the learning, macro and cut and paste functions are really helpful and easy. You can do just about anything that you can think of with this remote so long as you are a little bit organized. My unit gives me RF range to almost 100 feet through two interior walls and the performance has been reliable, even during long macros.
I highly recommend this as an alternative to other high-end RF remotes for DIY folks like me.

Click Here to see more reviews about: Universal Remote Control MX-450 Custom Programmable Remote Control with On-Screen Macro Editing.

The Universal Remote MX-450 is a future featured remote control with a color screen.It can be programmed to use RFcontrol with the addition of the MRF-260 base station.This means you do not have to point the remote at the device you are controlling to adjust your settings.

Buy NowGet 23% OFF

Click here for more information about Universal Remote Control MX-450 Custom Programmable Remote Control with On-Screen Macro Editing.

Read More...

1/02/2012

Sony RMVZ320 Remote Control Up To 7 Compatible Video Components (Black) Review

Sony RMVZ320 Remote Control Up To 7 Compatible Video Components (Black)
Average Reviews:

(More customer reviews)
Got this at a Best Buy because it listed TCL as a supported brand and the TCL we had bought through Amazon wasn't compatible with our current cable remote. The 3rd code listed worked, and we now use only this remote for the cable and tv. Great value for the price.

Click Here to see more reviews about: Sony RMVZ320 Remote Control Up To 7 Compatible Video Components (Black)



Buy NowGet 17% OFF

Click here for more information about Sony RMVZ320 Remote Control Up To 7 Compatible Video Components (Black)

Read More...

12/24/2011

Sony RM-AV3000 Universal Remote Control with Touch-key LCD Screen Review

Sony RM-AV3000 Universal Remote Control with Touch-key LCD Screen
Average Reviews:

(More customer reviews)
Does is work? Yes. Does it look cool? Yeah, if you appreciate the similarity to a Starfleet "PADD" (and don't mind that it's half the size and weight of your laptop). Does it replace all your other remotes? Probably. Am I glad I bought it? Well, I suppose...
There are four basic problems in addition to the size. The first is that despite the perhaps-cool similarity to all those touch-screen manipulations you see on Star Trek, you're likely to wish you were pressing real buttons (with real tactile feedback) rather than a little part of the screen that says "power." And the real buttons that ARE present have no backlight.
The second major drawback isn't actually an issue with this universal remote as much as with the equipment we want it to control. Most home theater equipment just isn't ready to deal with the "macro" commands an AV3000 owner would likely want to program -- for example, turn on the amp, set it to DVD, turn on the DVD player, set it to wide-screen and set the volume to -5 dB, turn on the TV, wait 4 seconds for it to wake up then set it to Input #5 with wide screen mode, etc. The AV3000 allows you to do A LOT of this, but there's no way to program in discrete codes (e.g., turn ON, rather than toggle On/Off) unless you already have another remote that can transmit these. This means you end up programming functions for various but similar scenarios, such as play a DVD when the DVD player is already on, play a DVD when the TV is already on but the DVD is off, etc.
Third, the manual is just awful. It's pretty big, and there's an index (though the index fails to list a number of important topics), but the information is presented in a most inefficient and confusing manner. Owners of other Sony products will be familiar with this, unfortunately. If it weren't for the folks at remotecentral.com, I never would have learned a number of important procedures.
Finally, my unit (and others, from what I've read online) is extremely sensitive to lighting conditions when "learning" from another remote. When the lights are on, the unit gives a certain error message (five beeps), leading the user to look up the "five beeps" message in the manual. There you read a number of suggestions which don't apply, but nothing about turning off the lights. I spent at least four hours tracking this down. Ugh!

Click Here to see more reviews about: Sony RM-AV3000 Universal Remote Control with Touch-key LCD Screen



Buy Now

Click here for more information about Sony RM-AV3000 Universal Remote Control with Touch-key LCD Screen

Read More...

10/18/2011

Acoustic Research ARRX18G XSight 18-Device Universal Learning Remote Control with Touchscreen Color Display Review

Acoustic Research ARRX18G XSight 18-Device Universal Learning Remote Control with Touchscreen Color Display
Average Reviews:

(More customer reviews)
I had researched high-end universal remotes for a week or two prior to settling on this one. Amazon was selling it for $149 which was $100 off of the local retailer's price. I also purchased the IR extender for around $60 from Amazon. The packages arrived and I opened them and had the extender plugged in, the remote turned on and programmed to my TV, Blue Ray, and cable box within 5 minutes. It was that easy using the on-remote touch screen programming functions without even getting the instruction manual out of the box.
I did get the manual out later that evening to us my PC to finish programming all of the more advance functions. That process too was pretty simple. I spent around 45 minutes adding in 60 favorite channels, creating favorite channel profiles for myself, my wife, and son. I also created 3 different sequence activities like watch TV, Watch a movie, and turn off and on every component in the system.
I had recently purchased an inexpensive IR repeater with a IR sensor that sat below the TV and had a 10 cord running into my AV cabinet. It was very inconsistent and frustrating. This remote along with the RF/IR repeater worked perfectly and needs no sensor sitting anywhere visible. Everything is sitting behind closed cabinet doors and the remote works from just about anywhere in the entire house perfectly every time without delay.
This remote is the bee's knees.

Click Here to see more reviews about: Acoustic Research ARRX18G XSight 18-Device Universal Learning Remote Control with Touchscreen Color Display

Xsight Touch Universal Remote

Buy NowGet 69% OFF

Click here for more information about Acoustic Research ARRX18G XSight 18-Device Universal Learning Remote Control with Touchscreen Color Display

Read More...