Forum >Question about Xboard
ArduinoGeneral

Question about Xboard

userHead massimo.marcon 2011-09-06 09:54:14 3635 Views3 Replies
Hi,
the goal want to get is to acquire data from around twenty remote Arduino each one having its zigbee module and post data via the Internet on my own site
I’m thinking of using the Xboard as Zigbee to Internet Gateway .
Questions:
1. Reading the Xboard tutorial I don’t understand is the example would work with Xboard connected to the webserver ONLY through the Internet (NOT local Ethernet connection)
2. If yes what is the right code to use?
3. Is it available a Xboard user manual to study from?


Thanks & regards

Massimo
2014-07-02 22:27:17 Welcome Novia,

Please share with us more details regarding the project.
What code are you using? What are the LAN detail information?
Does your router detect and give an IP to the X-Board?
Did you plug the Ethernet wire to the router?
Did you get any output from the serial port after connecting it?

Cheers^^
userHeadPic Jose
2014-07-02 19:27:16 Hi, I'm new using x-board v2

I have little problem with my x-board. I want to connect x-board ethernet port with my computer but local area connection in my computer can't detect x-board ethernet port.
could anyone help me solve this?
userHeadPic novia
2011-09-06 18:15:34 Hi Massimo,

The Xboard Ethernet works much like the regular Ethernet shield. You can have a look at the Ethernet sample sketches included in the Arduino IDE to get an idea of what your options are.

The Xboard connects to the local network, and through the sketch will gain access to the internet if you so desire.

Hector
userHeadPic Hector