Nart Schinackow's Content - 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's Content

There have been 21 items by Nart Schinackow (Search limited from 24-April 23)


By content type

See this member's

Sort by                Order  

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

Posted by Nart Schinackow on 12 March 2014 - 04:21 PM in Project Showcase

Hello Giuliano,

Strange ...

try this

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




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

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

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 in Project Showcase

You welcome :) , Enjoy :)




#56676 Netduino Mp3 Udp Stream Client / Server Media Player

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

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 in Project Showcase

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




#55498 Netduino and FTDI EVE Board

Posted by Nart Schinackow on 20 January 2014 - 12:03 AM in Project Showcase

Have Been Waiting So Long For The Eve !! :)




#55274 Sd Card Using BitBang

Posted by Nart Schinackow on 10 January 2014 - 12:56 PM in Netduino Mini

Thank You jrlyman3 :)




#55266 Sd Card Using BitBang

Posted by Nart Schinackow on 09 January 2014 - 05:03 PM in Netduino Mini

Hello everyone,

 

I got a new netduino-mini and tried to connect it to an SD card break out and it excellently worked....

My question is :

has anyone tried to use a bitbang SPI instead of the standard MICROSOFT SPI ?

if so please let me know or share any links.

 

am developing a project that uses a netduino mini with an SD card and a W5100 ethernet module.

if no solutions where found i would use one SPI for multiple devices...(2 chip selects (one of them inverted))

that would be a solution i think ....

 

Thank you for your help




#54682 RFID Library

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

Hello,

The Link is now back, you could download it

 

Thanks




#51908 HttLibrary V3

Posted by Nart Schinackow on 03 August 2013 - 12:40 PM in Project Showcase

Hello All,

 

[color=#800080;]This is a new update for the HttpLibrary, now you could load big large pages, css, javascript, and many image types.[/color]

[color=#800080;]Changes :[/color]

[color=#800080;]1) Dhcp is Now Enabled [/color]

[color=#800080;]2) Added HttpUtility Class Which Will Generate Mime Type Headers For Many File Types, which facilitates the creation of headers[/color]

[color=#800080;]3) Changed The Example To Display A Bootstrap Page Linked in the attachement [/color]

[color=#800080;]4) Updated Documentation[/color]

[color=#800080;]5) General Enhancements[/color]

[color=#800080;]6) Added a constructor to Configuration(int) (dhcp use)[/color]

[color=#800080;]7) performance optimized[/color]

 

[color=#800080;]Download The Example And The Library Here[/color]

 

 

 

Posted Image




#51580 RFID Library

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

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 Thumbnails

  • rfidnetduinoschem.jpg



#51423 Serial Ram 23K640 Library

Posted by Nart Schinackow on 14 July 2013 - 08:34 PM in Project Showcase

Hello All,

As an example project using the 23K640 serial ram library Check Out The New Version Of The HttpLibrary V.3.1 which now supports an external ram for handling requests,

many changes where done to the previous version, an example project is available along with the library.

 

Download this library here




#51422 HttLibrary V3

Posted by Nart Schinackow on 14 July 2013 - 08:32 PM in Project Showcase

Hello All,

Check Out The New Version Of The HttpLibrary V.3.1 which now supports an external ram for handling requests,

many changes where done to the previous version, an example project is available along with the library.

 

Download this library here




#51225 HttLibrary V3

Posted by Nart Schinackow on 08 July 2013 - 06:17 PM in Project Showcase

Hello All,

The library was updated and fixed a couple of bugs, thanks to ShVerni :)

Below are the list of changes :

 

[color=#ff0000;]Bug fixes :[/color]

[color=#ff0000;]1) fixed the request[string] which returned a flase negative (fixed)[/color]

[color=#ff0000;]2) fixed the redirect , now it redirects to any url (fixed)[/color]

[color=#ff0000;]3) polling was added on receiving , which provoked many errors (fixed)[/color]

[color=#ff0000;]4) fixed the write functions by adding two new ones[/color]

 

[color=#008000;]Changes:[/color]

[color=#008000;]1) removed receive buffer size and send buffer size from constructor, recieve depends on the request size[/color]

[color=#008000;]2) added a proprtie which sets the send buffer size (default is 256)[/color]

[color=#008000;]3) added two new Write functions to the response:[/color]

[color=#008000;]Write(string val, string header) & Write(byte[] data, byte[] header)[/color]

[color=#008000;]now you can send a custom header.. followed by the data html...[/color]

[color=#008000;]4) updated the example program.[/color]

[color=#008000;]5) updated the documentation[/color]

 

[color=#0000ff;]to use the new example :[/color]

[color=#0000ff;]1) download the [/color][color=#0000ff;]Library And Example[/color]

[color=#0000ff;]2) copy the html files inside the "copy to memory card folder " to your mmc[/color]

[color=#0000ff;]3)insert your mmc[/color]

[color=#0000ff;]4)modify your connection parameters in the main program[/color]

[color=#0000ff;]5)deploy[/color]

 

Download the Updated Version Here

Next Version Will contain the Serial ram feature which am integrating right now , hence it will save alot of ram so stay tuned .

Thank You :)




#51156 HttLibrary V3

Posted by Nart Schinackow on 06 July 2013 - 08:16 PM in Project Showcase

Hello ShVerni,

 

Well Thanks Alot For Reminding me about these errors :) Really appreciate that, and yes am fixing the library right now and within these few days i am releasing a new one with all these bugs fixed plus am adding the ability of using an external ram for the recieving buffer hence making more ram space ...

 

Thanks again :)




#51127 Serial Ram 23K640 Library

Posted by Nart Schinackow on 05 July 2013 - 09:02 PM in Project Showcase

Hello baxter,

Thanks for providing that useful info :) , i checked the code and yes it is a very useful library, i will implement one with the same concept soon.




#51117 Serial Ram 23K640 Library

Posted by Nart Schinackow on 05 July 2013 - 03:50 PM in Project Showcase

Hello hanzibal,

Well yes i will reach that approach soon :), actually i am planning to use this ram to work with my HttpLibrarV3 So that it stores all the requests and manipulates them from the ram instead of an internal buffer hence making alot of free memory for code use and variable allocation,

my next project will be itegrating the ram with the HttpLibrary




#51112 Serial Ram 23K640 Library

Posted by Nart Schinackow on 05 July 2013 - 02:31 PM in Project Showcase

Hello EveryOne,

The Library Was Updated With A New RamString Class Which Allows Storing Strings Into The Ram.

 

Check Out The Update Here

 




#51028 Serial Ram 23K640 Library

Posted by Nart Schinackow on 02 July 2013 - 07:31 PM in Project Showcase

Hello EveryOne,

I would like to share this simple library driver for the 23K640 chip which is a simple serial ram that is interfaced via SPI upto a speed of 20mhz, this comes very handy when needing extra ram storage and space.

 

The Library And DataSheet is available Here

 

Library comes with its documentation.

 

NOTE:- Soon a simple RamString class will be added in order to manipulate and store strings inside the serial ram.

 

 

Attached Thumbnails

  • SerialRamNetduino.png



#50946 HttLibrary V3

Posted by Nart Schinackow on 29 June 2013 - 11:12 PM in Project Showcase

Hello JoopC,

Thanks for your note :) actually i am planning to optimize it more and more in the near future with new functionalities, but this release is just a re-implementation  of the V2 library, and i found it more user friendly than V2, till now it does not handle 10,000 bytes of ajax but hopefully with time it will :)

thanks :)




#50931 HttLibrary V3

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

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

 

 





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.