Nart Schinackow - Viewing Profile: Likes - Netduino Forums
   
Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.

Nart Schinackow

Member Since 04 Aug 2012
Offline Last Active Apr 01 2019 11:56 AM
-----

#56738 Simple File Server Library For Netduino +2, Plus

Posted by Nart Schinackow on 10 March 2014 - 04:07 PM

Hello All,

 

This is a simple UDP file server.

It comes with a simple Windows application utility built with visual studio 2010 Express edition.

 

Download here

FileServerImg.jpg




#56690 Netduino Mp3 Udp Stream Client / Server Media Player

Posted by Nart Schinackow on 07 March 2014 - 08:25 AM

You welcome :) , Enjoy :)




#56676 Netduino Mp3 Udp Stream Client / Server Media Player

Posted by Nart Schinackow on 06 March 2014 - 03:56 PM

This Project is about an MP3 stream server (Media Player) and MP3 Client (Player),

it uses UDP protocol for streaming music between two NETDUINO’S.

The first netduino (Plus) (Server Firmware) is the one that streams the music and also contains a web server that helps you choose to play and stop songs.

The second netduino (+2) receives the MP3 stream and sends it to the MP3 shield.

Note : Feel free to change the code, this is a sample project.

Watch This Video For Info.

 

Download Client/Server

 

Mp3StreamerDiagram.jpg




#55529 Netduino +2 Mp3 Player Shield Library

Posted by Nart Schinackow on 21 January 2014 - 03:16 PM

Posted Image

 

This library implements the necessary code for driving an MP3 player shield, along with the library there is a sample application for testing.

MP3 Player Shield Uses VS1053B Decoder.

NOTE : This library is developed to use with NETDUINO +2

MP3 player shield used : SparkFun Mp3 Player Shield

How To Run :

1) Copy your favorite MP3 play list to SD card.

2) Insert SD card in to NETDUINO +2

3) Open Mp3PlayerSample project and deploy.

4) Enjoy Posted Image

 

Download Library Here




#54682 RFID Library

Posted by Nart Schinackow on 14 December 2013 - 08:41 AM

Hello,

The Link is now back, you could download it

 

Thanks




#51580 RFID Library

Posted by Nart Schinackow on 19 July 2013 - 07:20 PM

Hello All,

I would like to share this simple RF-ID Library which uses the ID-20 (125KHZ) Chip along with its usb breakout

The Library Reads Tags & provides an IO utility to save & read tags to a memory card .

The library comes with an example and a schematic along with its documentation.

 

You Could Download It Here

Attached Files




#50931 HttLibrary V3

Posted by Nart Schinackow on 29 June 2013 - 02:02 PM

Hello EveryOne,

 

I have updated my HttpLibrary to Version 3 which am planning to update allways since it is more freindly than the previous Versions...

 

Library Description:

[color=#800080;]HttpLibrary V.3 is a reimplementation of [color=#0000ff;][color=#0000ff;]the HTTP library V2[/color][/color] with more features like getting the request method and parsing query string, till now it only handles GET methods, soon it will handle POSTS and an FTP will be available TOO![/color][color=#800080;], you will find this library similar to an asp.net standard website in terms of Responses and Requests.[/color]

 

To download the library click on this link, it comes with documentation and an example project

http://softelectrotech.com/?p=622

 

 




#42021 HTTP server library and example

Posted by Nart Schinackow on 22 December 2012 - 01:36 AM

Hello kevintechie, well thanks for looking into my library and your interest :) i will do as you requested :) check out my new website www.softelectrotech.com which will contain all my future releases :)


#34266 HTTP server library and example

Posted by Nart Schinackow on 27 August 2012 - 10:06 AM

Hello all, This is an HTTP server library that contains all functions that handles http web requests (GET /)(only), the server listens for connections on a separate thread hence not affecting the netduino main loop(multi task). how to use the example: 1)pick a 2gb sd card and put files in it (html,pictures(jpeg,gif),flash pages(with its swf) 2)insert the sd card into netduino-plus 3)start visual studio 2010 express 4)open the example project 5)compile it and deploy to your netduino-plus board 6)wait until ip address appears in the debug window 7)open your browser and type in the ip address 8)the list of files in the sd card will appear as a link each, choose a file and it will reply with its contents. note: you could import your own html files into sd card so that when clicked an html webpage will be displayed note: the zipped file contains a documentation that provides help and description on the library

Attached Files




#34196 HTTP server library and example

Posted by Nart Schinackow on 25 August 2012 - 11:07 AM

Hello all, This is an HTTP server library that contains all functions that handles http web requests (GET /)(only), the server listens for connections on a separate thread hence not affecting the netduino main loop(multi task). how to use the example: 1)pick a 2gb sd card and put files in it (html,pictures(jpeg,gif),flash pages(with its swf) 2)insert the sd card into netduino-plus 3)start visual studio 2010 express 4)open the example project 5)compile it and deploy to your netduino-plus board 6)wait until ip address appears in the debug window 7)open your browser and type in the ip address 8)the list of files in the sd card will appear as a link each, choose a file and it will reply with its contents. note: you could import your own html files into sd card so that when clicked an html webpage will be displayed note: the zipped file contains a documentation that provides help and description on the library

Attached Files




home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.