@dbemowsk
Thank about using ESP8266 (wifi sensor ) hook to each sensor , you can easily use battery's for them. Then Just setup the Arduino with it own ESP8266 this way your Arduino can be powered for a wall plug and you sensor can send a single when the door or windows sensors are moved.
You can find a large list of different ESP8266 shields and a lot of code on the net to help you program them.
Posts made by Schlog
-
RE: one Arduino with three door sensors and one buzzer sensor
-
RE: scanning 5 antenna input ports
@tbowmo
I ended up building a swr circuit and just send a 433mhz signal .
I know 433MHZ!!??
It was a small transmitter I have laying around Gives me a real nice
return single with an antenna on line and almost nothing with no antenna. Now I have to turn the return signal I can control.
Going to use the Arduino to analog read the signal and give my a digital output. This gives me the control points I need.
I can also use an external Analog to Digital convertor like the PCF 8591 but first going to use the Arduino to do the A/D conversion.
Thanks for your help Ed NW4K 73's -
RE: Profile picture?
@dbemowsk
I just when back and changed it this time it looks like it took.
Thank everyone.. -
RE: Using a sensor to sense the presence of copper wire.
@moparjay
how about an "S" shape input tube any size would have to touch the tube on the inside the "S" shape tube can be any size you like. -
RE: Using a sensor to sense the presence of copper wire.
@moparjay
what about when sliding the wire into the top hole you give it a + charge and the base a - charge with a circuit that will do when the 2 touch. -
RE: scanning 5 antenna input ports
@wallyllama
the modified SWR is a good idea I'll follow up on it.
Thanks
The scanning of the antenna input ports will show me if there is an antenna on that port or not.
Yes I will know were the antennas are connected at any one time but the scan will allow me to know if the antenna is up or shorted and if not move the transmitter to a dummy load on boot up of the system.
all the other auto tuners I have seen just move the antenna from one input to the next with no way of knowing if there is or is not an antenna on that input and what can happen is that you may end up keying to nothing.
And could damage the finals in the amp or transmitter.
With this scan on booting can move the transmitter to a safe spot .
This tuner will be total auto . I want to be able to boot up the tuner and transmitter and have the tuner not only tune to the frequency but check and correct any antenna problems from the start.
I still will be able to turn on or move any antenna on line that I want to use and I will be able to see from the from panel just witch input I have antenna on at that time.
If you do a search on You Tube for ZT-1000 auto tuner you will get an idea of what I am building,
I will be using most of his design but coding it myself, he is not letting the code of build out to the public.
I have figure out from his video just how he has build the tuner .
I can write the code and by doing so I can change how he treats the antenna and transmitter input ports. -
RE: Using a sensor to sense the presence of copper wire.
@moparjay
How about a pressure switch .
I must be missing something here, what is the end point ? -
RE: Using a sensor to sense the presence of copper wire.
@yveaux That would not work because the case is all metal to block RF .
-
RE: Using a sensor to sense the presence of copper wire.
@moparjay
I think I under stand now what you are doing now.
How far are you , maybe I can help out. -
RE: scanning 5 antenna input ports
@wallyllama
Yep !! I was looking at them as one way to do this and it may be the way to go.
I have two other circuits to look at before I go that way.
1 is an antenna noise bridge and the other is a static detector both should give me some kind of feedback.
But I feel you maybe be right and in the end I will just put in the analyzer. -
RE: Using a sensor to sense the presence of copper wire.
@moparjay
So if I understand you right , If you insert a copper wire you get some kind of feed back. -
Profile picture?
How can I change my profile picture?
I have a photo it is 24KB way under the max for size.
I upload it and when I go to save the setting the picture turns to a black circle.
And I can't seem to find a support tab to ask this question.
Can anyone help me out here ?
Thanks -
RE: Using a sensor to sense the presence of copper wire.
@moparjay
I have a question : Does your project measure the wire form end to end or can it detect just the presence of copper wire and does it only see copper?
I have a HF tuner project that scans for antenna on the system and because some antenna have no real return other then RF your project may be able to see the wire in that antenna and return a controllable reading.
thanks -
RE: scanning 5 antenna input ports
@wallyllama
Yes and no .
If I use an balun then yes it would be around 50 ohm but with out a balun the resistance could be up around 400 -600 ohm. the balun in the tuner will adjust the resistance once the system boots and the transmitter are turn on.
But there needs to be RF for all this to work.
I am looking for a way with out turning on the transmitter.
The antenna and transmitter need to be checked before any RF is added .
this check will make sure that any of the transmitter that are on line will be linked to dummy load or an antenna before power of the transmitter are turn on.
An comparator circuit may work if it can see the dipole or wire antennas .
There may be a slight change that a comparator could see , something for me to explore a little closer.
But my meters all show no difference between an open input and the input of the dipole. But I will give it a try just to see if the change is so small that my meters do not show it.
Thanks -
RE: scanning 5 antenna input ports
@thetoybarn
Yes and no the loop Yes there is a resistance that I can measure with an wheatstone bridge ,the open input will also so no change in resistance so I know it is open, again switchable.
The dipole and long wire antenna have no return so there is no reading it looks like an open input.
I am hopping for something that would still see the wire and return some kind of change that I can link to an Arduino or PI for controlling. -
RE: scanning 5 antenna input ports
@schlog
Hi and thanks for the interest .
The build is a auto HF antenna tuner it will support up to 5 antenna plus dummy load and 5 transmitters. with display of RF power in watts , SWR forward and reverse power, and tuning of the tuner will all be displayed on the front panel. Once the tuner has found the right SWR for the frequency it will be stored on a sd card for future fast tuning on that frequency.
The circuit or idea of a circuit I am looking for is to scan and check all 5 antenna input and all 5 transmitter input to make sure that the transmitter is
linked to an antenna or dummy load .
This check will be done on booting up of the tuner (cold check ) before any transmitter is turn on. -
RE: scanning 5 antenna input ports
@tbowmo
The antenna will be a loop or a dipole, long wire,ect,ect
No RF, this check will be made before the transmitter is turned on.
The loop is no problem it the dipole that I am stuck on.
The loop and open input can be done with a wheatstone brige .
The wire or dipole not that easy.
Need something to see the antenna without any RF.Any ideas? : )
-
scanning 5 antenna input ports
Checking for an antenna on a multi antenna switch.
Looking for a way to read my HF antenna switch before booting up the transmitter. Need to scan 5 antenna inputs for an antenna.
the scan must show if there is an antenna or if there is not an antenna.
the circuit must be able to read a dipole or loop.
would like to use an Arduino to do the scan and provide the feedback.
Code will be build after circuit is found.
The circuit will be switch to each antenna input vea a stepper so there will never be any RF to the circuit once the transmitter is keyed.
Any idea will be explored.