Recientemente la empresa para la que trabajo, ETRA. fue invitada al lanzamiento de la Plataforma Europea para la Innovación de Smart Cities (EIP Smart Cities).
La Comisión Europea invitó a ocho proyectos de innovación y desarrollo tecnológico en ciudades a presentar algunos de sus resultados. Uno de los proyectos de los que soy responsable, NOBEL, propone un nuevo sistema de alumbrado público y, como llevar el sistema real hasta Bruselas no era posible, se me ocurrió construir un pequeño diorama que reproducía la configuración utilizada durante el proyecto en Alginet (Valencia).
El sistema es muy sencillo, pero alcanzó unos ahorros en un periodo de tres meses del 34%. Los niveles de alumbrado se mantienen a un nivel de confort (bajo consumo) hasta que se detecta circulación de vehículos, cuando se aumentan los niveles para garantizar la seguridad vial.
El diorama está hecho en dos tableros para poder ser transportado, y el control se realiza con una raspberry pi, con el mismo protocolo que el sistema de alumbrado real. El diorama es completamente funcional.
De vuelta a casa mejoré la maquea dandole más detalles… aunque las fotos me han salidlo un poco oscuras.
I have finally produced a first board to test my rpic solution. At this stage I have only completely tested half of the circuit, the one related to the control of the ucontroller and the interface with 4 buttons. There is another part of the circuit, basically copied from and Application Note from NXP to isolate the I2C bus. This is intended to be used to capture power consumption at the boosters and other parts of the layout – still not developed.
The firmware has not changed, which means that the use of the programing track is still not available… I have neither completed all the functionalities for the program commands.
One interesting addition is a script to update the firmware from the raspberry pi. The script is from Daniel Perron and I have just updated it to support the 16f1825 (which does not support in some revisions a basic erase command ). In the long term, it would be interesting to migrate the script from python to c, in order to integrate it with the daemon.
On the other hand, the daemon needs further work. Now that there is a reference implementation of rocnet, natural next step is to migrate and stop using the rpic library I created for testing. In this way, the rpic will be able to communicate with any rocrail server using rocnet… and I think rocnet is now supporting most of the things I was missing when I started this project.
Development is slow – I nearly have time for the hobby – but progressing.
A partir de ahora todo el material relacionado con el proyecto RPIC (raspberry and a PIC for rocrail) estará en un repositorio en launchpad, para facilitar el acceso al código y a las últimas versiones del manual «Setting up Rpic».
From now on, all the material related to the RPIC project (raspberry and a PIC for rocrail) will be hosted at a reposinoty in launchpad, in order to make easier the access to the code a nd last versions of the manual «Setting up Rpic».