I have an arduino uno with ethernet built in. It's setup right now to turn the Christmas tree lights off/on. The router of course is upstairs and the tree is downstairs. I have a Dell Mini connected to the wifi and sharing the connection via the ethernet port to the Arduino. It works on the Mini and that's it. I can not figure out how to share the ip address with the whole wireless network.
No such luck. I'm visiting my parents. I've Ubuntu 11 installed. The bridge appears to be working. The problem is I can't get both sides of the bridge to talk.
No such luck. I'm visiting my parents. I've Ubuntu 11 installed. The bridge appears to be working. The problem is I can't get both sides of the bridge to talk.
Hmmm..., from my brief foray into linux in the 90's, "recompile the kernel".
hate to be the one to just post a google link and no other help, but it's what I have to offer you. the answer you're looking for is likely here Google
what you want to do is set up a bridge between the wireless and ethernet. I believe they'll have to be on different subnets. like, if your existing network is 192.168.1.x, the arduino/ethernet side of the bridge could be 192.168.2.x then you'll be able to talk over that bridge between the 2 networks.
an alternate method you may not have thought of, plug the arduino into the laptop using usb. there are programs available to bridge a tcp/udp connection to the com port.