Thanks Bill.
Er, what can I do with it?
Jim
Well, if you've got a smartphone, you can get the microsoft tag app, scan it with your phone, and it will send you to the netduino download section.
![]() |
  | |||||||||||||
![]() |
|
![]() |
||||||||||||
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.
bill.french's ContentThere have been 260 items by bill.french (Search limited from 02-July 24) #6164 Netduino Plus - First impressions from a beginner
Well, if you've got a smartphone, you can get the microsoft tag app, scan it with your phone, and it will send you to the netduino download section. #6157 Netduino Plus - First impressions from a beginner
It's a Microsoft Tag. I was hoping it was some secret stuff, but it was more along the lines of "Drink More Ovaltine".
Microsoft Tags are actually really cool things. #8312 RS485 between two Netduinos
check this out: http://forums.netdui...ch__1#entry6890
might have to do with adding the event before the port is open?
#8314 RS485 between two Netduinos
You could also test it without events with something like this:
while(true) { while (_COMPORT.BytesToRead > 0) { byte[] buffer = new byte[1]; _COMPORT.Read(buffer, 0, 1); Debug.Print(buffer[0].ToString()); } } #6498 Netduino Firmware v4.1.0 (update 6) BETA 1
For the love of God, man, don't reply to me! Get back to work! #6496 Netduino Firmware v4.1.0 (update 6) BETA 1
I was wondering what you've been up to! #7866 IR Transmitter?
This might be helpful, too:
http://dangerousprot...SB_Infrared_Toy
#7865 IR Transmitter?
This might help you:
http://forums.netdui...p?showtopic=185
#7216 Use of Static Keyword
What are you basing these statements off of? The first doesn't sound quite right to me, but I really don't know and really would like to learn the right (.net) way. #7453 Use of Static Keyword
Very cool, thank you all -- sorry to hijack. I wish this were a separate thread!
#7461 Use of Static Keyword
Cool, thanks, Chris. This is somewhat related: is there a "cheat sheet" anyone likes on styling code?
Stuff like when to use camel case, lower case, etc, for methods, properties, classes, etc?
... and also, what's the current philosophy on namespaces?
#7411 Use of Static Keyword
I understand what static is. I'm looking more for literature that supports what sounds a lot like your opinion. Based on what you say, if I have a function that I want only ever want one instance of, unless it's a helper function or without side effects, I should not make it static -- that doesn't quite sit well with my gut, but I really don't know. Concerning your gui / java example, I (think I) know the templates were that way because they *had* to be, since main has to be static (there can be only one) and you can't call non-static functions or whatever. "rules of proper coding style" -- where are these rules? I've used static classes to specifically deal with certain state issues. As I'm writing this, it seems combative, but I really want to understand. #8085 Replace analog pot with Netduino using PWM
Instead of a motor control board (some sort of shield, I am imagining?), you might pick up an RC ESC and control that with pwm. Http://www.hobbyking.com has tons of cheap stuff.
What toy RC is it?
#8018 Replace analog pot with Netduino using PWM
Can you better describe what you are trying to do, what you're wiring up, etc? I have some ideas.
#6476 Solid Graphic LCD
Well, I don't know, but that LCD you linked is pretty amazing! From the comments:
#7417 Solid Graphic LCD
2 things -- I believe your can "reflash" the SGC to GFX and vice-versa, based on this reply from 4D's support:
Also, another screen to consider if anyone stumbles across this thread: http://www.dfrobot.c...&product_id=135 #7992 "Universal" LCD Shield
I have it using 5 ports, one for each position. There are two options that I might try out in another etch:
1. Using resistors and an analog port
2. The uLCD-144 actually has the capability to take read the joystick using method 1, in which case it won't use any io ports.
#7964 "Universal" LCD Shield
I etched a shield that can take two different LCD screens:
http://www.sparkfun.com/products/10168 (monochrome, about $10) ...and... http://www.sparkfun.com/products/10090 (color, about $32) It also includes a 5 way tactile switch: http://www.sparkfun.com/products/10063 Attached is the etch pdf from Fritzing if anyone cares to make one themselves. Here's some pics: 1. With the color screen, running a simple drawing program I made up using the joystick: ![]() 2. With the B&W screen: ![]() 3. The shield with no screens: ![]() 4. The copper side, my technique has really improved: ![]() Attached Files
#7337 Problem with Analog Input
cwbhx: here's a thread with a diagram including a potentiometer, if it's helpful.
#4892 Speed and turning control with Ardumoto - Motor Driver Shield
Your syntax is wrong:
PWM pwm1 = new PWM(Pins.GPIO_PIN_D3);
PWM pwm2 = new PWM(Pins.GPIO_PIN_D11);
I think is more what you want?
#4901 Speed and turning control with Ardumoto - Motor Driver Shield
I didn't catch this the first time, but I think PWM is only supported on pins 5,6,9,10 -- not 3 and 11.
Specs are here: http://www.netduino....duino/specs.htm
digital i/o features
● all 20 digital and analog pins: GPIO
● digital pins 0-1: UART 1 RX, TX
● digital pins 2-3: UART 2 RX, TX
● digital pins 5-6: PWM, PWM
● digital pins 7-8: UART 2 RTS, CTS
● digital pins 9-10: PWM, PWM
● digital pins 11-13: SPI MOSI, MISO, SPCK
● analog pins 4-5: I2C SDA, SCL
#4904 Speed and turning control with Ardumoto - Motor Driver Shield
Sorry I didn't notice originally! Just FYI, the "outofrange" exception made me think you were trying to access some capability outside of the range where it was possible.
#6813 SerialPort Class not in System.IO.Ports
Hmm... I've been powering everything off the netduino, it works for me with either an external power supply or just usb.
#6822 SerialPort Class not in System.IO.Ports
i posted my circuit layouts in another thread, might help out here:
http://forums.netdui...rst-shield-pcb/
#6787 SerialPort Class not in System.IO.Ports
Let me know if it works for you. I'm very nervous!!
| ||||||||||||||
![]() |
||||||||||||||
![]() |
|
![]() |
||||||||||||
![]() |
This webpage is licensed under a Creative Commons Attribution-ShareAlike License. | ![]() |
||||||||||||
![]() |