Giter Site home page Giter Site logo

content's Introduction

content's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

content's Issues

node.js

node.js 0.12.0 doesnt work on Galileo Gen 1, whereas, 0.11.9 version works fine. I think this should be included specifically on the webpage. This is my first time opening an issue and wasnt sure where to. Thanks.

Please add support for eGalax Touchscreen Controllers

Many Raspberry Pi Touchscreens are using a eGalax Touchscreen Controller (http://www.eeti.com.tw/) like this one I'm owning:
http://www.eleduino.com/5-Inch-480-*800-HDMI-Input-Touch-Screen-for-Raspberry-PI-2-B-B-and-Banana-Pro-Pi-Beaglebone-Black-p10440.html

By now there's no way to get the touch interface to work with Windows 10 IoT Core. Please add support for these controllers. many will benefit from it.
https://www.bing.com/search?q=eGalax+Raspberry+Pi

Errors in the MemoryStatus Node.js (Console Application) Sample for MBM

  • Host PC running Windows 10 Ent (10240)
  • MBM running Windows 10 IoT Core (10240)

[Copy Node.js to MBM/Pi2]

  1. Open up an explorer window on your PC and enter <IP address of your device>\C$ - enter credential
  2. Not clear where to run this command from? "[Run & 'C:\Program Files (x86)\Node.js (chakra)\CopyNodeChakra.ps1' -arch <ARM | x86 | x64 > -ip . "]
  • Need to open a PowerShell window, then run the command

3. ERROR - in accessing the node_module

Copyright (C) 2015 Microsoft Corporation. All rights reserved.

PS C:\WINDOWS\system32> & 'C:\Program Files (x86)\Node.js (chakra)\CopyNodeChakra.ps1' -arch x86 -ip 192.168.0.113
Copying C:\Program Files (x86)\Node.js (chakra)\ to \192.168.0.113\c$\Node.js (Chakra)\ ...
Copy-Item : Access is denied
At C:\Program Files (x86)\Node.js (chakra)\CopyNodeChakra.ps1:38 char:5

  • Copy-Item -Destination {Join-Path $destinationPath $_.FullName.Su ...
    
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (:) [Copy-Item], UnauthorizedAccessException
    • FullyQualifiedErrorId : System.UnauthorizedAccessException,Microsoft.PowerShell.Commands.CopyItemCommand

Copy completed

Copying https://github.com/ms-iot/ntvsiot/releases/download/0.12.6.2-exe-x86/node.exe to \192.168.0.113\c$\Node.js (Chakra)\ ...

ComputerName :
RunspaceId : 4b8e67e0-905f-48c3-98f9-16957afd3271
EventIdentifier : 2
Sender : System.Net.WebClient
SourceEventArgs : System.ComponentModel.AsyncCompletedEventArgs
SourceArgs : {System.Net.WebClient, System.ComponentModel.AsyncCompletedEventArgs}
SourceIdentifier : Finished
TimeGenerated : 8/14/2015 2:56:00 PM
MessageData :

Copy completed

PS C:\WINDOWS\system32>

  • Workaround: copy from Windows Explorer the "Node.js (chakra)" to the IoT Core device C$
  1. ERRROR - Build the MemoryStatusAddOn.vcxprj.
    LINK : fatal error LNK1181: cannot open input file 'node.lib' [D:\Archive-Legacy\NodeAddOn\build\MemoryStatusAddon.vcxproj]
  2. The project link path reference to "C:\Program Files (x86)\Node.js (chakra)\sdk\x86" where the actual folder is "C:\Program Files (x86)\Node.js (chakra)\sdk\ia32".
  3. Load the project file into VS2015, fix the link path and build success.

Time Zone settings

All the appropriate documentation should add that the TimeZone on the Pi will need to be set via Power Shell during setup.

e.g.

tzutil /s "GMT Standard Time"

Broken download links

Windows 10 IoT Core for Raspberry Pi 2
Windows 10 IoT Core for MinnowBoard MAX
NTVS IoT Extension Beta 2015
PTVS for IoT Preview 2015

All 4 are broken. The rest are good.

No Change log link

(For Win 10 IoT RpI)
Their is no link the view which version is available and the change log that goes with it.

Raw images for RPi2

Wish list:

  • Writable .img for non-Windows users (Virtualbox has issues with USB mounting, it would be faster if I could just dd it)
  • Encapsulate the IoT tools in a ZIP, not an ISO

Windows 10 IoT Dashboard

Problems:

  1. Downloads list of devices (seemingly) every time
    Every time the program is executed, it seems to load the available device types from the web and therefore (depending on your current traffic and network speed) is displaying an empty device list while it downloads these data. At my laptop this causes an delay of about 5 Seconds before the list of devices is displayed.
  2. Unable to select an existing "iso"
    Upon selection of the device, i am only able to download the iso, not select it if i already downloaded it by accident. I had to track the file with Handles, abort the download and replace the iso with the according filename.

2.a Did you ever check how the program act/reacts when there is no internet connection?
I disabled the network adapter (just for fun). It immediately!!! displayed the device types, but still there was only the "Download and install"-Button. On clicking that button, it used the existing iso. But on selecting another device (for which there was no image downloaded) it just displayed the erro that it couldn't resolve the remote name.

  1. The "iso"
    Why download an iso if it is an msi???
  2. "I agree to the software license conditions"
    Every time i click on this, it opens the browser and loads the page.
  3. Link to software license conditions is broken
    go.microsoft.com/fwlink/?LinkID=70396 -> "We are sorry, the page you requested cannot be found."
  4. Program does not check if it can actually write to the storage device
    I've written (at least i thought) the image to disk and started my RPi2, but was surprised to see that the previous image was still there. I checked the SD-Card adapter and and saw that the write lock was activated. I only saw the glimpse of the dism program but did not receive a warning or error message.

Expected fixes:

  1. Immediately display the available list of devices and add a button after the drop-down list saying "Check for updated images or devices". And don't try to download the list every time. What if i use a mobile network adapter? Use an Expiry date (why download it when it was downloaded one minute ago).
  2. Allow importing existing isos (you can always try to check the sha1/sha256) instead of only allowing "iso" download.

2a. Check network availability (warn if only mobile network adapter are available)

  1. Don't diguise the installer in an iso? Why conceal it anyway?
  2. Only the word software license agreement should be the link, not the whole sentence (would be nice to check the checkbox on clicking on the text before the link).
  3. Fix the link!
  4. Check the return status of the dism.exe?

TP-LINK TL_WN725N - RPI2 - Disconnects

Compatible hardware list shows TP-LINK TL_WN725N as OK for Raspberry Pi 2, I just got a new one and it works but after a few minutes it gets disconnected from network.

http://ms-iot.github.io/content/en-US/win10/SupportedInterfaces.htm

So I plug an ethernet cable to the RPI2, and went to Device Portal, usb device still there, but disconneted, and won't list available networks

  • Realtek RTL8188EU Wireless LAN 802.11n USB 2.0 Network Adapter
  • Device Model: Raspberry Pi 2 Model B
  • OS Version: 10.0.10586.63

Found some other Issues #686 #690 but it is unclear to me if it is supported or not

Instructions to FlashSD card if you don't have a physical computer

This is all good and fine, but most of us don't have a physical computer running Windows 10, so as the site mentions VMs don't have access to physical drives or the card reader, so you can't format and partition a physical disk (you can virtualize it and install it onto the virtual drive, create similar partitions on the physical drive and copy the contents of the virtual drive onto it, and copy the BCD of the virtual hard drive, but that's not 7what we want to do). To be able to flash the Windows Core image onto the SD card we need the latest version of a tool called dism.exe. The latest version of this tool is included with Windows 10 (that's why this manual says that you need Win 10 to do it), but it's also available as part of the Windows Assessment and Deployment Kit and luckliy enough Microsoft has made it available for everyone, so we don't need to scrap it with its dependant DLLs from Win 10.

To be able to flash the image from a computer that's running Windows 7 or higher (I haven't tried from anything below it) we need to first download and install Windows Assessment and Deployment Kit (ADK)for Windows 10.
Download page: https://msdn.microsoft.com/en-gb/win.../dn913721.aspx
Direct download: http://go.microsoft.com/fwlink/p/?LinkId=526740

Issues with incorrect rebasing shown in our repository

We now have two commits for each of the following:
Documentation Bug Fixes
Missing image was due to case sensitivity

Also, the README.md file is no longer broken up into separate steps, but is instead all one paragraph...

WPA2 Enterprise on TP-LINK TL_WN725N RPI2

When I try to connect to a WPA2 Enterprise WiFi connection from the web portal it tells me to use the client to connect. When I use the client it does not allow me to enter a username and password, only a password.

Node WinRT package

While working on the sample "Blinky Node.js Server Sample (Windows Universal)", I noticed that it references a "winrt" node package.

var winrt = require("winrt");

If you follow the instructions exactly on a machine with a clean Windows 10 + VS2015 RC image, the application will fail to debug because the node application cannot find the WinRT module

0x800a139e - JavaScript runtime error: Cannot find module 'winrt'

Where can I find or reference the 'winrt' node module?

Unable to flash using Dragonboard Update Tool

Hi,
I Bought Dragonboard 410c for getting started with Win10, and while I trying to flash it using latest build of Win10 IoT (10586.0.151029-1700.TH2_Release_IOTCoreQCDB410C_armFRE) I am getting the following error: "Error code :0 Version 2.15 Creating rawprogram and files Status: 0 null". I tried to copy .ffu image from ProgramFiles directory to some folder on desktop and try to flash from there, but it not helped. I noticed that in directory where .ffu image is, a file rawprogram0.xml file has been created.

dragonboard

Official name of Windows flavor as supplied with Galileo IoT kit?

I'd like to know which name I should use to refer to Windows version as supplied on an SD card in Galileo IoT - in such a way that both MicroSoft people (including those who don't deal with IoT program) and rest of the world understand me.

So far, it's rather confusing - is it "Windows On Devices", "Windows For Devices", "Windows IoT", "Windows Headless", or something completely different?

P.S. I'm not sure this is the right github project to report this to, so feel free to refer me to the better project to submit such issues against, but please kindly accept such issue reports via github - you created account here to improve outreach to community, right?

Please add support for Edimax WiFi USB dongles

Many Raspberry Pi projects are using a Edimax WiFi USB dongle like this one:
http://www.edimax.com/edimax/merchandise/merchandise_detail/data/edimax/global/wireless_adapters_n150/ew-7811un

By now Windows 10 IoT Core only supports the official and very rare Raspberry Pi USB WiFi dongle with a Broadcom chip set. Sadly, there's no other dongle with this chip set available.

So actually there's no way to get these widely used Edimax dongles to work with Windows 10 IoT Core (even if Edimax states they will work with Windows 10!). Please add support for these WiFi dongles. many will benefit from it.
https://www.bing.com/search?q=Edimax+Raspberry+Pi

Failed to commit pending deployment

I use Visual Studio 2015 develop an app and debug on the raspberry pi 2 success.
But when I get the package and use the appx manager from the web to commit deployment, I failed.
Error code : 0x80004005, could you help solve this problem?

Does Windows 10 IoT support HDMI to VGA converter ?

Dear Team,

I recently installed Windows 10 IoT on my Raspberry Pi2. But when it boot up I see the screen like below:

435386973

As one can see in the picture, I use a HDMI to VGA converter for my old monitor. So I doubt If the Windows 10 IoT is support HDMI to VGA converter, cause it's fine when I installed any other linux based os for example Noobs.

Thanks

Extend the SSH service

The possibility to remotely administrate the IoT devices over SSH is great! There are a few limitations that I've run into so far:

  • Would it be possible to extend the SSH service so that SCP commands also succeed? Currently they fail like this:
$ scp foo [email protected]:
[email protected]'s password: 
exec request failed on channel 0
lost connection
  • Is it possible to execude commands directly via the SSH command, like on normal unix? That is, doing something like this: ssh [email protected] ipconfig This fails with the same error as executing SCP: exec request failed on channel 0.
  • When closing the session by calling exit, the ssh session just hangs. When connecting with a graphical application like PuTTY, this probably is ok (since the caller can just close the window), but when connecting from a terminal on linux, this is problematic (when one doesn't want to close the whole terminal).
  • Is it possible to set up SSH keys, for logging in without manually typing a password?

I understand that this particular git repo possibly isn't the right place to post such feature requests - I also posted the same comments at https://connect.microsoft.com/windowsembeddedIoT/feedback/details/1620770.

How to install the driver of usb-to-ttl adapter

I've get a USB-to-TTL adapter,but i don't know how to install the driver, then when use this app, i can't find the devices.
how to deal with this problem,and if I use the PL2303 USB-to-TTL adapter, how to do ?

During Serial port communication we are getting PortName as readonly - Raspberry pi 2 with windows IOT

Hi

During Serial port communication we are getting Port Name as read only we used CP2102 USB to UART Bridge Controller and RS 232. when we debug the code we found that port name is showing as blank.to update the port name it is showing as read only as below
"Property of indexer "SerialDevice.Portname cannot assigned to -- it is readonly"
meantime we tried to update the "COM1" from serialDevice.getselector("COM1"), nothing is coming.
Please suggest us how to update Port name

Regards
Sheethal

Where can I get OS Kits and BSP Packages?

I can't find out how to get any of this. Whenever I see that I see people say contact your MS rep, I don't have a MS rep how do I get one and who do I contact about this?

Blinky WebServer Sample Can't work

Follow this document: http://ms-iot.github.io/content/en-US/win10/samples/BlinkyWebServer.htm

For our sample app, we have hosted a simple client in our WebServer on the Windows Windows IoT Core device. It can be accessed via the IP address of the board and the port (something like http://123.456.789.0:8000 where you replace 123.456.789.0 with the IP address of the device the server has been deployed to). The webserver client can then be used to toggle the LED on and off (see screenshot below).

On my side, http://< IP/Machinename >:8000/Blinky.html?state=on can't trigger the backgroundtask event

IoTBrowser App dies after less than a day

Running the sample app IoTbrowser, we are running it pointing to a web site that updates a live data feed.

The browser app dies within 24 hours. Various errors are the cause, from EM_WATCHDOG_TIME terminating the app process to a fault in EdgeHTML.dll.

For a simple terminal display, being able to run an app permanently is important.

In the interim, is there a method for an app that terminates or crashes to auto-restart?

Thanks

BlinkyHeadless documentation is unnecessarily using `async` modifier

In the *Initialize the GPIO pin" section of the BlinkyHeadless.md documentation, it declares the method as private async void InitGPIO(). I think the original author may have intended to use await GpioController.GetDefaultAsync() in the sample instead of calling the synchronous GpioController.GetDefault(). That would complicate the sample for beginners though. I think the docs should match the sample code in the repo and simply remove the async modifier.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.