Show Posts
|
|
Pages: 1 [2] 3
|
|
18
|
Using Arduino / General Electronics / Control a Belimo with an arduino pwm
|
on: November 13, 2012, 08:33:13 pm
|
|
Hi guys! i want to control a belimo actuator with a 0-5v pwm of arduino..but the belimo need analog voltage 0-10v! I read some thing about low pass filter. So wich component should i use to get 0-5v pwm to analog 0-10v? I read that i need a 2n2222 to get 0-10v signal and smooth it with a low pass filter. But i don't know wich component value to use for the low pass filter (resistor and capacitor).!
I'm have bad experience with transistor..one day i try to control a 12v dc motor with 5v and i use a 2n2222 transistor and the output was less than 12v..i didn't understand that too..will i get the same problem with belimo?
is there someone with an answer? Thank you very much!
|
|
|
|
|
19
|
Products / Arduino Due / Re: Arduino Due Task Scheduler
|
on: November 06, 2012, 06:33:34 pm
|
|
Ok thanks! But what do the yield() function..i read about it on the scheduler library page but it's no very clear to me because english is not my first language and i'm not sure about this function..
|
|
|
|
|
26
|
Using Arduino / Networking, Protocols, and Devices / UDP "client"
|
on: August 05, 2012, 11:55:43 pm
|
|
I notice that UDP does not car about client and server, you just make a UDP packet with ip and port to send the data! But do the Arduino at the other end (on a other network, i'm transmitting over internet) need port forwarding..i know that with tcp/ip the server need it..but for UDP there's no definition of server..there's no answer. there's no definition of client too..
how the data will get to the arduino at the other end if there's a router and other machine connect to on it's home network(LAN)?
|
|
|
|
|
27
|
Using Arduino / Programming Questions / Re: Arduino as a Telnet CLient
|
on: August 01, 2012, 01:18:36 pm
|
|
ok thanks, so the easiest way is it UDP, TELNET TCP/IP????? when i look ak UDP exemple, they only tell how to send byte over a LAN network..is uselless for me. Then i read about TCP/IP, and people on the net telling it's not the easiest way.. Then you tell me Telnet..looks like the easiest way..
but if i want to send a byte to a computer and there is several computer on the LAN network, how this computer with a server i create will get these data and not the others? how the router will know to wich computer he have to send the data? Do the data sent arrive at each computer on the LAN network and computers who listen to a specific port get these data? or i have to setup something to exactly sent data to a speccific computer on a network???
i heard about port forwarding but some people says i'll need to set it up in my router and other say no you don't have to... i fucked up with that..
thanks a lot for your future answer
|
|
|
|
|
28
|
Using Arduino / Networking, Protocols, and Devices / Arduino Networking internet
|
on: July 31, 2012, 06:31:13 pm
|
|
Hello guys , i would like to communicate a arduino to a pc from internet..but all i can find on the web is exemple to make http request on a web server. I want to to send byte to a PC with a C# server, and the C# server will catch up the data.. how can i do that?
|
|
|
|
|