Blog

elements of domotic

The book describes a real domotic system, made from zero, working since 8 years. It provides electric schemes, home automation components to utilize and software tailor made for iOS and...   [button text="read the full article" link="http://www.beyondsrl.com/wordpress/elements_of_domotic" style="primary" size="normal" target="_blank" display="inline" icon="no"]  
Read more

cr_002 the excavator.

cr_002 is a whim. What? Is a whim? Yes. My son had a broken toy, an excavator toy, which when working, was managed by a wired controller. But before starting this challenge the wired controller was lost. So the toy was as you see in the picture below.   [button text="read the full article" link="http://www.beyondsrl.com/articles/electronic/cr_002/cr_002/cr_002.html"…
Read more

BeagleBoneBlack and Sensirion SHT71. Advanced humidity-temperature measurement system.

This article provides a way to realize an advanced and reliable system to monitor the humidity and temperature of a weathered environment but where the accuracy of temperature and humidity measure is a must.   [button text="read the full article" link="http://www.beyondsrl.com/articles/domotic/bbb_sht_71/bbb_sht_71/bbb_sht_71.html" style="primary" size="normal" target="_blank" display="inline" icon="no"]  
Read more

Make a WiFi Aceess Point with the BeagleBoneBlack from scratch.

If you surf the Internet, you can find several articles about the creation of a Wi Fi Access Point using the Beagle Bone Black. But going deeper and trying to transform what you read into a working device is another story. After wasting much time trying to realise an access point following the instructions found…
Read more

Cordova POC

What's the need When I started to develop mobile app, very soon I dealt with the 'porting' dilemma I gave a look to HTML5 approach through Cordova/Phonegap project, but not always, the HTML5 stuff, seemed working as expected and this discouraged me to go in deep.   [button text="read the full article" link="http://www.beyondsrl.com/articles/bartolo_1/bartolo_1.html" style="primary" size="normal"…
Read more

POLYMER plus TYPESCRIPT

Polymer 1.0 - why I love component based approach From last GoogleIO - Polymer 1.0 production ready has been announced I use Polymer( currently the 0.5) in my projects and love the component based development approach and I'm grateful to webcomponent/polymer teams having ported such approach also in front end development This is the most…
Read more

BeagleBoneBlack and L4686SDK

The SCS bus is the way chosen by bticino to realize the rail where all informations are sent and received from all present appliances in a domotic wired system.This article provides a way to monitor the SCS bus of bticino  using an hardware interface provided from bticino, the L4686SDK,  and using a Beagle Bone Black to drive…
Read more

A simple introduction to ActiveMQ using spring framework

This artcile wants introduce you to ActiveMQ. To do that I propose a simple tutorial where I call the broker making dinamically two queues and using those. [button text="read the full article" link="http://www.beyondsrl.com/articles/jee/broker_amq_1/broker_amq_1/broker_amq_1.html" style="primary" size="normal" target="_blank" display="inline" icon="no"]  
Read more

Web Componentization

WEB COMPONENTIZATION - WebComponent and Polymer Web Front End Development On Web Front-End's development seems focusing the greater part of developers' attention. After the wave "web as platform" now, another one is coming out, it is "browser as platform". The new web applications are built as "single page application" following the new principles of Service…
Read more

Lambda expressions – java 8

Lambda expressions are part of Java Platform Standard Edition 8 (Java SE 8). They provide a clean way to represent one method interface using an expression. Lambda expressions also brings improvements to the Collection libraries making it easier to iterate through, filter, and extract data from a Collection. [button text="read the full article" link="http://www.beyondsrl.com/articles/jee/jee_lamda/jee_lamda/jee_lamda.html" style="primary"…
Read more