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.
Photo

uPLibrary : a .Net Micro Framework Helper Library


  • Please log in to reply
2 replies to this topic

#1 Paolo Patierno

Paolo Patierno

    Advanced Member

  • Members
  • PipPipPip
  • 169 posts
  • LocationItaly

Posted 15 August 2012 - 11:01 AM

Hello,
uPLibrary is a .Net Micro Framework helper library I have developed (and I'm developing with new features) that I have tested on Netduino boards.
It is available on Codeplex (http://uplibrary.codeplex.com/) or you can download it from Nuget (http://nuget.org/packages/uPLibrary).
These are the actually features :

Managed Drivers :
  • Lcd : class for compatible Hitachi HD4478U controller LCD display using GPIO provider or ShiftRegister provider
  • ShiftRegister74HC595 : class for shift register NXP 74HC595
  • Pir : class for Passive Infrared Sensor (for motion detect)
  • Ultrasonic : class for Ultrasonic Sensor (for object distance measurement)
  • TMP102 : class for Texas Instruments low power digital temperature sensor TMP102
  • DS1307 : class for Maxim RTC (Real Time Clock) device
Utilities

  • Utility : class with some utility methods
  • Encoder : class for Base4 encoding

Networking

  • Ddns : some classes that build a software component f or Dynamic DNS service provider functionality (No-IP and DynDns supported)
  • Smtp : some classes that build a software component for sending emails via SMTP server
  • Wol : class that implements Wake On LAN functionality

Paolo Patierno

Microsoft MVP on Windows Embedded & IoT

Azure Advisor

Twitter : @ppatierno
Linkedin : paolopatierno
Blog : DevExperience

Blog : Embedded101
?


#2 Victor M.

Victor M.

    Advanced Member

  • Members
  • PipPipPip
  • 39 posts
  • LocationRio de Janeiro, Brazil

Posted 15 August 2012 - 12:12 PM

Congratulations for your job Paolo! This a very nice idea that will help every one who make application with Netduino.The Networking has an Webserver? It's support all Netduino boards? []s, Victor

#3 zee

zee

    Advanced Member

  • Members
  • PipPipPip
  • 47 posts

Posted 09 April 2013 - 02:02 AM

Hi Paolo,

 

Just to clarify, to do a project on ultrasonic for distance measurement, is it a must to have this library? If yes, i encountered this errors and need your help. Thanx..

 

I tried to install the package but it show me this errors:

 

 

PM> Install-Package uPLibrary
Install-Package : The current environment doesn't have a solution open.
At line:1 char:16
+ Install-Package <<<<  uPLibrary
    + CategoryInfo          : InvalidOperation: (:) [Install-Package], InvalidOperationException
    + FullyQualifiedErrorId : NuGetNoActiveSolution,NuGet.PowerShell.Commands.InstallPackageCommand
 
 





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

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.