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

LCD support


  • Please log in to reply
9 replies to this topic

#1 Hans75

Hans75

    Member

  • Members
  • PipPip
  • 12 posts
  • LocationDen Bosch, Netherlands

Posted 29 June 2012 - 06:17 AM

thanks very much... this is great stuff... I just got my NetduinoPlus, and just joined this forum searching for some good examples, to get components connected and interacting.. I am still struggling with my "LCD 16x2", which is still a mystery to me.. you have some good advice or drivers for that too?

#2 Stefan

Stefan

    Moderator

  • Members
  • PipPipPip
  • 1965 posts
  • LocationBreda, the Netherlands

Posted 29 June 2012 - 06:23 AM

Hi and welcome to the forums!

I am still struggling with my "LCD 16x2", which is still a mystery to me.. you have some good advice or drivers for that too?

At this moment there are no VB drivers available, or at least not from me.
But the C# drivers can be used in VB. See more about that at http://forums.netdui...ivers-in-vbnet/
"Fact that I'm a moderator doesn't make me an expert in things." Stefan, the eternal newb!
My .NETMF projects: .NETMF Toolbox / Gadgeteer Light / Some PCB designs

#3 Hans75

Hans75

    Member

  • Members
  • PipPip
  • 12 posts
  • LocationDen Bosch, Netherlands

Posted 29 June 2012 - 10:26 AM

Hi and welcome to the forums!


At this moment there are no VB drivers available, or at least not from me.
But the C# drivers can be used in VB. See more about that at http://forums.netdui...ivers-in-vbnet/


thanks.. that should shall and will work indeed..
too bad, i didnt realize i needed that shift register chip for the lcd...,

#4 Stefan

Stefan

    Moderator

  • Members
  • PipPipPip
  • 1965 posts
  • LocationBreda, the Netherlands

Posted 29 June 2012 - 11:53 AM

thanks.. that should shall and will work indeed..
too bad, i didnt realize i needed that shift register chip for the lcd...,

It's possible to do it without shift register, just another schematic and uses more pins.
"Fact that I'm a moderator doesn't make me an expert in things." Stefan, the eternal newb!
My .NETMF projects: .NETMF Toolbox / Gadgeteer Light / Some PCB designs

#5 Hans75

Hans75

    Member

  • Members
  • PipPip
  • 12 posts
  • LocationDen Bosch, Netherlands

Posted 30 June 2012 - 02:02 PM

It's possible to do it without shift register, just another schematic and uses more pins.


do you have link where to find this?..

#6 Stefan

Stefan

    Moderator

  • Members
  • PipPipPip
  • 1965 posts
  • LocationBreda, the Netherlands

Posted 01 July 2012 - 08:23 AM

do you have link where to find this?..

This is the way to connect it:
http://arduino.cc/en...l/LiquidCrystal

The LCD driver also has another provider included for GPIOs as well, have you found that one?
"Fact that I'm a moderator doesn't make me an expert in things." Stefan, the eternal newb!
My .NETMF projects: .NETMF Toolbox / Gadgeteer Light / Some PCB designs

#7 Hans75

Hans75

    Member

  • Members
  • PipPip
  • 12 posts
  • LocationDen Bosch, Netherlands

Posted 01 July 2012 - 10:30 AM

This is the way to connect it:
http://arduino.cc/en...l/LiquidCrystal

Thanks a lot.. i think, thats what i am looking for..

The LCD driver also has another provider included for GPIOs as well, have you found that one?

have no clue what you mean... i am completely new to arduino's and netduino's. so please forgive me..

#8 Stefan

Stefan

    Moderator

  • Members
  • PipPipPip
  • 1965 posts
  • LocationBreda, the Netherlands

Posted 01 July 2012 - 05:56 PM

have no clue what you mean... i am completely new to arduino's and netduino's. so please forgive me..

Have you downloaded and opened the project I uploaded at http://forums.netdui...ivers-in-vbnet/ ?

It now has this line:
Dim Provider As Shifter74Hc595LcdTransferProvider = New Shifter74Hc595LcdTransferProvider(SPI_Devices.SPI1, Pins.GPIO_PIN_D10)
That could also be:
Dim Provider As GpioLcdTransferProvider = New GpioLcdTransferProvider(Pins.GPIO_PIN_D1, Pins.GPIO_PIN_D2, Pins.GPIO_PIN_D3, Pins.GPIO_PIN_D4, Pins.GPIO_PIN_D5, Pins.GPIO_PIN_D6, Pins.GPIO_PIN_D7)
Then you just need to make sure all pin numbers are correct.

I never done this myself, I normally use a shift register, but this should work.
"Fact that I'm a moderator doesn't make me an expert in things." Stefan, the eternal newb!
My .NETMF projects: .NETMF Toolbox / Gadgeteer Light / Some PCB designs

#9 Hans75

Hans75

    Member

  • Members
  • PipPip
  • 12 posts
  • LocationDen Bosch, Netherlands

Posted 02 July 2012 - 06:24 PM

Thanks a lot very much. will certainly give it a try... :-)

#10 Hans75

Hans75

    Member

  • Members
  • PipPip
  • 12 posts
  • LocationDen Bosch, Netherlands

Posted 07 July 2012 - 11:12 AM

It worked!.. thanks again




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.