Go to advanced search

by sjfujiang
Sun Nov 06, 2016 12:21 pm
Forum: Windows 10 for IoT
Topic: how to control “sg90” Steering engine
Replies: 4
Views: 1871

how to control “sg90” Steering engine

http://www.besthobbysite.com/ebaystoreV3/image/SG90.jpg
how to control “sg90” Steering engine?

“GpioPinValue pinValue = GpioPinValue.Low;
pin27 = gpio.OpenPin(27);
pin27.SetDriveMode(GpioPinDriveMode.Output);
pin27.Write(pinValue);”
but sg90 does not work。
by sjfujiang
Sun Nov 06, 2016 11:21 am
Forum: Windows 10 for IoT
Topic: How to connect FTP
Replies: 2
Views: 1194

Re: How to connect FTP

fruitoftheloom wrote:
sjfujiang wrote:my win 10 iot version is 10.0.14931.1000

ftp can't connect iot,why?

sorry,my english.
Windows 10 IoT Core:

https://developer.microsoft.com/en-us/w ... t/docs/ftp

it's ok, thank you very much!
by sjfujiang
Sun Nov 06, 2016 10:44 am
Forum: Windows 10 for IoT
Topic: How to connect FTP
Replies: 2
Views: 1194

How to connect FTP

my win 10 iot version is 10.0.14931.1000

ftp can't connect iot,why?

sorry,my english.
by sjfujiang
Tue Dec 15, 2015 1:24 pm
Forum: Windows 10 for IoT
Topic: What is the path to the media library
Replies: 2
Views: 1092

Re: What is the path to the media library

C:\Data\Users\DefaultAccount for 10586 on. It used to be C:\Users\DefaultAccount for 10240 but MS have moved it to a link rather than a physical directory now. Part of tightening down security I suspect. Of course it will not exist if you haven't created it by some means. i.e. Writing to it. Just c...
by sjfujiang
Tue Dec 15, 2015 11:45 am
Forum: Windows 10 for IoT
Topic: What is the path to the media library
Replies: 2
Views: 1092

What is the path to the media library

ftp://<IP>
What is the path to the media library? music/pictures/videos
it's c:\users\administrator\music in windows 10
but ,what is the path in windows 10 iot.

because i want use "StorageFolder musicLib = KnownFolders.MusicLibrary";

thanks
sorry,my english!
by sjfujiang
Mon Dec 14, 2015 4:07 pm
Forum: Windows 10 for IoT
Topic: how to shutdown pi2b with c#
Replies: 9
Views: 6965

Re: how to shutdown pi2b with c#

See in the package manifest <Capabilities> <Capability Name="internetClient" /> <Capability Name="allJoyn" /> <iot:Capability Name="systemManagement" /> <iot:Capability Name="lowLevelDevices" /> <DeviceCapability Name="wiFiControl" /> <DeviceCapability Name="bluetooth.rfcomm" /> </Capabilities> tha...
by sjfujiang
Mon Dec 14, 2015 2:23 pm
Forum: Windows 10 for IoT
Topic: how to shutdown pi2b with c#
Replies: 9
Views: 6965

Re: how to shutdown pi2b with c#

Take a look at the IoTCoreDefaultApp https://github.com/ms-iot/samples/tree/develop/IoTCoreDefaultApp which has this capability and is written in C#. Look at the code under Shutdown/Restart menu entries. Watch out for required capabilities (low level). what's the mean "Watch out for required capabi...
by sjfujiang
Mon Dec 14, 2015 1:40 pm
Forum: Windows 10 for IoT
Topic: how to shutdown pi2b with c#
Replies: 9
Views: 6965

Re: how to shutdown pi2b with c#

thanks,sorry.

ShutdownManager.BeginShutdown(ShutdownKind.Shutdown, TimeSpan.FromSeconds(0.5));

exception :
Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
An exception of type 'System.UnauthorizedAccessException' occurred in AppSpeech.exe but was not handled in user code
by sjfujiang
Mon Dec 14, 2015 12:09 pm
Forum: Windows 10 for IoT
Topic: how to shutdown pi2b with c#
Replies: 9
Views: 6965

Re: how to shutdown pi2b with c#

thanks very much.
@ricl
by sjfujiang
Mon Dec 14, 2015 3:47 am
Forum: Windows 10 for IoT
Topic: how to shutdown pi2b with c#
Replies: 9
Views: 6965

how to shutdown pi2b with c#

how to shutdown pi2b with c#


How to achieve it

sorry,my english.
by sjfujiang
Wed Nov 25, 2015 2:19 pm
Forum: Windows 10 for IoT
Topic: speech how to support other languages?
Replies: 4
Views: 1054

Re: speech how to support other languages?

I'm sorry,
My statement is incorrect.
I mean, how Chinese speech recognition?
by sjfujiang
Wed Nov 25, 2015 10:31 am
Forum: Windows 10 for IoT
Topic: speech how to support other languages?
Replies: 4
Views: 1054

Re: speech how to support other languages?

How can support Chinese?
Sorry, my English
by sjfujiang
Wed Nov 25, 2015 5:30 am
Forum: Windows 10 for IoT
Topic: How to project in IOT 100586,
Replies: 2
Views: 718

How to project in IOT 100586,

How to project in IOT 100586, TList PowerShell can not find msvsmon.exe program
by sjfujiang
Wed Nov 25, 2015 1:20 am
Forum: Windows 10 for IoT
Topic: speech how to support other languages?
Replies: 4
Views: 1054

speech how to support other languages?

IOT windows10 how to support other languages?
For example: Chinese
Chinese input, Chinese pronunciation

Go to advanced search