古いWindows8PCを再生してアナウンスマシンにする

古い Windows 8パソコンを再生、Browserだけでは勿体無いので
「いらっしゃいませ どうぞお入りください」等お店の外へBluetoothスピーカーで10種アナウンス

ContainerからBluetooth SPを使う事が出来なかったのでjavascriptで処理
タイムアウト防止で定期的に無音を
function update_di(item){
// Prevent Bluetooth speaker timeout by regularly playing “muon.mp3”
var sound_val=newAudio( “./tmp/muon.mp3”);
sound_val.play();
functioncolor_set(di_v, disp_v, val_v){
Update_di_Timer=setTimeout(“update_di(‘onload’)”,unsmapho_reload_tm); // DIO information update time (milliseconds)
clearTimeout(Update_di_Timer);

シチュエイションに合わせ音声を
function sound_play (sound_f) {
if (sound_f.match(/none/)) return;
let sound_val=newAudio(sound_f);
sound_val.play();
}
 
中身はIOT-House_docker

Linux docker Web server container

Follow me!

IOT

前の記事

Google NestでIOT-House その1
IOT

次の記事

Raspberry pi Zero2WのSSD化−1