13 septiembre 2015

RPICD en Arch Linux

Category: Raspberry pi,Rocrail — Manolo @ 11:27

Estoy probando a migrar mi instalación Rocrail con RPICD a Arch Linux.

De momento la compilación ha ido bien (actualizo el manual) y sólo me falta probarla.

Por otro lado, estoy haciendo una versión nueva del daemon rpicd para que sea independiente de rocrail y pueda comunicarse con diferentes programas de control mediante protocolos estándar.

8 diciembre 2013

Primer diorama

Category: Decoración,Raspberry pi — Manolo @ 22:31

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).

web01

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.

IMG_0402IMG_0403IMG_0404IMG_0409IMG_0408 IMG_0407 IMG_0406 IMG_0405

29 septiembre 2013

RPIC

Category: Raspberry pi — Manolo @ 13:48

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.

rpicv2

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.

2013-09-28 14.07.16 HDR

2013-09-28 14.09.21

As usual, the code repository has been updated

https://launchpad.net/rpicd

CODE AND HW

DOWNLOADS and MANUAL

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.

14 abril 2013

Repositorio para el material relacionado con la raspberry
Repository for the material related to the raspberry

Category: Electrónica,Raspberry pi,Rocrail — Manolo @ 12:24

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».

CODE AND HW

DOWNLOADS and MANUAL