Questions tagged [x10]

X10 is a home automation protocol that primarily works by communicating over the power line.

X10 is a home automation protocol that primarily works by communicating over the power line.

X10 devices include light/applicance switches, dimmers, motion sensors as well as a huge range of software and hobby applications that interface to it.

For IBM's programming language of the same name, see .

19 questions
8
votes
1 answer

Reverse Engineering Serial Commands

tl;dr; What I need to be able to do is reverse engineer serial commands so that I can figure out how either the human readable values or the binary values are being serialized into raw serial commands. IE: if 66 = 'A1' or '0110 1' 6e = 'A2' or…
Chase Florell
  • 46,378
  • 57
  • 186
  • 376
3
votes
3 answers

How can I set up a fun build notification via TFS 2010?

I've been trying to find a guide on how to get Team Foundation Server to turn on a lava lamp or traffic light to indicate the status of the build. I want to set up something that's visible right across the office so there's some peer pressure to…
sheikhjabootie
  • 7,308
  • 2
  • 35
  • 41
3
votes
2 answers

Home-automation x10 with a Linux based NAS (synology)

I have automated my home with the x10 protocol and use the cm15pro interface on my computer to program the switches. Now I want to connect the cm15pro interface to my synology NAS and run commands with PHP on the NAS to the interface Are there…
Marco
  • 2,306
  • 2
  • 26
  • 43
2
votes
2 answers

Importing x10 objects into java

We need to pass an x10 arraylist[string] to a Java method as an object. What we tried is this.The method signature in Java interface is as follows. public void getX10ArrayList ( ArrayList nameList): We implement that method inside an X10…
Nandula
  • 23
  • 4
2
votes
2 answers

How to debug on Sony Ericsson X10i

when i try to debug on X10 but on screen select device i haven't see X10 device (Only have AVD device). I was intall driver: Sony_Ericsson_PC_Companion_2.00.146_Web.exe but nothing happen. Anyone have experiment with this device please give me…
NguyenDat
  • 4,129
  • 3
  • 46
  • 46
2
votes
1 answer

Receiving and decoding Manchester Code over X10

Hello I'm doing a project where I need to send some data over X10 from one microcontroller (specifically an ATmega32) to another microcontroller (again an ATmega32). Both are clocked at 3.8646 MHz and runs on a STK500. It would seem that I send my…
2
votes
4 answers

adb devices command and eclipse don't recognize my sony ericsson xperia x10

I am using Windows xp. adb devices command doesn't show my xperia x10 and eclipse doesn't recognize my xperia x10 I have htc magic and it works fine. I downloaded driver from: http://developer.sonyericsson.com/community/docs/DOC-3328#cf and I…
Hisham Bakr
  • 21
  • 1
  • 1
  • 3
1
vote
1 answer

WiFi gets jammed in "turning off" state

Hi I am developing an application for controlling the WiFi interface and I have found a problem: WiFi interface gets jammed on the Xperia X10 Mini (I tested on three devices of the same model). Looking at the log with "logcat" I found the…
Urizev
  • 561
  • 6
  • 24
1
vote
0 answers

php server for Java Midlet client

how can i set up a php server that can communicate with a client directly. i want to use it to serve java Midlets. say, get records from a DB then return them as a string...im on X10hosting but plan on shifting to a paid one that allows python cgi…
kearabiloe
  • 11
  • 2
1
vote
2 answers

Calculating physical screen size on Sony Ericsson X10? (it's coming out 1.5x too big)

I am working on supporting multiple screen sizes in my Android app and I need to know the physical screen size of the device. On a Sony Ericsson X10, I'm querying the physical screen resolution and density and trying to calculate the screen size…
jfritz42
  • 5,913
  • 5
  • 50
  • 66
1
vote
1 answer

C# Decoding X10 Code

I like to decode X10 Code on the Raspberry Pi using C# on Windows 10 IoT but I haven no experience with RF decoding, so this is new territory for me. I came across this post and I tried to convert this into C# code, but I had no success. Does anyone…
David Gölzhäuser
  • 3,525
  • 8
  • 50
  • 98
1
vote
2 answers

How do I get x10 mini to show up in adb devices on osx?

I cant get x10 mini to show up in "adb devices", (only emulators show up). Phone is in usb-debugging-mode, thethering-applications are disabled and on OSX I shouldn't need to download any USB drivers for the phone, so whats wrong…
Teson
  • 6,644
  • 8
  • 46
  • 69
1
vote
0 answers

usb video adapter - wdm command sniffing / spoofing

I have an x10 va11a composite->usb adapter, works great. I needed another, so i bought another, but what was sent was a va12a. They apparently dont make the va11a anymore. The va12a is upgraded to 720x480 capture resolution @30fps instead of the…
1
vote
4 answers

Managing X10 devices from Java

What is the best open-source library to manage X10 devices from Java?
user68109
  • 2,446
  • 6
  • 21
  • 20
0
votes
1 answer

What is the correct way to call this sorting funtion in x10?

I am trying to sort an array in x10 using qsort(). First I was writing sequential code, so there were no issues. Now, I am trying to parallelize my code. Now I need to run this sort function from different places. public def qsort_cmp_idx(var…
Dheeraj
  • 15
  • 6
1
2