Firmware Stock

Join the Easyberry Community and share source codes, ideas and more about IoT world.

The Firmware Web Interface demo has been arrived !!
Take a look around Easyberrry Community Demos. It is going to be upload weekly.

Visit  demos.easyberry.org

XML Scheme

April 2017

This demo firmware developed by Easyberry’s Team is made under the selfdescription XML scheme in order to facilitate the integration of the devices with applications or monitoring software. Example of these firmware are available to be tested online.
The schema consists of requesting first the dataFiles.xml file which contains all the information of the device through other files.
In this sense it is only necessary to query the dataFiles.xml file to know all the information that can be extracted from the device.

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

Try now !!!   demos.easyberry.org

dataFiles.xml example

<POINTMAP>
<DEV name=”Device Information” file=”dataDevice.xml”></DEV>
<DIs name=”Digital Input” file=”dataDI.xml”></DIs>
<DOs name=”Digital Output” file=”dataDO.xml”></DOs>
<AIs name=”Analog Input” file=”dataAI.xml”></AIs>
<TEMPs name=”Temperature” file=”dataTEMP.xml”></TEMPs>
</POINTMAP>

RTU Automation

Updated March 2017

This firmware come with a Web Server IO interface. You could ask the device from a PC application XML files with all information that it has.
Try now !!!   demos.easyberry.org

Web Temperature Control

Updated March 2017

Web Temperature Control firmware provide a 1-wire communication channel to get information from a serial network DS1820 temperature sensor.
You can configure via web relays action with presence on low or high temperature in any of sensor in the network.
Try now !!!   demos.easyberry.org

Web Access Control Security

Updated March 2017

Access Control Security firmware manage two doors with two Wiegand readers each door and one relay per door.
It has a web interface, user data base, historical user storage capacibility, and you will be able to ask for an XML file with historical database via Ethernet for your own PC application.
Try now !!!   demos.easyberry.org