NAS
Power supply and cable issues
28
27710
|
Edited by tkaiser at Wed Oct 29, 2014 05:17
destroyedlolo replied at Tue Oct 28, 2014 16:38 
So with an external power supply, right ?
The Banana only provides 5v ... and I'm worrying for the D5 if your disk consume so much
As far as I understand the situation is as follows:
a) using a Micro USB connector to power something with 2A current looks like a design flaw
b) the SATA power connector on the Banana Pi is not managed by the AXP209 but instead directly connected to the pwr-in Micro-USB connector (utilizing a ferrite bead(FB3) acting as a resistor so voltage available to a connected disk/SSD drops again)
c) the "burning D5 problem" seems to be related to overall power consumption which must be then related to USB peripherals (either consuming too much or being a 'bad' USB hub backpowering the BananaPi and destroying it due to missing overcurrent protection). I don't know whether the SATA power connector is involved in this situation.
In my setup I want to use a large 3.5" disk. They need both 12V and 5V so a capable PSU providing both voltages might be a good idea and I won't use the SATA power connector on the Banana Pi (to power the disk -- maybe for something else if it's true that this connector is totally indepedent from the functionality of the AXP209 PMU and devices powered by the SATA power connector won't increase the load on the PMU?) |
|
|
|
|
|
|
|
Hi,
I also installed a DHT22 two days ago and it seems to work fine. Some informations about my case :
* My banana pi is mostly idle so running at 600Mhz
* I used a 5.1kΩ as a pull-up
* I used 40cm cables to put the DHT22 as far as possible to any heat source
* I'm also using Bananian with lol_dht22
I check with a oregon scientific temperature sensor and it seems mostly good for the temperature (not so good for humidity), I also opened a window and I saw the temperature and humidity drop.
I'll receive a DS18B20 in a few day so I'll be able to compare. |
|
|
|
|
|
|
|
Interesting 
I made little efforts (read https://www.sparkfun.com/products/10167 and tried some things).
In my case it makes no difference whether I use 3.3V or 5V (currently I run two DHT22 side by side: one with 3.3V and the other on the 5V rail). But cabling is important. I used cheap jumper wires before and what I got were huge delays or complete fails to read the probes. I fixed it now with better cables/connectivity and the reliability improved a lot.
But the temperatures reported are approx. 3 degrees too low at normal room temperature level (no idea how the DHT22 behave when it's about reporting much higher temperatures -- I want to test them in an enclosure under load). When adjusted via a formula to increment by 3 then it looks good right now:
 |
|
|
|
|
|
|
|
Edited by seblucas at Mon Nov 3, 2014 02:42
My Banana Pi / DHT22 are on the first floor (the DHT22 is hanged on the side of a bookshelf and is quite protected) and I never saw anything like that (we spend most of our time on the ground floor that's maybe why). |
|
|
|
|
|
|
|
Edited by tkaiser at Mon Nov 3, 2014 03:22
seblucas replied at Mon Nov 3, 2014 02:42 
My Banana Pi / DHT22 are on the first floor (the DHT22 is hanged on the side of a bookshelf and is quite protected) and I never saw anything like that
But in case you're willing to try this experiment (standing 15 minutes nearby the sensor) it should be noticeable (not by reading sensor values but by using plotted graphs) since human beings are effective heaters emitting heat in any direction 
Anyway this was more a 'note to myself'. I plan to buy a dozen of cheap DHT11 to record temperatures inside and above an enclosure to measure effectiveness of heat dissipation through convection. The first important step would be to calibrate all the DHT11 in the needed temperature range (I assume that i'm not done measuring all of them together in 10° steps and get a simple increment/decrement value for each of the probes but must instead develop more sophisticated formulas for every sensor -- fortunately RPi-Monitor supports this sort of stuff)
And the second important factor is to always consider ambient temperature as well and how this will affect reading out thermal probes from within chips or an enclosure. |
|
|
|
|
|
|
|
If you're only interested in temperature (and no humidity), you'd better buy some DS18B20 (1€ / piece in china). DHT11 is just too unreliable for my taste.
I'll try to test your theory using one of my daughters as a heat source (just for the fun). |
|
|
|
|
|
|
|
Edited by tkaiser at Mon Nov 3, 2014 04:50
I thought humidity could also be an issue inside enclosures due to possible condensation (I will need the sensors just a few days for the initial measurement stuff and wanted to reuse them afterwards in other enclosures). But thx for the DS18B20 recommendation. I thought they would use analog readings (which might be a problem over longer distances) but this is not the case. They're available for just 0.67 € on aliexpress with an accuracy not that promising: "±2°C(Max)" ;) |
|
|
|
|
|
|