Udpsend -> WIFI -> Arduino LOW COST

onde's icon

Hi All,

We want to send data, using WIFI and UDP protocol from max to arduino.
At the moment we are able to send data from max using udpsend and udpreceive properly.

Because they are so expensive!!! and we need a lot of that.

For exemple we thought that we could use a USB WIFI adapter like this:
http://www.ebay.com/bhp/usb-wifi-adapter

the Question is can arduino be programmed for receiving data directly from the USB WIFI adaptor?

If anyone have some guess...
There would be a great help

Thanks

Onde

dtr's icon

> the Question is can arduino be programmed for receiving data directly from the USB WIFI adaptor?

In theory yes, I guess. In practice only an advanced engineer could potentially pull it off. It's definitely not a plug-and-play option.

kugelschreiber's icon
onde's icon

Thank to all for the replies.

We don't need Hi rate of transmission, but we need to communicate with many different systems.
We starting to investigate in RF field with something like this one https://www.sparkfun.com/products/10534

What do you think about it?

Thanks
Onde

dtr's icon

I have no experience with that.

Jan Klug's icon

I agree with dtr on the sense/stage miniBee setup.
much less hassle than bluetooth - disconnecting and re-connecting devices is no problem.

the miniBee basically is a version of the arduino, integrated with the xbee radio, and it's specially designed for larger networks.

if it's not too complicated data, an xbee-only network in API-mode (without arduino) might also be possible:
http://www.amazon.com/Building-Wireless-Sensor-Networks-Processing/dp/0596807732
(but i have no personal experience with that)

best,
jan

gavspav's icon
Rodrigo's icon

That RFduino looks like a game changer!

Nat's icon

The Pinoccio seems very promising:
http://pinocc.io/

dmitriyz's icon

Here is the lowcost WiFi module - ESP8266 serial WIFI (about 5$) you can find it on ebay. Here is the arduino library for it - https://github.com/534659123/OCOROBOT-WIFI-ESP8266-arduino-library. Happy construction!

Qbrick's icon

Would it be able to do this with the wemos D1 mini.

It's also an ESP8266 based board, I want to receive data in to max/msp from wemos (it's arduino based ide).
do I use udpreceive?