Motion Sensor through the internet

AI Thread Summary
The discussion focuses on connecting a motion sensor to tubelights over a large distance using the internet. The proposed solution involves using a USB-connected motion sensor linked to a computer, which sends signals to another computer that controls the lights. The user seeks guidance on software for interpreting USB input and establishing communication between the computers and the lights. A commercial option mentioned is Little Bits, which allows for internet-connected circuits. The conversation also highlights the differences between Arduino and Raspberry Pi, noting that Arduino is optimized for input/output control, while Raspberry Pi is a Linux-based system better suited for communication and web interfacing.
LuukS
Messages
10
Reaction score
0
Hello,

I would like to make a connection between a motion-sensor and a set of tubelights. This is not that hard, but I would like to do this over a large distance... It seems a good idea to use the internet for this. I can get or make a motion-sensor with a USB connection and connect it to a computer (I've found a tutorial for this). Then I can send the motion signal to another computer over the internet and this second computer turns the lights on or off. Unfortunately I don't really know how to start with this; especially with finding software that interprets the USB input and a connection between the second computer and the lights.

To illustrate what I want I've added an image; the point is to have a lights in a hangar going on and off depending on a person standing in front of a screen. (I've already solved the video; Skype)

Thank you for the help!

Loods proposal English.jpg
 
Computer science news on Phys.org
There's a commercial set of components that can do this called Little Bits where you can cobble together a circuit and interact with it over the internet through a site they manage.

Www.littlebits.cc
 
Try googling "IO control over the internet raspberry pi"
 
Thank you! I think that should do the trick!
meBigGuy said:
Try googling "IO control over the internet raspberry pi"

Thank you, that seems to work similar to something like Arduino right?
 
Similar but focused differently.

Arduino is a small uP chip based system optimized for IO control. Use to control peripheral devices.

Raspberry Pi is a small linux based system that can serve web pages, interface to USb, etc. Better for communication.
 
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Sorry if 'Profile Badge' is not the correct term. I have an MS 365 subscription and I've noticed on my Word documents the small circle with my initials in it is sometimes different in colour document to document (it's the circle at the top right of the doc, that, when you hover over it it tells you you're signed in; if you click on it you get a bit more info). Last night I had four docs with a red circle, one with blue. When I closed the blue and opened it again it was red. Today I have 3...
Back
Top