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.

supra

Member Since 14 Apr 2012
Offline Last Active Sep 11 2013 12:02 PM
-----

Topics I've Started

RUSSIAN METEOR

16 February 2013 - 01:45 PM

Did anyone saw the cars on parking lot?  When the fireball exploded, suddenly the cars on alarm system automatically turned on. You will see headlights flashing. Why is that happened?

 

Supra

 


Pressing F5...Ok While I powered off and powered on usb........not working.

13 January 2013 - 02:12 PM

Moderator note: this post split from the Shield Base Beta 5 post. HEY Chris! Work greaaaaaaaaaaaat. No More detached usb (power off/on). I been testing all my projects for knightrider and 8x8 dotmatix. :)  :)

A first chance exception of type 'System.Exception'

15 October 2012 - 03:06 PM

public class LedMS88SR74HC595 : LedMatrix
    {
        protected OutputPort[] RowPortMap;
        protected ShiftRegister74HC595 ShiftRegister;
         static NetduinoGo.ShieldBase sb = new NetduinoGo.ShieldBase(GoSockets.Socket5); 
         

        public LedMS88SR74HC595() :
            this(new ShiftRegister74HC595(sb.Pins.GPIO_PIN_D11))
        {
        }
//
//
//
//


error:

A first chance exception of type 'System.Exception' occurred in GoBusSerialTransport.dll
An unhandled exception of type 'System.Exception' occurred in GoBusSerialTransport.dll

Do i have to install dll?

How to reset button on NGo

12 October 2012 - 02:27 PM

how do i write button on NGo board to reset it? inputport button = new InputPort(Pins.ONBOARD_SW1, false, Port.ResistorMode.Disabled); Btw could be? var button = new InputPort(Pins.Button, false,Port.ResistorMode.Disabled);

How to write Shield Base Digital I/O

02 October 2012 - 03:05 PM

Since I got Shield base 1 mnth ago, but haven't play around yet. On breadboard, I have common cathode connected to Power GND and 330 ohms with anode's led connected to digital i/o pin 4 of shield base.
My question, how do i write code to shield base digital i/o pin 4?

Output leds = new output(pins_gpio_pin_5,false)
<== I'm not sure if this write to shield base

Shield Base connected to sck5 of NGo..

Thank.

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.