It is fun... but only when you get great support like you guys provide.
I be like'n da NetBurner. (And I let my bosses know that too
Dave
Search found 17 matches
- Fri Jun 26, 2015 9:09 am
- Forum: NetBurner Software
- Topic: I/O pin interrupt
- Replies: 16
- Views: 13952
- Fri Jun 26, 2015 7:09 am
- Forum: Application Notes and Design Ideas
- Topic: .NET DLL for Finding NetBurners on the LAN
- Replies: 7
- Views: 21344
Re: .NET DLL for Finding NetBurners on the LAN
Thank you very much for this dll Tod! Your work is very much appreciated.
Dave
Dave
- Fri Jun 26, 2015 5:48 am
- Forum: NetBurner Software
- Topic: I/O pin interrupt
- Replies: 16
- Views: 13952
Re: I/O pin interrupt
That worked... voltages on pin 4 are now the expected values for 0 and 1.
Dave
Dave
- Thu Jun 25, 2015 11:13 am
- Forum: NetBurner Software
- Topic: NBFind code available?
- Replies: 2
- Views: 2777
NBFind code available?
I would like to do a NBFind within my own application.
Is that code available?
Dave
Is that code available?
Dave
- Thu Jun 25, 2015 10:25 am
- Forum: NetBurner Software
- Topic: I/O pin interrupt
- Replies: 16
- Views: 13952
Re: I/O pin interrupt
"You sure you're working with the correct pin number?" Pretty sure, yeah... I am using pins 3 and 4 of J8 on a SLB2E Carrier Board and measuring the voltage against pin 11 of J8 (GND). I am currently trying this code with all 4 possible combinations and then measuring the voltage between 3...
- Thu Jun 25, 2015 8:18 am
- Forum: NetBurner Software
- Topic: I/O pin interrupt
- Replies: 16
- Views: 13952
Re: I/O pin interrupt
That is all working quite well for me.
How do I set a pin high or low? I have tried:
Pins[RED_LED_PIN].function(PINX_GPIO); // RED_LED_PIN = 3
Pins[RED_LED_PIN].drive();
Pins[RED_LED_PIN] = TRUE;
Pins[RED_LED_PIN] = 1;
Pins[RED_LED_PIN].set(true);
Dave
How do I set a pin high or low? I have tried:
Pins[RED_LED_PIN].function(PINX_GPIO); // RED_LED_PIN = 3
Pins[RED_LED_PIN].drive();
Pins[RED_LED_PIN] = TRUE;
Pins[RED_LED_PIN] = 1;
Pins[RED_LED_PIN].set(true);
Dave
- Tue Jun 23, 2015 8:29 pm
- Forum: NetBurner Software
- Topic: I/O pin interrupt
- Replies: 16
- Views: 13952
Re: I/O pin interrupt
Where can I find an example of PinIO usage? I searched the NNDKProMan.pgf and didn't get any hits...
Dave
Dave
- Tue Jun 23, 2015 3:32 pm
- Forum: NetBurner Software
- Topic: I/O pin interrupt
- Replies: 16
- Views: 13952
Re: I/O pin interrupt
Nope, not the person that called.
What example shows reading a pin for a button push? (with de-bounce? )
Dave
What example shows reading a pin for a button push? (with de-bounce? )
Dave
- Tue Jun 23, 2015 7:39 am
- Forum: NetBurner Software
- Topic: I/O pin interrupt
- Replies: 16
- Views: 13952
Re: I/O pin interrupt
I think I shot too high in my first post; going with an interrupt.
All I really want to do is sense when Pin 12 (UART1_RX) goes low (button push). I can do that in the main loop too, so how about an example of pin 12 being put into GPIO mode and then read as a digital input?
Dave
All I really want to do is sense when Pin 12 (UART1_RX) goes low (button push). I can do that in the main loop too, so how about an example of pin 12 being put into GPIO mode and then read as a digital input?
Dave
- Mon Jun 22, 2015 2:03 pm
- Forum: NetBurner Software
- Topic: I/O pin interrupt
- Replies: 16
- Views: 13952
Re: I/O pin interrupt
Interrupt response doesn't need to be immediate... 50ms max I guess.
"Its also possible to set the A/D converter in continuous operation mode and set limits that trigger interrupts."
That's sounds like the ticket; any examples of that?
Dave
"Its also possible to set the A/D converter in continuous operation mode and set limits that trigger interrupts."
That's sounds like the ticket; any examples of that?
Dave