windows-10-iot-core

WinUSB driver on Windows 10 IoT

和自甴很熟 提交于 2019-11-29 06:24:04
I'm trying to use the WinUsb.sys driver that comes with Windows (including Windows 10 IoT of Raspberry Pi 2). Using devcon.exe I can see that the USB I'm trying to use is connected (it is named USB\VID_1234&PID_ABCD\5&3753427A&0&4 ), but I don't know how to force it to use the WinUsb.sys driver. I found some instructions on microsoft.com but that seems to be for a standard Windows installation where you have Device Manager available (which I don't have on IoT). The INF file example on this page also refers to a CAT-file, which I assume this is some sort of driver signature, and I don't know

uwp AudioGraph audio processing

孤者浪人 提交于 2019-11-28 22:00:30
I am working on a winodws IoT project that controls a led strip based on an audio input. Now do I have some code that gets the audio in and writes it to a buffer with the AudioGraph API, but I don't know how I can process the audio to some usefull data. my code so far: private async void MainPage_Loaded(object sender, RoutedEventArgs eventArgs) { try { // Initialize the led strip //await this.pixelStrip.Begin(); sampleAggregator.FftCalculated += new EventHandler<FftEventArgs>(FftCalculated); sampleAggregator.PerformFFT = true; // Create graph AudioGraphSettings settings = new

update uwp app from usb drive on raspberry pi

99封情书 提交于 2019-11-28 10:59:21
问题 I have a Universal Windows App I created in visual studio 2017. I have deployed this app on my raspberry Pi and it is running good. I also have create a package using 2017. I want to add an update button to my app and when pressed it would look for a USB stick and check for a file. I it sees this file it will update the app just as if it was looking to the store to update. This unit has no connection to the internet and is for internal use only. But, I want to make sure that I can update

uwp AudioGraph audio processing

你离开我真会死。 提交于 2019-11-27 15:12:28
问题 I am working on a winodws IoT project that controls a led strip based on an audio input. Now do I have some code that gets the audio in and writes it to a buffer with the AudioGraph API, but I don't know how I can process the audio to some usefull data. my code so far: private async void MainPage_Loaded(object sender, RoutedEventArgs eventArgs) { try { // Initialize the led strip //await this.pixelStrip.Begin(); sampleAggregator.FftCalculated += new EventHandler<FftEventArgs>(FftCalculated);

RFID RC522 Raspberry PI 2 Windows IOT

 ̄綄美尐妖づ 提交于 2019-11-27 01:46:52
I'm looking for a way to use the RFID "RC522" on a Raspberry Pi 2.0 on Windows IOT. It is of course not offical compatible... The offical one (OM5577 demo board) is way to expensive in France (i haven't found any reseller who sold it without a lot of shipping cost (total cost is around 80$)). The RC522 is cheap (<10$). It works great on Arduino and on Raspberry Pi 2.0 on linux. But unfortunatly not yet on Windows IOT. I'm actually using an arduino as a bridge... It isn't an optimal solution; but work well and cost always half the price than the OM5577. I've found this project and try to

RFID RC522 Raspberry PI 2 Windows IOT

无人久伴 提交于 2019-11-26 09:47:20
问题 I\'m looking for a way to use the RFID \"RC522\" on a Raspberry Pi 2.0 on Windows IOT. It is of course not offical compatible... The offical one (OM5577 demo board) is way to expensive in France (i haven\'t found any reseller who sold it without a lot of shipping cost (total cost is around 80$)). The RC522 is cheap (<10$). It works great on Arduino and on Raspberry Pi 2.0 on linux. But unfortunatly not yet on Windows IOT. I\'m actually using an arduino as a bridge... It isn\'t an optimal