Go to advanced search

by gnux8
Thu Aug 24, 2017 8:56 am
Forum: Windows 10 for IoT
Topic: Video Format to use - Uwp
Replies: 1
Views: 1271

Video Format to use - Uwp

Good morning friends, i'm trying to making a player for my daughter using raspberry pi 3 and windows iot. I'm using Media Player with Media Element https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.mediaelement https://msdn.microsoft.com/it-it/library/windows/apps/mt187272.aspx using...
by gnux8
Fri Mar 03, 2017 1:08 pm
Forum: Windows 10 for IoT
Topic: Udp - Read from Broadcast Example
Replies: 1
Views: 628

Udp - Read from Broadcast Example

Good Afternoon, as we know raspberry send each 50 second a packet to a broadcast with Ip and Mac Address. This could be fine for implement autodiscovery in my project https://www.hackster.io/laserbrain/find-your-winiot-devices-d7eff5 do you have a working example for read message from a broadcast ov...
by gnux8
Mon Feb 27, 2017 3:26 pm
Forum: Windows 10 for IoT
Topic: C# - RARP
Replies: 0
Views: 474

C# - RARP

Good Afternoon Colleagues,
any of you has the possibility to work with ARP / RARP inside windows iot project ?

I've found an example here but is not for the XAML c# ,

i would like to have a working example if is possible,

thanks
Andrea
by gnux8
Fri Jan 20, 2017 8:40 am
Forum: Windows 10 for IoT
Topic: Uwa c# - Read and Modify Xml File with Linq
Replies: 0
Views: 1042

Uwa c# - Read and Modify Xml File with Linq

Good Morning everybody, I've put Xml file into the "Application Data Folder". Im able to read it without any problem. Code for read the file: public string path = @"C:\Users\NewPC\AppData\Local\Packages\45307261-1dc6-4817-b962-2a59d79ec272_h909besz0ssn6\LocalState\Contabilita.xml"; // Load Xml File ...
by gnux8
Tue Jan 17, 2017 3:54 pm
Forum: Windows 10 for IoT
Topic: SPI interface unused pins used as GPIO
Replies: 1
Views: 814

Re: SPI interface unused pins used as GPIO

Yes could be very interesting also im using only 2 pin for max7219 and i would like to use the remain one for normal gpio ... i share my code ... private async Task InitSpi() { try { var settings = new SpiConnectionSettings((int)chipSelect); settings.ClockFrequency = 10000000; settings.Mode = SpiMod...
by gnux8
Mon Jan 16, 2017 7:06 am
Forum: Windows 10 for IoT
Topic: SQL LITE very slow
Replies: 4
Views: 1424

Re: SQL LITE very slow

CLASS 10 10MB/s
by gnux8
Thu Jan 12, 2017 3:17 pm
Forum: Windows 10 for IoT
Topic: SQL LITE very slow
Replies: 4
Views: 1424

Re: SQL LITE very slow

yes sure sorry, using SQLite.Net.Attributes; namespace Audio { /// <summary> /// In questo punto si struttura il Database che sarà inviato a raspberry /// </summary> public class Contabilita { [PrimaryKey, AutoIncrement] public int Id { get; set; } public float NumberOfCredit { get; set; } // Numero...
by gnux8
Thu Jan 12, 2017 12:46 pm
Forum: Windows 10 for IoT
Topic: SQL LITE very slow
Replies: 4
Views: 1424

SQL LITE very slow

Good Afternoon,

do you know why sql lite is performing very slow on raspberry ?

for update a row bring about 3 seconds too much,

thanks in advance for the support,

br
Andrea
by gnux8
Wed Jan 04, 2017 9:08 am
Forum: Windows 10 for IoT
Topic: Raspberry Deployed App - Is stopped automatically.
Replies: 1
Views: 570

Raspberry Deployed App - Is stopped automatically.

Good morning all, I've wrote an application for my raspberry pi 2 and it's successfully deployed. Mainly my when is running is waiting for the event on I/O, but if i wait for example a minutes before interact the app is stopped automatically. How i can do for run the application without to be stoppe...
by gnux8
Wed Dec 21, 2016 9:26 am
Forum: Windows 10 for IoT
Topic: MediaElement: started with disturb at begging
Replies: 0
Views: 368

MediaElement: started with disturb at begging

Dear All, Scenario: I've done this routines that when i press a button is changing file correctly. public async void PlayFile(String FileMp3) { file = await StorageFile.GetFileFromApplicationUriAsync(new Uri(FileMp3)); // working player.AutoPlay = true; player.SetFileSource(file); player.Play(); } T...
by gnux8
Fri Aug 14, 2015 9:14 am
Forum: Windows 10 for IoT
Topic: How to use serial port ?
Replies: 1
Views: 1004

How to use serial port ?

Good Morning, before to post I've did a lot of serach on google ... but i did found the answer ... just i seen that right now is not possible use serial port is correct ? I've a project with Windows Iot and i need to use serial port from pinout or better from usb with RS232 converter ... is there a ...

Go to advanced search