Summary

The Flucard® comes with a tiny buzzer which can play monotones at various frequencies. With the buzzer CGI, we can remotely play the buzzer via Wi-Fi.


Syntax of the CGI

http://<ip>/cgi-bin/playNote?fn=<frequency>
- ip: Flucard® IP address
- frequency: The frequency of the tone to be played


Example

To play a tone at frequency 262, using 'curl' utility on DOS command line:
curl -o NUL http://192.168.1.1/cgi-bin/playNote?fn=262


Download sample apps (Android)

Download sample apps (iPhone)

Android Piano App