Pages

header

Sensors data online streaming via Arduino + Python

Sometimes we need to stream our yielded data into Internet, and display them, for instance, as a chart. So, let`s go. For instance we need to stream data from multiple sensors or devices directly to server and display them with minimal delay. This solution could be used for smart-house systems, air quality devices, and other,...
Read more ...

Exhaust gases multi-band air quality sensor on arduino - part 2

It's almost year has left after I had done my air quality monitor on Arduino. During this year I have had a lot of accidents and adventures, but now I'm ready to return to blogging. After successful master's dissertation defense and further graduation I have collected a lot of materials and data to write a couple science papers, but......
Read more ...

DIY table LED lamp

let's make the eco-friendly DIY table LED lamp, or first step to the sustainable energy use. Components: wooden planks (thin and more wider) abrasive glasspaper bolts foiled textolite wire powerful warm-white LEDs (I have used 5x1w) wood stain wood putty supply from old cell phone (800-1000 mAh ~5 volts) hands The LED table lamp...
Read more ...

Exhaust gases multi-band air quality sensor on arduino - part 1

For my graduation project I need to develop a model of exhaust gases distribution between city buildings. The model will made with help of PyQGIS and about this i will write later. For source data collecting i `m  going to use the self made multiband exhaust gas detector (air quality monitor) based on arduino-like board (dccduino -...
Read more ...

Biodiversity conservation framework problems - abstract

The short review of three articles describes the main problems of biodiversity conserving. The “hotspot method” shows that this approach have more disadvantages than benefits. This method selects the limited spectrum of species only from terrestrial vertebrates and vascular plants of region that have endemic status and ignores all other...
Read more ...

OpenLayers3 GeoJSON clustering - first steps troubleshooting guide, part 2

OL2 had the specific layer strategy that makes clusters from points. But OpenLayers3 haven't yet. OpenLayers 3 has own method to do that, but you need use the feature array with points stack as source. Everything is okay if we use stack of coordinates or array of independent points. The panic starts when you should to make clusters from...
Read more ...

OpenLayers 3: onload, moveend events, kml, geojson layers - first steps troubleshooting guide, part 1

When I started my familiarity with OpenLayers 3, this map library has looked like a hell for me because... because before that I had used only Google Maps API for interactive maps coding. So, this is my first part of first step troubleshooting guide In this post i want to make a review of a few solutions for a first-step problems that i...
Read more ...