Transmitting sensor data over wifi to mac
Posted: Sun Apr 03, 2016 4:18 pm
Hi there.
First post, so be gentle
I've been way to brave, when I plunged into this so I'm asking for help.
Here's what I have:
Adafruit Huzzah Feather (esp8266)
Hr-sc04 range sensor
Arduino Uno
I have more or less no experience with arduino and programming and none with wifi languange.
Here's what I'm trying to acheive:
To send the distance measured by the range sensor to max/msp on my mac.
I managed to get the range info transmitted from the uno board over usb to the mac.
How do I proceed? Is it possible to program the huzzah to do all the work? I.e. do the range sensor and transmit the data or would I have to have the arduino to do the range stuff and transmit it to the huzzah, wich then transmits it to the computer?
I'm guessing I going to use some udp transmitting? Where can I find some code examples for that?
A bit of a mouthful og questions but this is all a bit of a mouthful for me
First post, so be gentle
I've been way to brave, when I plunged into this so I'm asking for help.
Here's what I have:
Adafruit Huzzah Feather (esp8266)
Hr-sc04 range sensor
Arduino Uno
I have more or less no experience with arduino and programming and none with wifi languange.
Here's what I'm trying to acheive:
To send the distance measured by the range sensor to max/msp on my mac.
I managed to get the range info transmitted from the uno board over usb to the mac.
How do I proceed? Is it possible to program the huzzah to do all the work? I.e. do the range sensor and transmit the data or would I have to have the arduino to do the range stuff and transmit it to the huzzah, wich then transmits it to the computer?
I'm guessing I going to use some udp transmitting? Where can I find some code examples for that?
A bit of a mouthful og questions but this is all a bit of a mouthful for me