Motion Sensor through the internet

Click For Summary

Discussion Overview

The discussion revolves around connecting a motion sensor to control tubelights over a long distance using the internet. Participants explore various approaches, including hardware options and software solutions for interpreting signals and managing connections between devices.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested

Main Points Raised

  • One participant proposes using a motion sensor connected to a computer via USB to send signals over the internet to control lights.
  • Another participant mentions a commercial solution called Little Bits that allows for internet-based interaction with circuits.
  • A suggestion is made to search for "IO control over the internet raspberry pi" as a potential solution.
  • There is a discussion comparing Raspberry Pi and Arduino, noting that Raspberry Pi is better suited for communication while Arduino is optimized for IO control.

Areas of Agreement / Disagreement

Participants express various approaches and tools, but there is no consensus on a single solution or method to achieve the desired outcome.

Contextual Notes

Participants have not fully resolved the specifics of software requirements or the exact implementation steps for connecting the motion sensor and controlling the lights.

Who May Find This Useful

Individuals interested in remote control systems, IoT applications, or those looking to integrate motion sensors with lighting systems over the internet may find this discussion relevant.

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.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
Replies
11
Views
3K
Replies
2
Views
1K
  • · Replies 15 ·
Replies
15
Views
4K
  • · Replies 24 ·
Replies
24
Views
4K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 9 ·
Replies
9
Views
4K
Replies
2
Views
1K
  • · Replies 6 ·
Replies
6
Views
9K
  • · Replies 3 ·
Replies
3
Views
4K