YOU HAVE TO ENTER THE CORRECT SERIAL PORT AND RIGHT BAUDRATE IN PUTTY - THAN CLICK CONNECT
EDIT: MY KEYBOARD IS DAMAGED; CAPSLOCK IS STUCK - YOURS TOO??
- Christoc likes this
![]() |
  | |||||||||||||
![]() |
|
![]() |
||||||||||||
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.
Community Stats
#44130 6 pads at the back of the board next to SW1
#42814 [Suggestion] Additional sections
iam against sections for different languages. but one for like codeshare would be usefull
#42063 Netduino Plus Ethernet Shield
instead of enabling dhcp setting an ip
#41937 AnalogInput and Netduino Plus 2
read doesent return the actual voltage, it returns the voltage in percent, where 0.5 = 50% = 1.65v, 1.0f = 100% = 3.3v
when you connect it it should read 1.0f (or something like 0.999f).
when you multiply the read value with 3.3 you get the voltage.
(microsoft class, id never used the sl one)
#41558 NooM's Playground
heres my little playground. its on my old led matrix
//edit: i now hooked up my rgb matrix its only 3bit color, but still impressive
https://www.youtube.com/watch?v=siBAG85j6Co
i also designed an app with that i can create images in color for it, its still in progress (i klick the pixels, it shift to the next aviable color, a button to save it to a file is missing)
i also made a small "testbench" wich connect per uart to my netduino, and is capable of read/write register for a specified device (in that case my gyro sensor)
//edit: uart class deleted for now, it has a memory leak
//edit: drivers for the mcp3201 added - 12 bit external adc. also the uart bug seems to only affect stm32, have to look further into that.
// edit: uploaded a fixed version of realtimeclock (ds1307) Attached Files
#41408 PWM question (in combination with TIP32)
sure its aviable and works! PWM ladi = new PWM(PWMChannels.PWM_PIN_17, 1000, 0.5, true); // standard netmf pwm class //edit: in 4.2 ![]()
#40858 N+2 resetting and migration to 4.1
you should really get some basics first before you try to port code.
stuff like: you press a button, a led turn on, you press it again, it turns off than go for analog-digital-converter, pwm, communication busses (spi, i2c, uart) heres is a good tutorial to start with, it has more pages, you should read tham all Good Start
#40798 Network Settings
#40793 Using both Analog and Digital on same pin
you can just use analog, it can read digital signals too... digital is 0v and 3.3v
//edit do not use more than 3.3v on analog pins
//edit iam also not sure if you can connect gnd to analog. someone can confrim this?
#40779 N+2 resetting and migration to 4.1
its a blocking function, it does not not hang, it waits there till a client actually connects i made a short non blockinmg (threaded) sample for networking Attached Files
#40524 Using COM1 and COM2 at the same time
yes its possible, but keep in mind one port is rs232 and one is uart, so it wount work with the same ftdi cables, you need different
//edit: iam using an max232 to step up my ftdi chip for the com2 port for deployment, so i have the uart (com1) free for device to device/pc communication //edit the code for that would be something like this: sample 1 sample 2
| ||||||||||||||
![]() |
||||||||||||||
![]() |
|
![]() |
||||||||||||
![]() |
This webpage is licensed under a Creative Commons Attribution-ShareAlike License. | ![]() |
||||||||||||
![]() |