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 25-June 23)


By content type

See this member's


Sort by                Order  

#48004 How do I connect Netduino+ to a pc wireless?

Posted by NooM on 04 April 2013 - 05:17 AM in Netduino Plus 2 (and Netduino Plus 1)

if it doesent have to be ethernet, id go with a bluetooth module. they are very cheap on ebay, and its serial communication. doesent need any extra code to work.

 

http://forums.netdui...ss-programming/

(i not only use them for programming, nearly all my "projects" have one now, to send data from pc to the project)

 

//edit: sadly hey doubled in price the last few weeks :(




#48008 Car battery as powersupply

Posted by NooM on 04 April 2013 - 09:58 AM in Netduino Mini

as always, i suggest a switching regulator, add a large enuff kondensator at the input side, done. it works from 6v to ~24v and outputs stable 5v

 

http://www.ebay.com/...=item3a74b337d4




#48011 Car battery as powersupply

Posted by NooM on 04 April 2013 - 10:46 AM in Netduino Mini

its a switching regulator, not linear. so it can supply up to 2 amps w/o getting hot.

i also experienced good stability and no noise when using it. so it might be good for your motorcylce thingy

when you start it.




#48059 Flashing 4.2 failed

Posted by NooM on 05 April 2013 - 06:16 AM in Netduino Mini

it totally likes this cable. its i/o is 3.3v (only the supply from the cable is 5v, dont use that)

in chat you just called this adapter. its an ftdi cable wich is good.




#48062 mcp 23017 help

Posted by NooM on 05 April 2013 - 10:07 AM in Netduino Plus 2 (and Netduino Plus 1)

where did you specify its address?




#48063 mcp 23017 help

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

ah i looked closer at the source from toolbox.

http://netmftoolbox....ailable classes

thats how you hook it up, seems correct.

 

you than have to specify its pin as outputs with: PinMode([color=rgb(0,0,255);]int[/color] Pin, [color=rgb(0,0,255);]bool[/color] Output)

than you can use: SetPin([color=rgb(0,0,255);]int[/color] Pin, [color=rgb(0,0,255);]bool[/color] Value)

 

http://netmftoolbox....ew/23314#354279




#48108 Car battery as powersupply

Posted by NooM on 06 April 2013 - 08:56 AM in Netduino Mini

lm2577 as boost up. ebay also has modules where you can limit the current supplied




#48146 More mcp23017 help.

Posted by NooM on 07 April 2013 - 02:47 PM in Netduino Plus 2 (and Netduino Plus 1)

000 (0)

001 (1)

010 (2)

011 (3)

100 (4)

101 (5)

110 (6)

111 (7)

 

its 8.

 

slave address is:

0100 + 3 address pins (to ground means 0, to positive means 1) + r/w bit (set in the programm automatically, you dont need todo anything for that.)

so first address is 0x20, second 21... 22

 

use the windows calculator in programmer mode, you can enter binary and it will show you the hexdecimal output.

(dont add the r/w bit when you enter it, so enter only 7 bits.)




#48169 Netduino Plus I2C crashed?

Posted by NooM on 08 April 2013 - 07:15 AM in Netduino Plus 2 (and Netduino Plus 1)

maybe adjust your pull-up resistor values on sda/scl lines. also try lock() your i2c code when you use multiple threads.




#48177 Netduino Plus I2C crashed?

Posted by NooM on 08 April 2013 - 10:54 AM in Netduino Plus 2 (and Netduino Plus 1)

the mcp also operates at 5v? id go 3.3v with everything, also pullups.

 

you may try the multi-i2c class from the link in my signature, its similiar to netmf-toolbox but includes lock's

(i had troubles w/o them)

 

your pullup resistors are fine.




#48218 High Resolution Delay

Posted by NooM on 09 April 2013 - 03:40 PM in Netduino Plus 2 (and Netduino Plus 1)

i dont think that works properly, since netmf has garbagecollector and such, also the thread switching can be an issue.

and its so much code. id use:

 

void SleepUSec(UInt32 Ammount)

{

DateTime startTime = DateTime.Now;

while(startTime.Ticks + (Ammount*10) > DateTime.Now.Ticks)

;

}

 

or something simmiliar should do it.




#48221 High Resolution Delay

Posted by NooM on 09 April 2013 - 04:06 PM in Netduino Plus 2 (and Netduino Plus 1)

just to add: both solutions have that weak point. only native one is "perfect" as nevyn mentioned




#48243 Signature check fail Er_flash.sig

Posted by NooM on 10 April 2013 - 09:53 AM in Netduino Mini

try it again with the files and "guide" from here:

http://forums.netdui...-v420-update-1/

 

select the version wich you wanna have, one if for ttl deployment, the other for the 12v rs232 port.




#48297 PWM freezing due to PWMChannels mapping

Posted by NooM on 11 April 2013 - 12:30 PM in Netduino 2 (and Netduino 1)

i dont think the netduino 1 has pwm on the led.

also only 4 pwm channs

(5,6,9,10);

 

so iam not suprised your code crashes :)

 

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




#48358 Bricked Netduino Plus. Help needed

Posted by NooM on 13 April 2013 - 05:50 PM in Netduino Plus 2 (and Netduino Plus 1)

The gold pin doesn't do anything on the Netduino Plus. To do the firmware update you need to hold down the reset button before connecting it to the computer, plug in the USB, then release the button. The procedures for the rest of the firmware update are pinned at the top of these forums. 

 

thats only for boards with stm32. gen1 are sam7x (except go wich is stm32 too)




#48363 Music played on tesla coil - how to?

Posted by NooM on 13 April 2013 - 08:34 PM in General Discussion

iam sure one coild is enuff for a lot of frequencies (tones) - except the low ones, wich it can do.

i have no idea how exactly it works, but its simmiliar to a speaker

 

 

since it looks like you have no idea - id suggest not building something - or at least reading tons about it before, and electricity in general - its higly dangerous and can kill you.

 

 

// edit thats in the link is no tesla coil - still thats what you can expect of a small scale tesla coil

 

 

for real big ones - arc attack is a group that makes shows.




#48395 OMNI-QC - Netduino-controlled quad-copter

Posted by NooM on 15 April 2013 - 01:19 AM in Project Showcase

to be honest, the test trial nr 6 doesent look very promising :(

also, it didnt look like you care much about safety, did i even

hear a kid in the background?

 

 

did you use native code for all the calculations?

cos when the gc kicks in its very bad for stability.

 

what about intended final price?

 

also in the vid you talk about wireless remote, every quad has this :D

 

 

 

good lucky anyways




#48422 Netduino PWM to control Treadmill motor?

Posted by NooM on 15 April 2013 - 10:46 PM in Netduino Plus 2 (and Netduino Plus 1)

normally optocouplers (even cheap ones) and mosfets do fine, i have one myself, i can go up to 10khz without problems.

i ve also built a small mosfet driver with 2 transistors that allows for faster and better switching the mosfet (less energy loss = less heat)

 

for a 90v motor, i guess it needs quite some power, you want your mosfet cooled or it will get hot and burn




#48436 Netduino PWM to control Treadmill motor?

Posted by NooM on 16 April 2013 - 09:40 AM in Netduino Plus 2 (and Netduino Plus 1)

no ive never experience such a delay.

 

maybe your circiut is wrong.

 

http://upload.wikime...kret_simple.PNG

thats a basic driver, i guess around 5khz (wich is very good, and sufficient for a motor i guess)

 

thats the one iam using

http://upload.wikime...et_pushpull.PNG

you can remove the r2,r3 and d1 if you dont care about emf.

 

"IN" is the output from the opto-coupler




#48437 DDNS how to?

Posted by NooM on 16 April 2013 - 09:43 AM in General Discussion

that happen for me when the router cant resolve the hostname for the server, that it shows its login panel too.

 

i fixed that by giving my device a static ip and entered that in the router, but well, mines a bit different too i guess.




#48465 Using Arduino Mega as I/O expander

Posted by NooM on 17 April 2013 - 10:20 AM in General Discussion

yes you can do that. spi, i2c and serial are possible ways todo so.

 

yes i allready connected netduino with arduino, i used the arduino as "graphiccard" -

and in anohter test as webserver. io is also possible, i used serial for communications, but spi

would be way fast.




#48466 Plus 2 with PCA9685 16 channel PWM Controller (I2C)

Posted by NooM on 17 April 2013 - 10:24 AM in Netduino Plus 2 (and Netduino Plus 1)

did you try connecting it to sda and scl makred pins on netduino?




#48469 Using Arduino Mega as I/O expander

Posted by NooM on 17 April 2013 - 11:22 AM in General Discussion

well, fist you have to get familiar with some arduino libs, like hardwasre serial and the pin functions (if you wanna more, than more ^^)

 

its very very simple: you open a serial connection on both, ar- and net- duino.

 

from the netduino you send like: byte1(identifier - like this byte means pin on off swichting) byte2(wich pin) byte3(value on/off / 0/1)

 

so you send like 0x07 0x01 0x00

 

on the arduino side you read the serial data, and process it. if(firstbyteReceieved == 0x07) { (look_at_second_byte) { turn_on_or_of_depending_on_thrid_byte } }

 

:D




#48474 Plus 2 with PCA9685 16 channel PWM Controller (I2C)

Posted by NooM on 17 April 2013 - 02:29 PM in Netduino Plus 2 (and Netduino Plus 1)

have you made the update to 4.2.2.2 ?




#48517 Using Arduino Mega as I/O expander

Posted by NooM on 18 April 2013 - 01:20 PM in General Discussion

that was a sample, and it works for serial, spi, and ic2.

 

i myself use serialport.





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.