Show Posts
|
|
Pages: 1 ... 3 4 [5] 6 7 ... 14
|
|
61
|
Using Arduino / Project Guidance / Re: Power line communication
|
on: February 10, 2013, 06:31:28 pm
|
|
If you pull apart a commercial power line ethernet adapter, you will see that the limitation on size is the isolation transformer, thats used to isolate the mains side from the low level logic side. Not much you can do to make this component physically smaller.
|
|
|
|
|
62
|
Using Arduino / Sensors / Re: Sparkfun Weather Instruments and Noise
|
on: February 10, 2013, 02:34:16 am
|
|
If the Rain Guage is the tipping bucket type, its very important that the rain guage is mounted so thats its completely level, and it cant shake around. The actual tipping bucket is very light, and doesnt take very much vibration to make it tip by itself. If its not level, then it wont measure properly. I noticed that in the Sparkfun example, the rail guage is mounted on a pole which is very bad. They should be mounted close to the ground where they dont get affected much by the wind.
|
|
|
|
|
63
|
Using Arduino / General Electronics / Re: Battery choice/source help?
|
on: February 10, 2013, 02:25:28 am
|
|
With battery powered projects, the main issue is how long do you want the battery to last, before it has to be replaced. Coin cells have extremely low capacity, 100 mah or so is typical. They are mainly designed for backup, watches, anything that draws extremely low current , 10s of uA.
|
|
|
|
|
69
|
Using Arduino / Networking, Protocols, and Devices / Re: RF sniffing help.
|
on: January 14, 2013, 04:11:28 am
|
|
This is a sample of the data stream of an Oregon Scientific Weather station temp Sensor. Whilst your Weather Station wont be the same , the data format will be similar. The timebase on your audio card is far to slow to see anything sensible, and what you are seeing is the normal output of an ASK receiver with no input, ie broadband noise converted into random rate data. You need a CRO so you can edge trigger the CRO on the rising edge of the first data byte from your transmitter.
|
|
|
|
|
70
|
Using Arduino / Networking, Protocols, and Devices / Re: RF sniffing help.
|
on: January 13, 2013, 05:26:38 pm
|
Most of the common wireless weather stations use some form of Manchester coding, http://www.atmel.com/images/doc9164.pdfto transmit the data, as this provides a more reliable form of transmission. Usually there is a framing sequence of some kind consisting of alternating 1 and 0 to allow the AGC in the receiver to stabilise. The best way to figure out what is being sent is to get one of the sensors, like a temperature sensor and capture what it sends . You will have to pull it apart and sample the data on the data pin of the Transmitter Module. The benefit of looking at the transmitted data is that it gets rid of all the other signals and interferance that confuses what you are seeing. You are going to need something better than a sound card though to do this, some kind of CRO at a minimum to capture the entire data sequence, as you have to figure out if any kind of CRC is used or not. The CRC is sent at the end of the transmission.
|
|
|
|
|
72
|
Using Arduino / Project Guidance / Re: Recharging batteries ... in series.
|
on: January 10, 2013, 06:29:46 pm
|
|
Nimh batteries dont need balancing as NIMH chemistry can withstand overcharging if the charge rate is C/20 or less. The battery just gets warm and dissipates the heat.
LIPOs cant be overcharged at all, so the complex charging regime needed.
|
|
|
|
|
75
|
Using Arduino / Project Guidance / Re: Confused about Lithium Ion
|
on: January 09, 2013, 10:20:32 pm
|
|
Appliances such as cameras, lap top computers which use LIPO batteries provide the batteries in a sealed battery pack , which also contains an intelligent battery charger / balancer, so all the work of looking after the battery is done for you. If you buy LIPO batteries just as cells connected together, they wont have any battery management hardware built in , so you have to provide it yourself.
|
|
|
|
|