Loading...
  Show Posts
Pages: 1 ... 8 9 [10] 11 12 ... 15
136  Using Arduino / General Electronics / Re: how do you find the frequency that a transmitter and receiver are using? on: October 24, 2012, 10:04:38 pm
What sort of Transmitter and  Receiver  are you using.
When you say the receiver is not responding, what do you mean.
How are you looking at the receivers output.
Actually measuring the Transmitters frequency needs either a frequency counter or spectrum analysis tool
which most people dont have .

137  Using Arduino / General Electronics / Re: RF Transmitter and Receiver WRL-10535 and WRL-10533 on: October 22, 2012, 07:45:55 pm
As above, and the other problem with trying to use a hardware usart with simple radio modules
is that in the absence of any transmission , the receiver outputs continuous random data transitions
which are not at any constant baud rate , and this will cause the usart at the receiving end to continuously
generate overrun and framing errors, which must be cleared before it will work properly.
To do what you want using radio needs intelligent Transmitters / receivers which will simulate correctly a hard wired
connection.
Look at using Xbee modules, some of which can do this.

138  Using Arduino / General Electronics / Re: RF receiver question on: October 21, 2012, 10:06:22 pm
It sounds like the OP has some form of Efergy Energy Monitors.
This article may be of some help.
http://electrohome.pbworks.com/w/page/34379858/Efergy%20Elite%20Wireless%20Meter%20Hack

The only practical way of extracting data out of these types of display devices, is to extract the data
from the wireless receiver chip and then decode it .
Its generally not possible to get at the decoded data once its inside the Micro without having some detailed
information on how the Micro works.
139  Using Arduino / Project Guidance / Re: Measuring solar panel voltage on: October 17, 2012, 12:31:29 am
What exactly are you trying to achieve with this measurement?
A Solar Cell is a current source , and will produce 0.5 V per cell even with only a low light level.
So a Solar panel , even in a relatively low light environment will produce close to its full voltage.
The voltage wont change much , even though the light level may change a lot.
To measure the change in light level, you need to put some kind of load on the Solar Panel and then
measure the current.
140  Using Arduino / Sensors / Re: RF link with attiny device on: October 15, 2012, 06:06:00 pm
Have a read of this , will help you get started.
http://www.open.com.au/mikem/arduino/VirtualWire.pdf
141  Using Arduino / General Electronics / Re: neither send 0 nor 1 as digital on: October 11, 2012, 09:38:02 pm
What type of Transmitter is being used?
If its a simple ASK Transmitter , then leaving the data pin in a high impedance state can cause the
transmitter to intermitantly transmit , as the voltage on the pin will float around.
Much better to leave it with a 0 on the data pin.
142  Using Arduino / General Electronics / Re: My inductor isn't working on: October 10, 2012, 09:30:28 pm
The Inductors used in boost converters need to have a maximum current rating without saturating
of at least the maximum output current of the circuit X the ratio of the output volts/input volts.
An inductor that small will be saturating, and ceasing to be an inductor.
Needs to be a lot bigger.
143  Using Arduino / Motors, Mechanics, and Power / Re: Relay becomes unresponsive after switching air bed pump on: October 09, 2012, 10:23:15 pm
Its unlikley to be a problem with the relay, if resetting the Arduino releases it.
How is the Arduino powered?
Is it from the same 12V that runs the motor?
144  Using Arduino / Sensors / Re: Using CST-1020 on: October 07, 2012, 06:05:00 pm
If you really want to measure energy accurately, you are far better off using a device specifically
for this purpose like a ADE5569.
http://www.analog.com/en/analog-to-digital-converters/energy-measurement/ade5569/products/product.html

It does all the hard work for you.
145  Using Arduino / Sensors / Re: Using CST-1020 on: October 07, 2012, 04:27:17 pm
What sort of accuracy are you expecting with this energy meter?
Current only sensing energy meters can be highly inaccurate as they dont measure the voltage.
So with loads that have a power factor of less than 1 , the meter will read incorrectly.
Loads that have switch mode power supplies in them , like computers or plug packs will read even more
innacurately, due to the current waveform not being sinusoidal.
146  Using Arduino / General Electronics / Re: Protecting PCBs against tarnishing - on the cheap? on: October 04, 2012, 03:39:11 am
Depending on how cheap you mean, you can buy spray cans of circuit board lacquer
that you simply spray on the board after its finished.
Its non conductive and adhesive and protects the board.
Made by Servisol, and most electronic hobby stores sell something like it.
147  Using Arduino / Project Guidance / Re: wireless energy monitoring on: October 01, 2012, 03:31:01 am
You cant measure voltage with a current clamp or a current sensor.
This sort of project is not for a beginner.
To accurately measue the energy consumption of an appliance you must measure the voltage and the current and the
phase angle between them , as not all loads are purely resistive.
148  Using Arduino / General Electronics / Re: voltage divider and current for 23k256 on: September 29, 2012, 01:48:30 am
At the low currents your chips need, a simple series resistor and a 3.3 V zener diode is all you need.
149  Using Arduino / Sensors / Re: Anyone has experience in hooking up Flexible Force Sensors to TX/RX433 kit? on: September 26, 2012, 08:25:25 pm
You will need some intelligent processing to measure the output of each force sensor and to drive
the 433 Mhz Transmitters.
Maybe not an Arduino for each sensor, but some kind of microcontroller to read the sensor and to transmit the data.
Those little 433 Mhz Transmitters are totally dumb, and cant be addressed in any way.
You need some intelligence at both ends.
Have a look at the Virtualwire library which is designed specifically for these Transmitter / Receivers.
150  Using Arduino / Programming Questions / Re: Using the DHT11 temp/hum sensor on: September 26, 2012, 08:10:47 pm
You are reading the Sensor too quickly.
The sensor has maximum reading rate of once every 2 seconds.
Put some delay in your reading loop.
Pages: 1 ... 8 9 [10] 11 12 ... 15