問題タブ [windowsiot]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
win-universal-app - WOL (UDP) を送信するにはどうすればよいですか?
IoT を使用して WOL (WakeOnLan) を送信する方法がわかりません。
DatagramSocket を使用する必要があるように思えますが、オンラインで見つけることができるサンプルはすべて UDPClient を使用しています。
IoT で WOL (UDP) を送信するにはどうすればよいですか?
ありがとう。
windowsiot - Windows IOT with RPi3 not able to boot after timezone change
I'm facing some issues with my new RPi3, and using Windows 10 IOT (Build Number 14322). It seems that after I change the default timezone the device won't start over again.
I get a black screen, and the act led flashes 7 times..
Anyone else with similar problems, and know how to fix it?
android - Android と Windows アプリケーションの通信
要するに、たとえば、Android アプリケーションのボタンを押した後、Win10IOT で実行されている RaspberryPi2 に接続された LED を点灯させようとしています。
これを達成するにはどのような方法がありますか?
私が考えたのは、Azure データベースに列を作成することです。値が 1 の場合、LED が点灯し、0 の場合、LED は点灯しません。しかし、列の値が 0 から 1 に変化して LED が点灯したことを RP2 アプリケーションに知らせるにはどうすればよいでしょうか?