I've been tinkering with a high-altitude wind gauge that I want to link to a web site and provide a chart of wind speed data via IOBridge. I have an Arduino doing the pulse counting and calculations for the wind gauge, and I want to send the MPH numbers over to the IOBridge to shoot it up to the web site. What would be the best way to do this? I tried an "analogWrite" to have the Arduino send a voltage value to the Analog In on the IOBridge channel, but the Arduino it turns out doesn't create a voltage, it sends a series of +5V pulses, much faster for higher values written to the port. That doesn't work for the IOBridge, unless I can count the number of pulses per second, every second. I suppose I could try an Ethernet board and bypass the IOBridge, but I'd like to keep the web site all in one system. I was hoping IOBridge would add a pulse frequency feature, not just a pulse counter, but I guess that didn't happen. Any ideas would be appreciated. Thanks!
Evan