User Tools

Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
lab:argus [2016/05/30 06:43] – [Use-Cases] chronolab:argus [2017/01/05 11:21] (current) – [Temperature & Relative Humidity] chrono
Line 49: Line 49:
 | Full Assembly Size | 60x62x17mm (incl. USB/LAN ports) |:::| | Full Assembly Size | 60x62x17mm (incl. USB/LAN ports) |:::|
 | Orig. Case Size | 67x74x22mm |:::| | Orig. Case Size | 67x74x22mm |:::|
 +
 +==== GL-Inet-6416 ====
  
 There is also the GL-Inet-6416a, a HW compatible clone, which offers 64MB RAM (instead of 32MB) and 16MB Flash (instead of 4MB). It also has 5 GPIOs on a PIN header and a secondary network port, available from Deal Extreme. A couple of them have been in use here for quite some time and they've performed equally - while offering more features/flexibility: There is also the GL-Inet-6416a, a HW compatible clone, which offers 64MB RAM (instead of 32MB) and 16MB Flash (instead of 4MB). It also has 5 GPIOs on a PIN header and a secondary network port, available from Deal Extreme. A couple of them have been in use here for quite some time and they've performed equally - while offering more features/flexibility:
Line 54: Line 56:
   * [[http://www.dx.com/p/gl-inet-6416a-micro-usb-powered-smart-router-w-16m-rom-white-335418|GL-Inet-6416a - with Case]]   * [[http://www.dx.com/p/gl-inet-6416a-micro-usb-powered-smart-router-w-16m-rom-white-335418|GL-Inet-6416a - with Case]]
   * [[http://www.dx.com/p/gl-inet-wi-fi-router-openwrt-ssh-usb-64mbyte-ram-wireless-repeater-pcb-board-green-346531|GL-Inet-6416a - PCB only]]   * [[http://www.dx.com/p/gl-inet-wi-fi-router-openwrt-ssh-usb-64mbyte-ram-wireless-repeater-pcb-board-green-346531|GL-Inet-6416a - PCB only]]
 +
 +If you want to use an external antenna with the 6416, have a look at:
 +
 +[[mission:log:2016:09:12:howto-external-antenna-mod-gl-inet-6416]]
 +
 +==== GL-Inet AR300M ====
 +
 +Gl-Inet has released a new model, the [[https://www.gl-inet.com/product/gl-ar300m/|AR300M]], which is already available with two external RP-SMA connectors. They still connect to only one radio but allow for more throughput and better overall connection stability. If you don't want to hack around and want even more RAM, CPU and storage the AR300M is the perfect choice as of early 2017. 5 of these are running through their tests here and so far they can be definitely recommended. A self deploying mesh firmware is a current work in progress but hasn't been released yet. If you're interested in getting it or help working on it, just leave a comment or join us on IRC.
 +
 +If you're looking to build your own openwrt for the ar300m, you can use this repo:
 +
 +https://github.com/apollo-ng/openwrt-cc-gl-ar300m
 ==== Power & Performance Analysis ==== ==== Power & Performance Analysis ====
  
Line 154: Line 168:
 http://www.mikrocontroller.net/mc-project/Pages/Projekte/Wetterstation/sensors/SHT75/SHT75.html http://www.mikrocontroller.net/mc-project/Pages/Projekte/Wetterstation/sensors/SHT75/SHT75.html
 http://www.mikrocontroller.net/topic/145736#1705005 http://www.mikrocontroller.net/topic/145736#1705005
 +
 +In order to protect the sensor from IR/UV radiation and harsh weather, the sensor must be housed in a special housing that allows airflow but keeps the sensor safe and measurements reliable. For that purpose stevenson screens have served well in the past. A new fully 3D printable stevenson screen has been developed for that purpose:
 +
 +{{:lab:model-complete-cutview.jpg|}}
 +
 +Source: https://github.com/apollo-ng/DIY-Stevenson-Screen
  
 ==== Ground Temperature ==== ==== Ground Temperature ====
Line 261: Line 281:
  
 The [[lab:pigi]] was designed in such a universal way, that it can be used for Argus as well. It creates the required high voltage for the tubes and inverts the counting impulses of the tube into falling edges, captured by interrupt driven software on the sensor controller. The [[lab:pigi]] was designed in such a universal way, that it can be used for Argus as well. It creates the required high voltage for the tubes and inverts the counting impulses of the tube into falling edges, captured by interrupt driven software on the sensor controller.
- 
-You can watch live data on the [[https://apollo.open-resource.org/flight-control/vfcc/#/dashboard/db/aquarius-hab-environment-indoor|Aquarius HAB (Indoor) VFCC Dashboard]] 
  
 === Other implementations done before === === Other implementations done before ===