2
votes
1answer
2k views

How to stream Arduino-based camera to HTTP server?

I'm designing a simple Arduino-based robot that would be capable of streaming an A/V feed (small color camera and microphone) over the Internet to a URL (my web server). I would be using an Arduino ...
1
vote
2answers
757 views

Arduino Networking

I want to connect Arduino UNO boards using an Ethernet LAN network. There will be one Master and others will be slaves which are connected using an Ethernet switch and a router. I want to know how I ...
5
votes
1answer
2k views

How do I connect an Arduino to a landline?

How do I connect an Arduino to a landline telephone wall outlet? I'm thinking of home automation, something like: I call my house, and after a few rings the Arduino picks up the phone The Arduino ...
1
vote
2answers
2k views

How to setup Arduino on secure wifi network?

I'm thinking about an Arduino project that involves having an Arduino host a basic web server and then connect to a wifi network using a wifi shield or something along those lines. You could then ...