Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Electronics101
- Messages
Search
Re: Thoughts on changing a remote RX and TX.
Gary Anderson (G)
Well in my eyes you been a great HELP.. Might not know everthing but
toggle quoted message
Show quoted text
you have known what I require.. YEA!! Programming not my favourite either. Iam a systems Administrator for 33 000 desktops running Windows, but the only programming I use in VB to help with those long repeated tasks that need to be done.. Sorry unable to help but hopefully one day I can. GOODLUCK.. Gary -----Original Message-----
From: Stefan Trethan [mailto:stefan_trethan@...] Sent: Sunday, April 11, 2004 6:05 PM To: Electronics_101@... Subject: Re: [Electronics_101] Thoughts on changing a remote RX and TX. On Sun, 11 Apr 2004 17:57:28 +0200, Gary Anderson (G) <andersg@...> wrote: Hi Stafan.. well, i definitely don't... I'm sittng here for 3 hours now trying to figure out how to write a totally simple verilog (like c) software for a cpld. I have a counter (binary) and want to display it's contents on a 8 digit 7-segment led display. i can't use a simple case statement like they do in the examples because with 8 digits i would have 99999999 cases, which is too much for me to write... It must be real simple, i mean should be no big deal to convert binary to BCD and then BCD to 7 segment but somehow i'm really stuck. did i ever mention i HATE programming? I really like hardware much more, it is so simple, how can they ever get their brains around a software as complicated as windows i wonder..... well... going back to the damn verilog... how did i get the impression i need a frequency counter anyway i wonder... ST ------------------------ Yahoo! Groups Sponsor ---------------------~--> Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada. ---------------------------------------------------------------------~ -> Yahoo! Groups Links |
Re: Thoughts on changing a remote RX and TX.
Anthony Toft
I'm sittng here for 3 hours now trying to figure out how to write a totallyDo you have integer and floating point math? if so, divide by 10 into a float, subtract the integer part of the result, multiply by 10 and you have the least significant digit all on it's own... Or... modulo 10 will give you the least significant digit, the you can divide by 10 to move the digits down, kinda like (in C, displayed number passed as an int in 'display') int working=display; while(working < 0) { digit=working % 10; /* display digit, from right to left */ working /=10; } I am sure there is a lot less processor intensive ways of doing it, but these are all I dreamt up on the spur of the moment... -- Anthony Toft <toftat@...> |
Re: Thoughts on changing a remote RX and TX.
Anthony Toft
I'm sittng here for 3 hours now trying to figure out how to write a totallyDo you have integer and floating point math? if so, divide by 10 into a float, subtract the integer part of the result, multiply by 10 and you have the least significant digit all on it's own... Or... modulo 10 will give you the least significant digit, the you can divide by 10 to move the digits down, kinda like (in C, displayed number passed as an int in 'display') int working=display; while(working < 0) { digit=working % 10; /* display digit, from right to left */ working /=10; } I am sure there is a lot less processor intensive ways of doing it, but these are all I dreamt up on the spur of the moment... -- Anthony Toft <toftat@...> |
Re: Thoughts on changing a remote RX and TX.
Anthony Toft
I'm sittng here for 3 hours now trying to figure out how to write a totallyDo you have integer and floating point math? if so, divide by 10 into a float, subtract the integer part of the result, multiply by 10 and you have the least significant digit all on it's own... Or... modulo 10 will give you the least significant digit, the you can divide by 10 to move the digits down, kinda like (in C, displayed number passed as an int in 'display') int working=display; while(working < 0) { digit=working % 10; /* display digit, from right to left */ working /=10; } I am sure there is a lot less processor intensive ways of doing it, but these are all I dreamt up on the spur of the moment... -- Anthony Toft <toftat@...> |
Re: Thoughts on changing a remote RX and TX.
Stefan Trethan
On Sun, 11 Apr 2004 17:57:28 +0200, Gary Anderson (G) <andersg@...> wrote:
Hi Stafan.. well, i definitely don't... I'm sittng here for 3 hours now trying to figure out how to write a totally simple verilog (like c) software for a cpld. I have a counter (binary) and want to display it's contents on a 8 digit 7-segment led display. i can't use a simple case statement like they do in the examples because with 8 digits i would have 99999999 cases, which is too much for me to write... It must be real simple, i mean should be no big deal to convert binary to BCD and then BCD to 7 segment but somehow i'm really stuck. did i ever mention i HATE programming? I really like hardware much more, it is so simple, how can they ever get their brains around a software as complicated as windows i wonder..... well... going back to the damn verilog... how did i get the impression i need a frequency counter anyway i wonder... ST |
Re: Thoughts on changing a remote RX and TX.
Gary Anderson (G)
Hi Stafan..
toggle quoted message
Show quoted text
I cant believe you still studying.. Wot more can they teach you.. You seem to know it all."Unless you doing cooking classes or something totally not Electronic releated" Damn if I were opening a business I would hire you without a thought. Only problem would be then you would be too busy and no time to help other like myself.. Iam getting there with my quest for a cheap wireless link. HI Chris!! Thanks Gary -----Original Message-----
From: Stefan Trethan [mailto:stefan_trethan@...] Sent: Sunday, April 11, 2004 5:49 PM To: Electronics_101@... Subject: Re: [Electronics_101] Thoughts on changing a remote RX and TX. On Sun, 11 Apr 2004 08:15:55 -0700, Chris <chris2003@...> wrote: ST, You have 2 very good ideas, which in the past I thought about,And if some one is willing I would like to continue it quote " You also canlook out for RC remote controls (RC planes, cars, etc.)out inside the RX.the RX to find it.RC pulses are rather slow. " Could you elaborate on that, because Ihave several remote control cars and trucks here that just need batteriesto run,WORK, although I have seen ZERO!! schematics on remote control ( planescars boats ) schematics out there, specifically 27 54 and such mhz!! please try to make the initial post and your answer distinguishable. a common method is using > before each line of the old post. Your mail software should be able to do this. another common method would be to write before or after the message if there is no way to get the > but then you can not post "between the lines". thank you. The remote control i have uses a encoder IC for coding the potentiometer position into a pwm chain, then feeds it into a hf stage. the receiver somehow must get the chain back, but then it must seperate the pulses to the individual channels. If you want to use a RC remote for this purpose please make sure you annoy no model builders with it, it is not nice to have your plane crash because of someone printing something...... (check that the range is low enough and use a "odd" channel. You are right, it might not work, but it micht be cheap and might work. i know nothing about the bandwidth of the transmitter, you might need to modify some filters or so. It is definitely much easier to use the ready to use modules from the electronics suppliers, the "useable" ones seem to cost around eur50. ST ------------------------ Yahoo! Groups Sponsor ---------------------~--> Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada. ---------------------------------------------------------------------~ -> Yahoo! Groups Links |
Re: Thoughts on changing a remote RX and TX.
Stefan Trethan
On Sun, 11 Apr 2004 08:15:55 -0700, Chris <chris2003@...> wrote:
ST, You have 2 very good ideas, which in the past I thought about, And if please try to make the initial post and your answer distinguishable. a common method is using > before each line of the old post. Your mail software should be able to do this. another common method would be to write before or after the message if there is no way to get the > but then you can not post "between the lines". thank you. The remote control i have uses a encoder IC for coding the potentiometer position into a pwm chain, then feeds it into a hf stage. the receiver somehow must get the chain back, but then it must seperate the pulses to the individual channels. If you want to use a RC remote for this purpose please make sure you annoy no model builders with it, it is not nice to have your plane crash because of someone printing something...... (check that the range is low enough and use a "odd" channel. You are right, it might not work, but it micht be cheap and might work. i know nothing about the bandwidth of the transmitter, you might need to modify some filters or so. It is definitely much easier to use the ready to use modules from the electronics suppliers, the "useable" ones seem to cost around eur50. ST |
Re: Thoughts on changing a remote RX and TX.
Gary Anderson (G)
Hi Barry..
toggle quoted message
Show quoted text
Yea we pay for local calls. Expensive during the day.. We pay per minute.. or part thereof.. Too expensive.. Thanks Gary -----Original Message-----
From: Stefan Trethan [mailto:stefan_trethan@...] Sent: Sunday, April 11, 2004 4:15 PM To: Electronics_101@... Subject: Re: [Electronics_101] Thoughts on changing a remote RX and TX. On Sun, 11 Apr 2004 07:00:14 -0700 (PDT), Barry Savage <sofistic@...> wrote: not just use Virtual Private Network.maybe because in some countries you have to pay for phone calls ;-) ST ------------------------ Yahoo! Groups Sponsor ---------------------~--> Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada. ---------------------------------------------------------------------~ -> Yahoo! Groups Links |
Re: Twisted trio?
I doubt twisting will make much difference as your signals will be
changing slowly and you have very short runs. --- In Electronics_101@..., "upand_at_them" <upand_at_them@y...> wrote: The two devices I planned on using this for are a LM335 temp sensorwires will be about 3 feet long. Soldered and heat-shrink tubing at the |
Re: Thoughts on changing a remote RX and TX.
Stefan Trethan
On Sun, 11 Apr 2004 08:12:20 -0700, Chris <chris2003@...> wrote:
Shit, That's a pretty damn good idea!<> <> <> These are specialized ics which may be hard to get, i think it may even be "sticker labeled" programmable, not even asic but i'm not sure. I would encourage maiking this with a cpld or pic. ST |
Re: Thoughts on changing a remote RX and TX.
Chris
Stefan Hats down to you, good links!
toggle quoted message
Show quoted text
WE NEED MORE !!! Thank you ----- Original Message -----
From: "Stefan Trethan" <stefan_trethan@...> To: <Electronics_101@...> Sent: Sunday, April 11, 2004 3:57 AM Subject: Re: [Electronics_101] Thoughts on changing a remote RX and TX. look here if you plan to build one:< en-Sender_Empfaenger_Modul_Set_433MHz.pdf> < ml-sender_empfaenger_modul_set_de-en-fr.pdf>
|
Re: Thoughts on changing a remote RX and TX.
Chris
hahahaahha :P
toggle quoted message
Show quoted text
----- Original Message -----
From: "Stefan Trethan" <stefan_trethan@...> To: <Electronics_101@...> Sent: Sunday, April 11, 2004 7:14 AM Subject: Re: [Electronics_101] Thoughts on changing a remote RX and TX. On Sun, 11 Apr 2004 07:00:14 -0700 (PDT), Barry Savage |
Re: Thoughts on changing a remote RX and TX.
Chris
ST, You have 2 very good ideas, which in the past I thought about, And if
toggle quoted message
Show quoted text
some one is willing I would like to continue it quote " You also can look out for RC remote controls (RC planes, cars, etc.) I think it should be possible to feed a RS232 in there, and get it out inside the RX. I would know where to feed in in in my TX but not exactly where in the RX to find it. I'm also not sure about the speed, you have to check the bitrates, RC pulses are rather slow. " Could you elaborate on that, because I have several remote control cars and trucks here that just need batteries to run, Also this one is also a good option but takes a wile and MIGHT NOT WORK, although I have seen ZERO!! schematics on remote control ( planes cars boats ) schematics out there, specifically 27 54 and such mhz!! Thank you ----- Original Message -----
From: "Stefan Trethan" <stefan_trethan@...> To: <Electronics_101@...> Sent: Sunday, April 11, 2004 3:43 AM Subject: Re: [Electronics_101] Thoughts on changing a remote RX and TX. OK, so no CB, and no wires allowed. |
Re: Thoughts on changing a remote RX and TX.
Chris
¿ªÔÆÌåÓýShit, That's a pretty damn good idea!
Do you mind sharing the link for para to com port
plz?
?
Thank you
?
|
Re: A3977 Stepper driver (finally) updated.
Chris
¿ªÔÆÌåÓýYea, I looked at that schematic once, I was going
to build it but I found an even better deal on ebay, 24V supplies are very
common and cheap!
I would suggest cranking up the output amperage to
the maximum, since you cant always PICK what output amperage you want from
surplus steppers, The schematic looks good from here, Give me a ring when its
done, I am interested in its performance,
?
Good work!
?
|
Re: Wireless transmission
Stefan Trethan
On Sun, 11 Apr 2004 14:49:01 -0000, writetosudeep <sudeepnayak@...> wrote:
Hi All.. Read recent posts in the archives. there you will find reference to a elektor magazine which covers the topic. it uses rx/tx modules you can buy and use in your circuit. ST |
Re: Twisted trio?
Stefan Trethan
On Sun, 11 Apr 2004 14:29:26 -0000, upand_at_them <upand_at_them@...> wrote:
The two devices I planned on using this for are a LM335 temp sensor Are these analog signals or digital? if digital i would do nothing, a shielded cable if analog. Keep things low impedance and there will be no problems. Braided wires are sometimes used with measuring systems, because it keeps induced voltages similar and also keeps capacitance relatively low. you can braid more than 3 wires also. ST |
Re: Twisted trio?
Roy J. Tellason
On Sunday 11 April 2004 10:29 am, upand_at_them wrote:
The two devices I planned on using this for are a LM335 temp sensorWell, in that case I would twist the wires only to the extent that you want to for cosmetic reasons, and not worry about the effects on the signals... Mike |
Re: Twisted trio?
The two devices I planned on using this for are a LM335 temp sensor
and a Motorola pressure sensor. Nothing will be over 5V and my wires will be about 3 feet long. Soldered and heat-shrink tubing at the device end and header connector at the other end. Mike --- In Electronics_101@..., "Roy J. Tellason" <rtellason@b...> wrote: What kind of signal are you running, and how is it interfaced ateach end? How long of a run are you talking about? |
to navigate to use esc to dismiss