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.

NooM's Content

There have been 301 items by NooM (Search limited from 10-May 23)


By content type

See this member's


Sort by                Order  

#45575 Netduino Plus with arduino gps gsm with SIM548C module?

Posted by NooM on 15 February 2013 - 05:24 PM in Netduino Plus 2 (and Netduino Plus 1)

Microsoft.SPOT.Hardware.SerialPort

.. not using.. add this toi references at the right side...

properties.. references ...

 

than add using System.IO.Ports; where your class is




#45559 Netduino Plus with arduino gps gsm with SIM548C module?

Posted by NooM on 15 February 2013 - 09:59 AM in Netduino Plus 2 (and Netduino Plus 1)

2) why when i type the "SerialPort serialPort = new SerialPort("COM1", 4800, Parity.None, 8, StopBits.One);",

there are red line under the SerialPort.

 

 

you have to add a reference: Microsoft.SPOT.Hardware.SerialPort

maybe also system.io

 

and than using System.IO.Ports;

 

 

than your serialports will work.




#45556 AnalogInput

Posted by NooM on 15 February 2013 - 06:29 AM in General Discussion

hmpf.. i thought what i said was clear..

 

use that:

 

AnalogInput pot = new AnalogInput(AnalogChannels.GPIO_PIN_A0);




#45510 Safe Way to power netduino with 5v Regulated Supply

Posted by NooM on 14 February 2013 - 04:11 PM in Netduino Plus 2 (and Netduino Plus 1)

connected gnd together?




#45509 Adafruit NFC shield

Posted by NooM on 14 February 2013 - 03:39 PM in Netduino 2 (and Netduino 1)

hm iam wondering why you bitbang the data, and not use the normal spi/i2c classes, that would be a lot faster and way less code, less errors and such. i dont have such a device so i cant try, but except some really exotic devices all is kinda "standard" that just works with netduino

- ofc the right code for accessing the right registers at the right time is still needed.




#45506 Hello! Just getting started!

Posted by NooM on 14 February 2013 - 03:26 PM in General Discussion

hehe thats a lot of questions, some i can answer:

 

Would it be possible to build something large? A robotic arm that could pick up things based on their color perhaps?

What would be required to make something like this happen?

first is a yes, second: yes, but it would be a slow arm, since color detection, and any graphical stuff requeis a lot of resources and horsepower.

it also depends on your coding skills.

third: the best way todo this would be connect the netduino to a pc, and let the pc calculate the color/whatever detection stuff

 

How do you run power to a large motor, but control the logic with Netduino?

you do that with a motor shield and an external power supply.

its made just for that - driving high power motors with the netduinos logic level outputs/pwm's

 

How would I interface with a sensor purchased from parallax such as the Ping?

sorry i cant tell you how you would do that - but i would read the datasheet, also the one for the netduino and see if its compatible.

than i would ask google or maybe here in the forums if anyone else has done that before - or - if its easy -

just write the code for it.

 

If I were to purchase a sensor, how would I create a way to interface with it if no documentation for it is available?

dont purchase it. get a cheap one from ebay, and before you buy it, ask google if datasheets are aviable in english/your language.

this one has a lot of very commons sensors/stuff, i ordered a lot from him




#45502 AnalogInput

Posted by NooM on 14 February 2013 - 08:59 AM in General Discussion

i wonder whats the analoginput class your using is.

 

the microsoft one want AnalogChannels.yourpin and not Pins.yourpin.

secretlabs one, i _think_ (never used it) wants it the way you have it.




#45493 Newbie trying to deciede where to start and what to buy.

Posted by NooM on 14 February 2013 - 05:02 AM in General Discussion

my opinoin for the go: its a nice device, but lacking some modules, wonder when they will be aviable.

 

the plus/plus2 are good allround devices i would say, cos you can play with sd cards and ethernet.

if you are sure you will not want ethernet, the normal netduino or netduino 2 is also fine.

 

i personally love the mini, cos it fints in a breadboard, and its smaller than a normal size sd card :)

you can hook up a sd card to it, but ethernet is a pain, that never will work right.




#45492 Mosfet IRF540 v2.0

Posted by NooM on 14 February 2013 - 04:57 AM in Netduino Go

i guess so, it says the min voltage is 3 volts for the inputs, wich netduino can supply.

 

its also opto coupled, so i like the design :)

 

when you want to drive a mosfet directly you have to watch out that its logic level, or it wount completly turn on, get hot and burn.

but this board avoids that with the couplers




#45447 Netduino and C#

Posted by NooM on 13 February 2013 - 05:17 PM in Netduino 2 (and Netduino 1)

IMO diving straight into the list of API's is just going to confuse you.

What might be better is to set a few goal applications that you want to make, and then learn new things as you confront challenges.

 

But best case would definitely be to get a basic C# book.

 

he mentioned he has the netduino book and that he is doing c# lessons, so what else would you point him to than the msdn ?

its also the only correct answer to his question about the functions.




#45446 Dead USB, can't deploy, connect or reset...

Posted by NooM on 13 February 2013 - 05:15 PM in Netduino 2 (and Netduino 1)

sry i have no idea what todo, but ping and program running tells me its not damaged.




#45445 Measuring current draw

Posted by NooM on 13 February 2013 - 05:12 PM in General Discussion

http://www.netduino....duino/specs.htm

16ma only on 3 pins.

 

its somehow sad that there are no good/visible links to the specs for the gen1 boards -.-




#45435 Netduino and C#

Posted by NooM on 13 February 2013 - 02:47 PM in Netduino 2 (and Netduino 1)

there is not that much netduino/netmf specific "commands" (functions) -

its mostly like coding in .net. many many functions are allready ported.

 

http://msdn.microsof...y/ee435793.aspx

 

heres a listing of all aviable functions




#45433 Another InterruptPort problem

Posted by NooM on 13 February 2013 - 02:27 PM in Visual Basic Support

sure it is, at least my mini supports it. so i guess all v1 boards do so.




#45425 Dead USB, can't deploy, connect or reset...

Posted by NooM on 13 February 2013 - 11:28 AM in Netduino 2 (and Netduino 1)

you sure its damaged? netduino can survice 12v, the regulator is actually rated much higher (but will get a heat problem when you draw too much current)




#45420 Safely ejecting SD card (and other problems)

Posted by NooM on 13 February 2013 - 09:47 AM in Netduino Plus 2 (and Netduino Plus 1)

So how does that help with my various errors?

 

it gives you some knowledge :P

 

since hanzibal allready told you about the card-detect pin ...

 

the try/catch approach you mentioned may work, but i think its better to

check if a sd card is in (set a boolean with the card-detect event, maybe there is allready one?)

and only write data when its actually in.




#45383 I2C netduino plus 2

Posted by NooM on 12 February 2013 - 04:27 PM in Netduino Plus 2 (and Netduino Plus 1)

for the pullups: id suggest using 4.7 kilo-ohm - that worked great for me.

when adding more devices you can lower that, but from my experience most modules have allready pullups included

i havent changed my 4.7k so far, and iam using like 5 devices on the i2c bus




#45373 Safely ejecting SD card (and other problems)

Posted by NooM on 12 February 2013 - 12:58 PM in Netduino Plus 2 (and Netduino Plus 1)

first: yes thats only for the plus and plus2.

than: i meant its not Cpu.Pins its just Pins enum.

 

also, since this is in the plus/plus2 part of the board, i was talking about that.




#45362 RGB led - cathode vs anode

Posted by NooM on 12 February 2013 - 07:39 AM in Netduino Plus 2 (and Netduino Plus 1)

in the netmf pwm class you can set an invert boolean in the constructor, so you can use it normally, no matter if its anode or cathode.




#45361 Safely ejecting SD card (and other problems)

Posted by NooM on 12 February 2013 - 07:01 AM in Netduino Plus 2 (and Netduino Plus 1)

you do not use Cpu.Pins for netduino -.-

 

netduino has the card detect implemented, and it even throws an interrupt when you enter a card (maybe, i guess) also when you remove it.




#45360 Another InterruptPort problem

Posted by NooM on 12 February 2013 - 06:57 AM in Visual Basic Support

no.

 

the ones without Level clear themselfes

 

edit: using clear on non level even throws an error according to:

http://msdn.microsof...y/cc532335.aspx




#45351 Another InterruptPort problem

Posted by NooM on 12 February 2013 - 02:08 AM in Visual Basic Support

when using

InterruptEdgeLevelHigh or

InterruptEdgeLevelLow

you have to call clear interrupt afterwards.

it wount throw another interrupt till you cleared it




#45302 I do not get the Interrupt port stable

Posted by NooM on 11 February 2013 - 10:59 AM in Netduino Plus 2 (and Netduino Plus 1)

resistor.. did you use a pulldown?

 

Port.InterruptMode.InterruptEdgeHigh wants an external pulldown resistor.

 

Port.InterruptMode.InterruptEdgeLow wants an external or the internal pullup resistor.

 

edit: that doesent count for all devices, but most work that way




#45298 More Netduino + WP8 + Bluetooth fun- 3D reconstruction

Posted by NooM on 11 February 2013 - 10:26 AM in Project Showcase

well, i have the cheapest imu, the gyroscope has a little bit of noise, but the rest of the sensors work as expected, so to know if they are accurate enough for you youd have to compare their datasheets.

 

i cant guarantee its original parts or just clones, they look original tho for me.




#45296 Using 6 Degrees of Freedom on Netduino Plus

Posted by NooM on 11 February 2013 - 10:22 AM in Netduino Plus 2 (and Netduino Plus 1)

from what devie on it you read your values?

the gyroscope only tell you the degrees per seconds that its currently turned. so when no movement = no value

 

the accelerometer tells you its current oriantation (so when reading this you know its angles) and maybe more (i only used it for that: http://www.werkzeugz...017000266_1.jpg - just in digital form)





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.