dbarnes6891
Posts: 4
Joined: Thu Dec 22, 2016 6:27 pm

IoT and Touch Screens

Thu Dec 22, 2016 6:30 pm

I'm not new to software development but I am new to IoT and it's capabilities. I have an idea. I would like to create a UI and be able to control some digital potentiometers hooked up to a Raspberry Pi that has a touch screen attached to it using a UI I built. Is this possible? My first inclination says yes, but I haven't been able to find a straight forward answer? If I deploy a UWP app on a Pi that has a touchscreen attached to it can I interact with it in the same way one would on a phone or tablet to control those digi pots hooked up to a Pi?

Please and Thank you



Dan

User avatar
DougieLawson
Posts: 39121
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: IoT and Touch Screens

Thu Dec 22, 2016 8:13 pm

Does it have to be done with Win10IoT, because it'll be a 1,000,000,000 times easier with Raspbian.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

dbarnes6891
Posts: 4
Joined: Thu Dec 22, 2016 6:27 pm

Re: IoT and Touch Screens

Fri Dec 23, 2016 2:46 am

Not necessarily. What platform do you reccomend? Obviously Raspbian, but what do you use for the UI and "back end?". Would you happen to be aware of any tutorials? The reason I ask about IoT is I know the visual studio platform well. But I am open to other options.

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: IoT and Touch Screens

Fri Dec 23, 2016 7:34 am

Qt5 (C++) or Kivy(Python) would be options on Raspbian.

ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

dbarnes6891
Posts: 4
Joined: Thu Dec 22, 2016 6:27 pm

Re: IoT and Touch Screens

Mon Dec 26, 2016 11:07 am

ghans wrote:Qt5 (C++) or Kivy(Python) would be options on Raspbian.

ghans
Very cool. Thanks for the reply I will look into that.

skipfire
Posts: 29
Joined: Fri Dec 30, 2016 1:27 pm
Location: Indiana, USA

Re: IoT and Touch Screens

Fri Dec 30, 2016 1:46 pm

The official 7" touchscreen works perfectly with Windows IoT and I have multiple of them running various C# UWP/IoT projects with UIs. If you are looking at one of the little touch screens (2.5", 3.5" types) I have seen plenty saying it is possible to draw on the screen, but not your nice XAML form - so if that is your case I say good luck.

Return to “Windows 10 for IoT”